/base/security/crypto_framework/test/unittest/src/ |
D | crypto_signature_exception_test.cpp | 175 int32_t returnInt = 0; variable 228 int32_t returnInt = 0; variable
|
D | crypto_dsa_verify_test.cpp | 98 int32_t returnInt; variable
|
D | crypto_dsa_sign_test.cpp | 502 int32_t returnInt; variable
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
D | signature.c | 270 static HcfResult GetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t *returnInt) in GetSignSpecInt() 348 static HcfResult GetVerifySpecInt(HcfVerify *self, SignSpecItem item, int32_t *returnInt) in GetVerifySpecInt()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
D | napi_pub_key.cpp | 114 int returnInt = 0; in GetAsyKeySpecNumber() local
|
D | napi_pri_key.cpp | 137 int returnInt = 0; in GetAsyKeySpecNumber() local
|
D | napi_utils.cpp | 1249 bool GetInt32FromJSParams(napi_env env, napi_value arg, int32_t &returnInt) in GetInt32FromJSParams() 1265 bool GetUint32FromJSParams(napi_env env, napi_value arg, uint32_t &returnInt) in GetUint32FromJSParams()
|
D | napi_sign.cpp | 703 int returnInt; in GetSignSpecNumber() local
|
D | napi_verify.cpp | 729 int returnInt; in GetVerifySpecNumber() local
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
D | signature_rsa_openssl.c | 525 static HcfResult EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignSpecInt() 635 static HcfResult EngineGetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifySpecInt()
|
D | dsa_openssl.c | 502 HcfResult EngineGetSignDsaSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignDsaSpecInt() 510 HcfResult EngineGetVerifyDsaSpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifyDsaSpecInt()
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
D | rsa_asy_key_generator_openssl.c | 131 int *returnInt) in GetRsaPubKeySpecInt() 149 int *returnInt) in GetRsaPriKeySpecInt()
|
D | dsa_asy_key_generator_openssl.c | 310 …HcfResult GetIntSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDsaPubKey() 317 …HcfResult GetIntSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDsaPriKey()
|
D | ecc_asy_key_generator_openssl.c | 1140 static HcfResult GetEcKeySpecInt(const HcfKey *self, const AsyKeySpecItem item, int *returnInt) in GetEcKeySpecInt() 1184 …atic HcfResult GetECPubKeySpecInt(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetECPubKeySpecInt() 1200 …atic HcfResult GetECPriKeySpecInt(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetECPriKeySpecInt()
|
/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
D | napi_cert_utils.cpp | 414 bool CertGetInt32FromJSParams(napi_env env, napi_value arg, int32_t &returnInt) in CertGetInt32FromJSParams()
|