/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_bn.c | 51 …struct HksBnExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct… in BnBuildParams() 101 int32_t HksOpensslBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksOpensslBnExpMod() 102 const struct HksBlob *e, const struct HksBlob *n) in HksOpensslBnExpMod()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_bn.c | 32 static int32_t CheckBnExpModNx(const struct HksBlob *n, const struct HksBlob *x) in CheckBnExpModNx() 48 int32_t HksMbedtlsBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksMbedtlsBnExpMod() 49 const struct HksBlob *e, const struct HksBlob *n) in HksMbedtlsBnExpMod()
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_bn_exp_mod_test.c | 64 struct HksBlob *a = NULL; in LITE_TEST_CASE() local 66 struct HksBlob *n = NULL; in LITE_TEST_CASE() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_bn_exp_mod_test.cpp | 64 struct HksBlob *a = NULL; variable 66 struct HksBlob *n = NULL; variable
|
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_fort_helper.h | 38 unsigned long n, unsigned long a, unsigned long b, in Syscall()
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/ |
H A D | hksbnexpmod_fuzzer.cpp | 40 struct HksBlob a = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() local 42 struct HksBlob n = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 251 ON_CALL(*this, OBJ_nid2obj).WillByDefault([this](int n) { return __real_OBJ_nid2obj(n); }); in SetMockFunDefaultBehaviorPartThree() 295 ON_CALL(*this, OBJ_nid2sn).WillByDefault([this](int n) { return __real_OBJ_nid2sn(n); }); in SetMockFunDefaultBehaviorPartFour() 418 int __wrap_i2d_X509(X509 *a, unsigned char **out) in __wrap_i2d_X509() 518 int __wrap_i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp) in __wrap_i2d_PUBKEY() 588 int __wrap_i2d_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **out) in __wrap_i2d_ASN1_INTEGER() 608 ASN1_OBJECT *__wrap_OBJ_nid2obj(int n) in __wrap_OBJ_nid2obj() 678 int __wrap_i2d_ASN1_TYPE(ASN1_TYPE *a, unsigned char **out) in __wrap_i2d_ASN1_TYPE() 688 long __wrap_ASN1_INTEGER_get(const ASN1_INTEGER *a) in __wrap_ASN1_INTEGER_get() 748 int __wrap_X509_verify(X509 *a, EVP_PKEY *r) in __wrap_X509_verify() 788 int __wrap_i2d_X509_CRL(X509_CRL *a, unsigned char **out) in __wrap_i2d_X509_CRL() [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 37 float GetSLRFactor(float x, int a) in GetSLRFactor() 53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights() 59 int a = std::max(2, static_cast<int>(std::floor(tao))); // 2 max SLR box size in GetWeights() local 197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… in SLRBox() local 208 int m = dst.size_.height, n = dst.size_.width; in Serial() local 222 int n = dst.size_.width; in SLRSubtask() local 239 int m = dst.size_.height, n = dst.size_.width; in Parallel() local
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/ |
H A D | hi_gbm_internal.h | 22 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) argument 23 #define ALIGN_UP(x, a) ((((x) + ((a)-1)) / (a)) * (a)) argument
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | io_poller.cpp | 93 bool IOPoller::CasStrong(std::atomic<int>& a, int cmp, int exc) in CasStrong() 101 ssize_t n = ::write(m_wakeData.fd, &one, sizeof one); in WakeUp() local 153 ssize_t n = ::read(m_wakeData.fd, &one, sizeof one); in PollOnce() local
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_csync.cpp | 205 int a = 0; variable 228 int a = 0; variable 769 void f1(int n) in f1() 778 void f2(int& n) in f2() 797 int n = 0; member in foo 810 int n = 0; member in baz 816 int n = 0; variable 842 int n = 0; variable 873 int a = 0; variable 883 int a = 0; variable [all …]
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/ |
H A D | hks_bn_exp_mod_test.cpp | 106 struct HksBlob *a = NULL; variable 108 struct HksBlob *n = NULL; variable
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 32 #define RESIZE4(n) (((n) + 3) & ~3) argument 78 uint32_t a = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 132 uint32_t a = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 101 … basic_string(basic_string&& a) noexcept : allocator_(a.allocator_), data_(BASE_NS::move(a.data_)) in basic_string() function 121 basic_string(size_type count, const value_type a, allocator& alloc) : allocator_(alloc) in basic_string() 129 explicit basic_string(const StringT& a) : basic_string(a, default_allocator()) in basic_string() 133 explicit basic_string(const StringT& a, allocator& alloc) : allocator_(alloc) in basic_string() 144 …basic_string(const StringT& a, size_type pos, size_type n) : basic_string(a, pos, n, default_alloc… in basic_string() 148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string() 515 basic_string& insert(size_type pos, const_pointer str, size_type n) in insert() 557 basic_string& push_back(value_type a) in push_back() 573 basic_string& append(size_type count, value_type a) in append() 595 basic_string& append(const_pointer const a) in append() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 176 Matrix3x3 operator*(const Matrix3x3& a, const Matrix3x3& b) in operator *() 189 Vector3 operator*(const Vector3& x, const Matrix3x3& a) in operator *() 200 Vector3 operator*(const Matrix3x3& a, const Vector3& x) in operator *() 211 Matrix3x3 operator/(const Vector3& a, const Vector3& b) in operator /() 336 for (auto& n : res) { in ToLinear() local 354 for (auto& n : res) { in ToNonLinear() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …"os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("… function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …"os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("… constant
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …"os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("… function
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 43 HcfBigInteger a; member 46 HcfBigInteger n; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 66 #define declare(a, b) a b = nullptr; argument 68 #define declare(a, b) a b = nullptr; argument 202 EGLint n = 0; in DumpEGLConfigs() local 510 auto addAttribute = [&attributes](EGLint a, EGLint b) { in ChooseConfiguration() 559 auto addAttribute = [&context_attributes](EGLint a, EGLint b) { in CreateContext() 788 #define declare(a, b) \ in GlInitialize() argument 797 #define declare(a, b) \ in GlInitialize() argument
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 204 static void ConvertFrom16BitToFloat(unsigned n, const int16_t *a, float *b) in ConvertFrom16BitToFloat() 211 static void ConvertFrom24BitToFloat(unsigned n, const uint8_t *a, float *b) in ConvertFrom24BitToFloat() 221 static void ConvertFrom32BitToFloat(unsigned n, const int32_t *a, float *b) in ConvertFrom32BitToFloat() 239 static void ConvertFromFloatTo16Bit(unsigned n, const float *a, int16_t *b) in ConvertFromFloatTo16Bit() 248 static void ConvertFromFloatTo24Bit(unsigned n, const float *a, uint8_t *b) in ConvertFromFloatTo24Bit() 258 static void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit() 646 unsigned n = 0; in SinkRenderPrimaryClusterCap() local 818 unsigned n; in SinkRenderPrimaryPeekCap() local 1419 unsigned n; in SinkRenderPrimaryPeek() local 1461 unsigned n; in SinkRenderMultiChannelPeek() local [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | read_task.rs | 47 pub(crate) fn new(reader: &'a mut R, buf: &'a mut [u8]) -> ReadTask<'a, R> { in new() 87 pub(crate) fn new(reader: &'a mut R, buf: &'a mut Vec<u8>) -> ReadToEndTask<'a, R> { in new() 158 pub(crate) fn new(reader: &'a mut R, dst: &'a mut String) -> ReadToStringTask<'a, R> { in new() 232 pub(crate) fn new(reader: &'a mut R, buf: &'a mut [u8]) -> ReadExactTask<'a, R> { in new() 282 pub(crate) fn new(reader: &'a mut R, delim: u8, buf: &'a mut Vec<u8>) -> ReadUtilTask<'a, R> { in new() 350 pub(crate) fn new(reader: &'a mut R, buf: &'a mut String) -> ReadLineTask<'a, R> { in new() 502 let n = f.write(&buf).await.unwrap(); in ut_io_string_result() localVariable
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 71 BIGNUM *OpensslBnDup(const BIGNUM *a) in OpensslBnDup() 79 void OpensslBnClear(BIGNUM *a) in OpensslBnClear() 84 void OpensslBnClearFree(BIGNUM *a) in OpensslBnClearFree() 91 void OpensslBnFree(BIGNUM *a) in OpensslBnFree() 153 int OpensslBnNumBytes(const BIGNUM *a) in OpensslBnNumBytes() 177 int OpensslBnNumBits(const BIGNUM *a) in OpensslBnNumBits() 994 int OpensslDsaGenerateKey(DSA *a) in OpensslDsaGenerateKey() 1042 EVP_PKEY *OpensslEvpPkeyDup(EVP_PKEY *a) in OpensslEvpPkeyDup() 1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | graph.h | 105 size_t n = e_.size(); in IsValid() local 253 DfsAction a = DfsVisitChildren(dfsStack, state); in RunDfsFromVertex() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 606 void ConvertFrom24BitToFloat(unsigned n, const uint8_t *a, float *b) in ConvertFrom24BitToFloat() 616 void ConvertFrom32BitToFloat(unsigned n, const int32_t *a, float *b) in ConvertFrom32BitToFloat() 634 void ConvertFromFloatTo24Bit(unsigned n, const float *a, uint8_t *b) in ConvertFromFloatTo24Bit() 644 void ConvertFromFloatTo32Bit(unsigned n, const float *a, int32_t *b) in ConvertFromFloatTo32Bit()
|