Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsign_impl.cpp59 return this->signObj_->setSignSpecInt(signObj_, PSS_SALT_LEN_INT, itemValue); in SetSignSpecByNum()
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
H A Dsignature.h47 HcfResult (*setSignSpecInt)(HcfSign *self, SignSpecItem item, int32_t saltLen); member
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_sign_test.cpp935 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
957 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_INVLAID_SALTLEN);
981 res = sign->setSignSpecInt(sign, PSS_MD_NAME_STR, PSS_NORMAL_SALTLEN);
1005 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
1808 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
1848 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
H A Dcrypto_rsa_verify_test.cpp1070 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
1130 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
1193 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, PSS_NORMAL_SALTLEN);
H A Dcrypto_ed25519_sign_test.cpp468 ret = sign->setSignSpecInt(sign, SM2_USER_ID_UINT8ARR, returnInt);
H A Dcrypto_brainpool_no_length_sign_test.cpp769 ret = sign->setSignSpecInt(sign, SM2_USER_ID_UINT8ARR, returnInt);
H A Dcrypto_sm2_sign_test.cpp1177 res = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, saltlen);
H A Dcrypto_dsa_sign_test.cpp489 ret = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, 0);
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c547 returnSign->base.setSignSpecInt = SetSignSpecInt; in HcfSignCreate()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sign.cpp850 ret = sign->setSignSpecInt(sign, PSS_SALT_LEN_INT, saltLen); in SetSignSaltLenInt()