Searched refs:tlsext_tick_hmac_key (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/openssl/ssl/ |
| HD | s3_lib.c | 3787 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()
|
| HD | ssl.h | 1080 unsigned char tlsext_tick_hmac_key[16]; member
|
| HD | s3_srvr.c | 3440 if (!HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, in ssl3_send_newsession_ticket()
|
| HD | ssl_lib.c | 1993 || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0) in IMPLEMENT_LHASH_HASH_FN()
|
| HD | t1_lib.c | 3388 if (HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16, in tls_decrypt_ticket()
|