/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_signature_exception_test.cpp | 175 int32_t returnInt = 0; variable 228 int32_t returnInt = 0; variable
|
H A D | crypto_dsa_verify_test.cpp | 98 int32_t returnInt; variable
|
H A D | crypto_ed25519_verify_test.cpp | 358 int32_t returnInt = 0; variable 382 int32_t returnInt = 0; variable
|
H A D | crypto_dh_asy_key_generator_by_spec_test.cpp | 747 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 D | crypto_sm2_verify_test.cpp | 1224 int32_t *returnInt = nullptr; variable 1243 int32_t returnInt = 0; variable
|
H A D | crypto_ed25519_sign_test.cpp | 467 int32_t returnInt = 0; variable
|
H A D | crypto_brainpool_no_length_sign_test.cpp | 768 int32_t returnInt = 0; variable
|
H A D | crypto_brainpool_no_length_verify_test.cpp | 1047 int32_t returnInt = 0; variable
|
H A D | crypto_rsa_asy_key_pem_test.cpp | 1650 int32_t returnInt = 0; variable
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
H A D | ed25519_openssl.c | 259 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 D | ecdsa_openssl.c | 363 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 D | sm2_openssl.c | 486 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 D | dsa_openssl.c | 502 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 D | signature_rsa_openssl.c | 743 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 D | signature.c | 145 int32_t *returnInt = NULL; in OH_CryptoVerify_GetParam() local
|
H A D | asym_key.c | 184 int32_t *returnInt = NULL; in OH_CryptoPubKey_GetParam() local
|
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | signature.c | 333 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 D | sm2_asy_key_generator_openssl.c | 666 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 D | dsa_asy_key_generator_openssl.c | 326 …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 D | alg_25519_asy_key_generator_openssl.c | 405 …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 D | dh_asy_key_generator_openssl.c | 356 … 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 D | rsa_asy_key_generator_openssl.c | 135 int *returnInt) in GetRsaPubKeySpecInt() 153 int *returnInt) in GetRsaPriKeySpecInt()
|
H A D | ecc_asy_key_generator_openssl.c | 1497 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 D | napi_pub_key.cpp | 226 int returnInt = 0; in GetAsyKeySpecNumber() local
|
H A D | napi_pri_key.cpp | 197 int returnInt = 0; in GetAsyKeySpecNumber() local
|