Home
last modified time | relevance | path

Searched defs:returnInt (Results 1 – 15 of 15) sorted by relevance

/base/security/crypto_framework/test/unittest/src/
Dcrypto_signature_exception_test.cpp175 int32_t returnInt = 0; variable
228 int32_t returnInt = 0; variable
Dcrypto_dsa_verify_test.cpp98 int32_t returnInt; variable
Dcrypto_dsa_sign_test.cpp502 int32_t returnInt; variable
/base/security/crypto_framework/frameworks/crypto_operation/
Dsignature.c270 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/
Dnapi_pub_key.cpp114 int returnInt = 0; in GetAsyKeySpecNumber() local
Dnapi_pri_key.cpp137 int returnInt = 0; in GetAsyKeySpecNumber() local
Dnapi_utils.cpp1249 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()
Dnapi_sign.cpp703 int returnInt; in GetSignSpecNumber() local
Dnapi_verify.cpp729 int returnInt; in GetVerifySpecNumber() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Dsignature_rsa_openssl.c525 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()
Ddsa_openssl.c502 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/
Drsa_asy_key_generator_openssl.c131 int *returnInt) in GetRsaPubKeySpecInt()
149 int *returnInt) in GetRsaPriKeySpecInt()
Ddsa_asy_key_generator_openssl.c310 …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()
Decc_asy_key_generator_openssl.c1140 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/
Dnapi_cert_utils.cpp414 bool CertGetInt32FromJSParams(napi_env env, napi_value arg, int32_t &returnInt) in CertGetInt32FromJSParams()