Searched defs:hashMethod (Results 1 – 11 of 11) sorted by relevance
| /third_party/openhitls/crypto/util/ |
| D | crypt_util_mgf.c | 32 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/ |
| D | sm2_exch.c | 35 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
|
| D | sm2_local.h | 47 const EAL_MdMethod *hashMethod; member
|
| D | sm2_crypt.c | 57 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/ |
| D | rsa_padding.c | 149 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/ |
| D | curve25519.c | 314 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()
|
| D | curve25519_local.h | 38 const EAL_MdMethod *hashMethod; member
|
| /third_party/openhitls/crypto/mldsa/src/ |
| D | ml_dsa.c | 544 static uint32_t MLDSAGetMdSize(const EAL_MdMethod *hashMethod, int32_t hashId) in MLDSAGetMdSize() 566 const EAL_MdMethod *hashMethod = EAL_MdFindMethod(hashId); in MLDSAPreHashEncode() local
|
| D | ml_dsa_core.c | 37 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/ |
| D | test_suite_sdv_eal_sm2_crypt.c | 230 EAL_MdMethod hashMethod = {0}; in SDV_CRYPTO_SM2_CTRL_API_TC001() local
|
| /third_party/openhitls/crypto/slh_dsa/src/ |
| D | slh_dsa.c | 486 static uint32_t GetMdSize(const EAL_MdMethod *hashMethod, int32_t hashId) in GetMdSize()
|