Home
last modified time | relevance | path

Searched defs:cryptMsg (Results 1 – 8 of 8) sorted by relevance

/third_party/openhitls/tls/record/src/
Drec_crypto_cbc.c90 …2_t RecConnCbcCheckCryptMsg(TLS_Ctx *ctx, const RecConnState *state, const REC_TextInput *cryptMsg, in RecConnCbcCheckCryptMsg()
106 static int32_t RecConnCbcDecCheckPaddingEtM(TLS_Ctx *ctx, const REC_TextInput *cryptMsg, uint8_t *p… in RecConnCbcDecCheckPaddingEtM()
153 const REC_TextInput *cryptMsg, uint8_t *data, uint32_t dataLen, uint8_t *mac, uint32_t *macLen) in ConstTimeHmac()
228 static int32_t RecConnCbcDecMtECheckMacTls(TLS_Ctx *ctx, const REC_TextInput *cryptMsg, in RecConnCbcDecMtECheckMacTls()
275 …nCbcDecryptByMacThenEncrypt(TLS_Ctx *ctx, const RecConnState *state, const REC_TextInput *cryptMsg, in RecConnCbcDecryptByMacThenEncrypt()
318 …nCbcDecryptByEncryptThenMac(TLS_Ctx *ctx, const RecConnState *state, const REC_TextInput *cryptMsg, in RecConnCbcDecryptByEncryptThenMac()
371 static int32_t CbcDecrypt(TLS_Ctx *ctx, RecConnState *state, const REC_TextInput *cryptMsg, in CbcDecrypt()
Drec_crypto.c179 static int32_t PlainDecrypt(TLS_Ctx *ctx, RecConnState *suiteInfo, const REC_TextInput *cryptMsg, in PlainDecrypt()
208 …atic int32_t UnsupoortDecrypt(TLS_Ctx *ctx, RecConnState *suiteInfo, const REC_TextInput *cryptMsg, in UnsupoortDecrypt()
Drec_conn.c210 int32_t RecConnCheckMac(TLS_Ctx *ctx, RecConnSuitInfo *suiteInfo, const REC_TextInput *cryptMsg, in RecConnCheckMac()
244 int32_t RecConnDecrypt(TLS_Ctx *ctx, RecConnState *state, const REC_TextInput *cryptMsg, uint8_t *d… in RecConnDecrypt()
Drec_read.c440 const RecHdr *hdr, const uint8_t *recordBody, REC_TextInput *cryptMsg) in GenerateCryptMsg()
713 REC_TextInput cryptMsg = {0}; in DtlsRecordRead() local
949 … RecordDecryptPrepare(TLS_Ctx *ctx, uint16_t version, REC_Type recordType, REC_TextInput *cryptMsg)
Drec_crypto_aead.c156 static int32_t AeadDecrypt(TLS_Ctx *ctx, RecConnState *state, const REC_TextInput *cryptMsg, in AeadDecrypt()
/third_party/openhitls/testcode/framework/tls/func_wrapper/src/
Drec_wrapper.c92 static int32_t WrapperDecryptFunc(TLS_Ctx *ctx, RecConnState *state, const REC_TextInput *cryptMsg, in WrapperDecryptFunc()
110 …int32_t WrapperDecryptPostProcess(TLS_Ctx *ctx, RecConnSuitInfo *suitInfo, REC_TextInput *cryptMsg, in WrapperDecryptPostProcess()
/third_party/openhitls/testcode/sdv/testcase/tls/consistency/tls13/
Dtest_suite_sdv_frame_tls13_consistency_rfc8446_pha.c48 …TLS_Ctx *ctx, RecConnState *state, const REC_TextInput *cryptMsg, uint8_t *data, uint32_t *dataLen) in STUB_RecConnDecrypt()
Dtest_suite_sdv_hlt_tls13_consistency_rfc8446_pha.c48 …TLS_Ctx *ctx, RecConnState *state, const REC_TextInput *cryptMsg, uint8_t *data, uint32_t *dataLen) in STUB_RecConnDecrypt()