Home
last modified time | relevance | path

Searched refs:clienthello_hash (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls13_lib.c528 if ((ctx->hs->tls13.clienthello_hash == NULL) && in tls13_clienthello_hash_init()
529 (ctx->hs->tls13.clienthello_hash = calloc(1, EVP_MAX_MD_SIZE)) == in tls13_clienthello_hash_init()
541 freezero(hs->clienthello_hash, EVP_MAX_MD_SIZE); in tls13_clienthello_hash_clear()
542 hs->clienthello_hash = NULL; in tls13_clienthello_hash_clear()
563 ctx->hs->tls13.clienthello_hash, in tls13_clienthello_hash_finalize()
577 if (ctx->hs->tls13.clienthello_hash == NULL) in tls13_clienthello_hash_validate()
588 if (memcmp(ctx->hs->tls13.clienthello_hash, new_ch_hash, in tls13_clienthello_hash_validate()
H A Dssl_locl.h580 unsigned char *clienthello_hash; member