Home
last modified time | relevance | path

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

12

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_signature_exception_test.cpp175 int32_t returnInt = 0; variable
228 int32_t returnInt = 0; variable
H A Dcrypto_dsa_verify_test.cpp98 int32_t returnInt; variable
H A Dcrypto_ed25519_verify_test.cpp358 int32_t returnInt = 0; variable
382 int32_t returnInt = 0; variable
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp747 int32_t returnInt = 0; variable
790 int32_t returnInt = 0; variable
1055 int32_t returnInt = 0; variable
1112 int32_t returnInt = 0; variable
H A Dcrypto_sm2_verify_test.cpp1224 int32_t *returnInt = nullptr; variable
1243 int32_t returnInt = 0; variable
H A Dcrypto_ed25519_sign_test.cpp467 int32_t returnInt = 0; variable
H A Dcrypto_brainpool_no_length_sign_test.cpp768 int32_t returnInt = 0; variable
H A Dcrypto_brainpool_no_length_verify_test.cpp1047 int32_t returnInt = 0; variable
H A Dcrypto_rsa_asy_key_pem_test.cpp1650 int32_t returnInt = 0; variable
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Ded25519_openssl.c259 static HcfResult EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignSpecInt()
291 static HcfResult EngineGetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifySpecInt()
H A Decdsa_openssl.c363 static HcfResult EngineGetSignEcdsaSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignEcdsaSpecInt()
371 …ic HcfResult EngineGetVerifyEcdsaSpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifyEcdsaSpecInt()
H A Dsm2_openssl.c486 static HcfResult EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignSpecInt()
562 static HcfResult EngineGetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifySpecInt()
H A Ddsa_openssl.c502 static HcfResult EngineGetSignDsaSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignDsaSpecInt()
510 …atic HcfResult EngineGetVerifyDsaSpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifyDsaSpecInt()
H A Dsignature_rsa_openssl.c743 static HcfResult EngineGetSignSpecInt(HcfSignSpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetSignSpecInt()
861 static HcfResult EngineGetVerifySpecInt(HcfVerifySpi *self, SignSpecItem item, int32_t *returnInt) in EngineGetVerifySpecInt()
/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dsignature.c145 int32_t *returnInt = NULL; in OH_CryptoVerify_GetParam() local
H A Dasym_key.c184 int32_t *returnInt = NULL; in OH_CryptoPubKey_GetParam() local
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c333 static HcfResult GetSignSpecInt(HcfSign *self, SignSpecItem item, int32_t *returnInt) in GetSignSpecInt()
431 static HcfResult GetVerifySpecInt(HcfVerify *self, SignSpecItem item, int32_t *returnInt) in GetVerifySpecInt()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c666 static HcfResult GetSm2KeySpecInt(const HcfKey *self, const AsyKeySpecItem item, int *returnInt) in GetSm2KeySpecInt()
725 …tic HcfResult GetSm2PubKeySpecInt(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetSm2PubKeySpecInt()
730 …tic HcfResult GetSm2PriKeySpecInt(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetSm2PriKeySpecInt()
H A Ddsa_asy_key_generator_openssl.c326 …HcfResult GetIntSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDsaPubKey()
333 …HcfResult GetIntSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDsaPriKey()
H A Dalg_25519_asy_key_generator_openssl.c405 …sult GetIntSpecFromAlg25519PubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromAlg25519PubKey()
412 …sult GetIntSpecFromAlg25519PriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromAlg25519PriKey()
H A Ddh_asy_key_generator_openssl.c356 … HcfResult GetIntSpecFromDhPubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDhPubKey()
363 … HcfResult GetIntSpecFromDhPriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDhPriKey()
H A Drsa_asy_key_generator_openssl.c135 int *returnInt) in GetRsaPubKeySpecInt()
153 int *returnInt) in GetRsaPriKeySpecInt()
H A Decc_asy_key_generator_openssl.c1497 static HcfResult GetEcKeySpecInt(const HcfKey *self, const AsyKeySpecItem item, int *returnInt) in GetEcKeySpecInt()
1541 …atic HcfResult GetECPubKeySpecInt(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetECPubKeySpecInt()
1557 …atic HcfResult GetECPriKeySpecInt(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetECPriKeySpecInt()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_pub_key.cpp226 int returnInt = 0; in GetAsyKeySpecNumber() local
H A Dnapi_pri_key.cpp197 int returnInt = 0; in GetAsyKeySpecNumber() local

12