Home
last modified time | relevance | path

Searched defs:msgLen (Results 1 – 25 of 35) sorted by relevance

12

/third_party/openhitls/crypto/slh_dsa/src/
Dslh_dsa_hash.c47 …PrfmsgShake256(const CryptSlhDsaCtx *ctx, const uint8_t *rand, const uint8_t *msg, uint32_t msgLen, in PrfmsgShake256()
55 …32_t HmsgShake256(const CryptSlhDsaCtx *ctx, const uint8_t *r, const uint8_t *msg, uint32_t msgLen, in HmsgShake256()
72 …t HShake256(const CryptSlhDsaCtx *ctx, const SlhDsaAdrs *adrs, const uint8_t *msg, uint32_t msgLen, in HShake256()
81 … TlShake256(const CryptSlhDsaCtx *ctx, const SlhDsaAdrs *adrs, const uint8_t *msg, uint32_t msgLen, in TlShake256()
87 …t FShake256(const CryptSlhDsaCtx *ctx, const SlhDsaAdrs *adrs, const uint8_t *msg, uint32_t msgLen, in FShake256()
93 …(const CryptSlhDsaCtx *ctx, const uint8_t *rand, const uint8_t *msg, uint32_t msgLen, uint8_t *out, in Prfmsg()
115 …t PrfmsgSha256(const CryptSlhDsaCtx *ctx, const uint8_t *rand, const uint8_t *msg, uint32_t msgLen, in PrfmsgSha256()
120 …t PrfmsgSha512(const CryptSlhDsaCtx *ctx, const uint8_t *rand, const uint8_t *msg, uint32_t msgLen, in PrfmsgSha512()
127 const uint8_t *msg, uint32_t msgLen, uint8_t *out, CRYPT_MD_AlgId mdId) in HmsgSha()
151 …nt32_t HmsgSha256(const CryptSlhDsaCtx *ctx, const uint8_t *r, const uint8_t *msg, uint32_t msgLen, in HmsgSha256()
[all …]
Dslh_dsa_wots.c27 static int32_t MsgToBaseW(const CryptSlhDsaCtx *ctx, const uint8_t *msg, uint32_t msgLen, uint32_t … in MsgToBaseW()
111 int32_t WotsSign(uint8_t *sig, uint32_t *sigLen, const uint8_t *msg, uint32_t msgLen, SlhDsaAdrs *a… in WotsSign()
153 int32_t WotsPubKeyFromSig(const uint8_t *msg, uint32_t msgLen, const uint8_t *sig, uint32_t sigLen,… in WotsPubKeyFromSig()
Dslh_dsa_hypertree.c27 int32_t HypertreeSign(const uint8_t *msg, uint32_t msgLen, uint64_t treeIdx, uint32_t leafIdx, in HypertreeSign()
73 int32_t HypertreeVerify(const uint8_t *msg, uint32_t msgLen, const uint8_t *sig, uint32_t sigLen, u… in HypertreeVerify()
Dslh_dsa_xmss.c71 int32_t XmssSign(const uint8_t *msg, size_t msgLen, uint32_t idx, SlhDsaAdrs *adrs, const CryptSlhD… in XmssSign()
105 …ssPkFromSig(uint32_t idx, const uint8_t *sig, uint32_t sigLen, const uint8_t *msg, uint32_t msgLen, in XmssPkFromSig()
Dslh_dsa.c375 static int32_t CRYPT_SLH_DSA_SignInternal(CryptSlhDsaCtx *ctx, const uint8_t *msg, uint32_t msgLen,… in CRYPT_SLH_DSA_SignInternal()
439 …nt32_t CRYPT_SLH_DSA_VerifyInternal(const CryptSlhDsaCtx *ctx, const uint8_t *msg, uint32_t msgLen, in CRYPT_SLH_DSA_VerifyInternal()
/third_party/openhitls/testcode/framework/tls/frame/src/
Dframe_msg.c34 int32_t FRAME_GetLinkRecMsg(FRAME_LinkObj *link, uint8_t *buffer, uint32_t len, uint32_t *msgLen) in FRAME_GetLinkRecMsg()
48 int32_t FRAME_GetLinkSndMsg(FRAME_LinkObj *link, uint8_t *buffer, uint32_t len, uint32_t *msgLen) in FRAME_GetLinkSndMsg()
/third_party/openhitls/crypto/curve25519/src/
Dcurve25519.c349 const uint8_t *msg, uint32_t msgLen, const EAL_MdMethod *hashMethod) in GetRHash()
390 const uint8_t pubKey[CRYPT_CURVE25519_KEYLEN], const uint8_t *msg, uint32_t msgLen, in GetKHash()
437 uint32_t msgLen, const uint8_t *sign, const uint32_t *signLen) in SignInputCheck()
459 uint32_t msgLen, uint8_t *sign, uint32_t *signLen) in CRYPT_CURVE25519_Sign()
533 uint32_t msgLen, const uint8_t *sign, uint32_t signLen) in VerifyInputCheck()
576 uint32_t msgLen, const uint8_t *sign, uint32_t signLen) in CRYPT_CURVE25519_Verify()
/third_party/icu/icu4c/source/extra/uconv/
Duwmsg.c126 int32_t msgLen; in u_wmsg() local
221 int32_t msgLen; in u_wmsg_errorName() local
/third_party/skia/m133/third_party/externals/icu/source/extra/uconv/
Duwmsg.c126 int32_t msgLen; in u_wmsg() local
221 int32_t msgLen; in u_wmsg_errorName() local
Duconv.cpp1066 int32_t msgLen; in usage() local
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duwmsg.c126 int32_t msgLen; in u_wmsg() local
221 int32_t msgLen; in u_wmsg_errorName() local
/third_party/openhitls/tls/feature/indicator/src/
Dindicator.c30 uint32_t msgLen, HITLS_Ctx *ctx, void *arg) in INDICATOR_MessageIndicate()
/third_party/openhitls/tls/handshake/reass/src/
Dhs_reass.c62 static bool IsReassComplete(const uint8_t *reassBitMap, uint32_t msgLen) in IsReassComplete()
156 uint32_t msgLen = DTLS_HS_MSG_HEADER_SIZE + msgInfo->length; in ReassNodeNew() local
/third_party/openhitls/testcode/sdv/testcase/crypto/rsa/
Dtest_suite_sdv_eal_rsa_encrypt_decrypt.c185 uint32_t msgLen = MAX_CIPHERTEXT_LEN; in SDV_CRYPTO_RSA_CRYPT_FUNC_TC002() local
262 uint32_t msgLen = MAX_CIPHERTEXT_LEN; in SDV_CRYPTO_RSA_CRYPT_FUNC_TC003() local
/third_party/openhitls/tls/handshake/pack/src/
Dpack_hello_verify_request.c78 uint32_t msgLen = 0u; in PackHelloVerifyRequest() local
Dpack_server_hello.c95 uint32_t msgLen = 0u; in PackServerHello() local
Dpack_client_hello.c331 uint32_t msgLen = 0u; in PackClientHello() local
/third_party/openhitls/crypto/modes/include/
Dcrypt_modes_ccm.h37 uint64_t msgLen; /* The message length */ member
/third_party/openhitls/testcode/sdv/testcase/tls/consistency/tls12/
Dtest_suite_sdv_frame_tls12_consistency_rfc5246_malformed_msg.c218 uint32_t msgLen = (msglength - 1) / 2; in UT_TLS_TLS12_RFC5246_CONSISTENCY_FRAGMENTED_MSG_TC001() local
/third_party/openhitls/testcode/sdv/testcase/crypto/aes/
Dtest_suite_sdv_eal_aes_ccm.c46 uint64_t msgLen = threadParameter->ctLen; in MultiThreadTest() local
775 uint64_t msgLen = pt->len; in SDV_CRYPTO_AES_CCM_UPDATE_FUNC_TC002() local
/third_party/openhitls/crypto/modes/src/
Dmodes_ccm.c272 const uint64_t msgLen = *(const uint64_t *)val; in SetMsgLen() local
/third_party/openhitls/tls/handshake/common/src/
Dhs_verify.c616 uint32_t pskLen, const uint8_t *msg, uint32_t msgLen, uint8_t *binder, uint32_t binderLen) in VERIFY_CalcPskBinder()
/third_party/openhitls/tls/handshake/common/include/
Dhs_ctx.h184 uint32_t msgLen; /* Total length of buffered messages */ member
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c63 size_t msgLen = strlen(message); in die() local
/third_party/openhitls/crypto/sm2/src/
Dsm2_sign.c200 static int32_t Sm2ComputeMsgHash(const CRYPT_SM2_Ctx *ctx, const uint8_t *msg, uint32_t msgLen, BN_… in Sm2ComputeMsgHash()

12