Searched refs:setVerifySpecInt (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/security/crypto_framework/frameworks/native/src/ |
H A D | signature.c | 40 HcfResult (*setVerifySpecInt)(HcfVerify *self, SignSpecItem item, int32_t saltLen); member 117 … if ((value->data == NULL) || (value->len != sizeof(int32_t)) || (ctx->setVerifySpecInt == NULL)) { in OH_CryptoVerify_SetParam() 121 … ret = ctx->setVerifySpecInt((HcfVerify *)ctx, (SignSpecItem)type, *((int32_t *)value->data)); in OH_CryptoVerify_SetParam()
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | verify_impl.cpp | 69 return this->verify_->setVerifySpecInt(verify_, PSS_SALT_LEN_INT, itemValue); in SetVerifySpecByNum()
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/ |
H A D | signature.h | 71 HcfResult (*setVerifySpecInt)(HcfVerify *self, SignSpecItem item, int32_t saltLen); member
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_rsa_verify_test.cpp | 796 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN); 825 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_INVLAID_SALTLEN); 852 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN); 996 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN); 1085 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN); 1146 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN); 1205 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
|
H A D | crypto_dsa_verify_test.cpp | 85 ret = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, 0);
|
H A D | crypto_ed25519_verify_test.cpp | 359 ret = verify->setVerifySpecInt(verify, SM2_USER_ID_UINT8ARR, returnInt); 383 ret = verify->setVerifySpecInt(nullptr, SM2_USER_ID_UINT8ARR, returnInt);
|
H A D | crypto_brainpool_no_length_verify_test.cpp | 1048 res = verify->setVerifySpecInt(verify, SM2_USER_ID_UINT8ARR, returnInt);
|
H A D | crypto_sm2_verify_test.cpp | 1206 res = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, saltlen);
|
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | signature.c | 599 returnVerify->base.setVerifySpecInt = SetVerifySpecInt; in HcfVerifyCreate()
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_verify.cpp | 1114 HcfResult ret = verify->setVerifySpecInt(verify, PSS_SALT_LEN_INT, saltLen); in SetVerifySaltLenInt()
|