Searched defs:helloRetryRequest (Results 1 – 2 of 2) sorted by relevance
729 …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
588 uint8_t *helloRetryRequest = BSL_SAL_Dump(dataBuf->data, dataBuf->dataSize); in VERIFY_HelloRetryRequestVerifyProcess() local