| /third_party/openhitls/crypto/slh_dsa/src/ |
| D | slh_dsa_hash.c | 47 …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 …]
|
| D | slh_dsa_wots.c | 27 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()
|
| D | slh_dsa_hypertree.c | 27 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()
|
| D | slh_dsa_xmss.c | 71 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()
|
| D | slh_dsa.c | 375 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/ |
| D | frame_msg.c | 34 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/ |
| D | curve25519.c | 349 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/ |
| D | uwmsg.c | 126 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/ |
| D | uwmsg.c | 126 int32_t msgLen; in u_wmsg() local 221 int32_t msgLen; in u_wmsg_errorName() local
|
| D | uconv.cpp | 1066 int32_t msgLen; in usage() local
|
| /third_party/skia/third_party/externals/icu/source/extra/uconv/ |
| D | uwmsg.c | 126 int32_t msgLen; in u_wmsg() local 221 int32_t msgLen; in u_wmsg_errorName() local
|
| /third_party/openhitls/tls/feature/indicator/src/ |
| D | indicator.c | 30 uint32_t msgLen, HITLS_Ctx *ctx, void *arg) in INDICATOR_MessageIndicate()
|
| /third_party/openhitls/tls/handshake/reass/src/ |
| D | hs_reass.c | 62 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/ |
| D | test_suite_sdv_eal_rsa_encrypt_decrypt.c | 185 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/ |
| D | pack_hello_verify_request.c | 78 uint32_t msgLen = 0u; in PackHelloVerifyRequest() local
|
| D | pack_server_hello.c | 95 uint32_t msgLen = 0u; in PackServerHello() local
|
| D | pack_client_hello.c | 331 uint32_t msgLen = 0u; in PackClientHello() local
|
| /third_party/openhitls/crypto/modes/include/ |
| D | crypt_modes_ccm.h | 37 uint64_t msgLen; /* The message length */ member
|
| /third_party/openhitls/testcode/sdv/testcase/tls/consistency/tls12/ |
| D | test_suite_sdv_frame_tls12_consistency_rfc5246_malformed_msg.c | 218 uint32_t msgLen = (msglength - 1) / 2; in UT_TLS_TLS12_RFC5246_CONSISTENCY_FRAGMENTED_MSG_TC001() local
|
| /third_party/openhitls/testcode/sdv/testcase/crypto/aes/ |
| D | test_suite_sdv_eal_aes_ccm.c | 46 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/ |
| D | modes_ccm.c | 272 const uint64_t msgLen = *(const uint64_t *)val; in SetMsgLen() local
|
| /third_party/openhitls/tls/handshake/common/src/ |
| D | hs_verify.c | 616 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/ |
| D | hs_ctx.h | 184 uint32_t msgLen; /* Total length of buffered messages */ member
|
| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| D | deProcess.c | 63 size_t msgLen = strlen(message); in die() local
|
| /third_party/openhitls/crypto/sm2/src/ |
| D | sm2_sign.c | 200 static int32_t Sm2ComputeMsgHash(const CRYPT_SM2_Ctx *ctx, const uint8_t *msg, uint32_t msgLen, BN_… in Sm2ComputeMsgHash()
|