Home
last modified time | relevance | path

Searched defs:helloRetryRequest (Results 1 – 2 of 2) sorted by relevance

/third_party/openhitls/tls/handshake/recv/src/
Drecv_server_hello.c729 …ic int32_t Tls13ClientCheckHelloRetryRequest(TLS_Ctx *ctx, const ServerHelloMsg *helloRetryRequest) in Tls13ClientCheckHelloRetryRequest()
805 …atic int32_t ClientCheckHrrKeyShareExtension(TLS_Ctx *ctx, const ServerHelloMsg *helloRetryRequest) in ClientCheckHrrKeyShareExtension()
866 static int32_t ClientCheckHrrExtraExtension(TLS_Ctx *ctx, const ServerHelloMsg *helloRetryRequest) in ClientCheckHrrExtraExtension()
881 static int32_t ClientCheckHrrCookieExtension(TLS_Ctx *ctx, const ServerHelloMsg *helloRetryRequest) in ClientCheckHrrCookieExtension()
901 static int32_t Tls13ClientCheckHrrExtension(TLS_Ctx *ctx, const ServerHelloMsg *helloRetryRequest) in Tls13ClientCheckHrrExtension()
930 const ServerHelloMsg *helloRetryRequest = &msg->body.serverHello; in Tls13ClientRecvHelloRetryRequestProcess() local
/third_party/openhitls/tls/handshake/common/src/
Dhs_verify.c588 uint8_t *helloRetryRequest = BSL_SAL_Dump(dataBuf->data, dataBuf->dataSize); in VERIFY_HelloRetryRequestVerifyProcess() local