Home
last modified time | relevance | path

Searched refs:tlsext_tick_hmac_key (Results 1 – 5 of 5) sorted by relevance

/NextBSD/crypto/openssl/ssl/
HDs3_lib.c3787 memcpy(ctx->tlsext_tick_hmac_key, keys + 16, 16); in ssl3_ctx_ctrl()
3791 memcpy(keys + 16, ctx->tlsext_tick_hmac_key, 16); in ssl3_ctx_ctrl()
HDssl.h1080 unsigned char tlsext_tick_hmac_key[16]; member
HDs3_srvr.c3440 if (!HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, in ssl3_send_newsession_ticket()
HDssl_lib.c1993 || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0) in IMPLEMENT_LHASH_HASH_FN()
HDt1_lib.c3388 if (HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, in tls_decrypt_ticket()