Home
last modified time | relevance | path

Searched defs:hashMethod (Results 1 – 11 of 11) sorted by relevance

/third_party/openhitls/crypto/util/
Dcrypt_util_mgf.c32 int32_t CRYPT_CalcHash(const EAL_MdMethod *hashMethod, const CRYPT_ConstData *hashData, uint32_t si… in CRYPT_CalcHash()
61 int32_t CRYPT_Mgf1(const EAL_MdMethod *hashMethod, const uint8_t *seed, const uint32_t seedLen, uin… in CRYPT_Mgf1()
/third_party/openhitls/crypto/sm2/src/
Dsm2_exch.c35 const EAL_MdMethod *hashMethod) in KdfGmt0032012()
165 static int32_t Sm3MsgHash(const EAL_MdMethod *hashMethod, const uint8_t *yBuf, const uint8_t *hashB… in Sm3MsgHash()
185 static int32_t Sm3InnerHash(const EAL_MdMethod *hashMethod, const uint8_t *coordinate, const uint8_… in Sm3InnerHash()
264 const EAL_MdMethod *hashMethod = ctx->hashMethod; in SM2_PKG_Kdf() local
Dsm2_local.h47 const EAL_MdMethod *hashMethod; member
Dsm2_crypt.c57 static int32_t Sm3Hash(const EAL_MdMethod *hashMethod, const uint8_t *pbBuf, const uint8_t *data, u… in Sm3Hash()
/third_party/openhitls/crypto/rsa/src/
Drsa_padding.c149 int32_t CRYPT_RSA_SetPss(const EAL_MdMethod *hashMethod, const EAL_MdMethod *mgfMethod, uint32_t ke… in CRYPT_RSA_SetPss()
266 static int32_t VerifyH(const EAL_MdMethod *hashMethod, const CRYPT_Data *mHash, const CRYPT_Data *s… in VerifyH()
291 int32_t CRYPT_RSA_VerifyPss(const EAL_MdMethod *hashMethod, const EAL_MdMethod *mgfMethod, uint32_t… in CRYPT_RSA_VerifyPss()
673 const EAL_MdMethod *hashMethod = ctx->pad.para.oaep.mdMeth; in CRYPT_RSA_SetPkcs1Oaep() local
792 static int32_t OaepVerifyHashMaskDB(const EAL_MdMethod *hashMethod, CRYPT_Data *paramData, CRYPT_Da… in OaepVerifyHashMaskDB()
827 int32_t CRYPT_RSA_VerifyPkcs1Oaep(const EAL_MdMethod *hashMethod, const EAL_MdMethod *mgfMethod, co… in CRYPT_RSA_VerifyPkcs1Oaep()
/third_party/openhitls/crypto/curve25519/src/
Dcurve25519.c314 const EAL_MdMethod *hashMethod) in PrvKeyHash()
349 const uint8_t *msg, uint32_t msgLen, const EAL_MdMethod *hashMethod) in GetRHash()
391 const EAL_MdMethod *hashMethod) in GetKHash()
Dcurve25519_local.h38 const EAL_MdMethod *hashMethod; member
/third_party/openhitls/crypto/mldsa/src/
Dml_dsa.c544 static uint32_t MLDSAGetMdSize(const EAL_MdMethod *hashMethod, int32_t hashId) in MLDSAGetMdSize()
566 const EAL_MdMethod *hashMethod = EAL_MdFindMethod(hashId); in MLDSAPreHashEncode() local
Dml_dsa_core.c37 const EAL_MdMethod *hashMethod = EAL_MdFindMethod(CRYPT_MD_SHAKE256); in HashFuncH() local
200 const EAL_MdMethod *hashMethod = EAL_MdFindMethod(CRYPT_MD_SHAKE128); in RejNTTPoly() local
254 const EAL_MdMethod *hashMethod = EAL_MdFindMethod(CRYPT_MD_SHAKE256); in RejBoundedPoly() local
744 const EAL_MdMethod *hashMethod = EAL_MdFindMethod(CRYPT_MD_SHAKE256); in SampleInBall() local
/third_party/openhitls/testcode/sdv/testcase/crypto/sm2/
Dtest_suite_sdv_eal_sm2_crypt.c230 EAL_MdMethod hashMethod = {0}; in SDV_CRYPTO_SM2_CTRL_API_TC001() local
/third_party/openhitls/crypto/slh_dsa/src/
Dslh_dsa.c486 static uint32_t GetMdSize(const EAL_MdMethod *hashMethod, int32_t hashId) in GetMdSize()