Home
last modified time | relevance | path

Searched refs:getVerifySpecInt (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/native/src/
H A Dsignature.c44 HcfResult (*getVerifySpecInt)(HcfVerify *self, SignSpecItem item, int32_t *returnInt); member
152 if (ctx->getVerifySpecInt == NULL) { in OH_CryptoVerify_GetParam()
160 ret = ctx->getVerifySpecInt((HcfVerify *)ctx, (SignSpecItem)type, returnInt); in OH_CryptoVerify_GetParam()
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dverify_impl.cpp93 return this->verify_->getVerifySpecInt(verify_, item, itemValue); in GetVerifySpecNum()
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
H A Dsignature.h75 HcfResult (*getVerifySpecInt)(HcfVerify *self, SignSpecItem item, int32_t *returnInt); member
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dsa_verify_test.cpp99 ret = verify->getVerifySpecInt(verify, PSS_SALT_LEN_INT, &returnInt);
H A Dcrypto_sm2_verify_test.cpp1225 res = verify->getVerifySpecInt(verify, PSS_SALT_LEN_INT, returnInt);
1244 res = verify->getVerifySpecInt(verify, PSS_SALT_LEN_INT, &returnInt);
H A Dcrypto_ed25519_verify_test.cpp361 ret = verify->getVerifySpecInt(verify, SM2_USER_ID_UINT8ARR, &returnInt);
H A Dcrypto_brainpool_no_length_verify_test.cpp1050 res = verify->getVerifySpecInt(verify, SM2_USER_ID_UINT8ARR, &returnInt);
H A Dcrypto_rsa_verify_test.cpp880 res = verify->getVerifySpecInt(verify, PSS_TRAILER_FIELD_INT, &retInt);
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c600 returnVerify->base.getVerifySpecInt = GetVerifySpecInt; in HcfVerifyCreate()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_verify.cpp1194 HcfResult ret = verify->getVerifySpecInt(verify, item, &returnInt); in GetVerifySpecNumber()