Searched refs:tlsext_tick_hmac_key (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_lib.c3830 memcpy(ctx->tlsext_tick_hmac_key, keys + 16, 16);
3834 memcpy(keys + 16, ctx->tlsext_tick_hmac_key, 16);
H A Ds3_srvr.c3435 if (!HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
H A Dssl.h1080 unsigned char tlsext_tick_hmac_key[16]; member in struct:ssl_ctx_st
H A Dssl_lib.c2004 || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0)
H A Dt1_lib.c3420 if (HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_lib.c3830 memcpy(ctx->tlsext_tick_hmac_key, keys + 16, 16);
3834 memcpy(keys + 16, ctx->tlsext_tick_hmac_key, 16);
H A Ds3_srvr.c3435 if (!HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
H A Dssl.h1080 unsigned char tlsext_tick_hmac_key[16]; member in struct:ssl_ctx_st
H A Dssl_lib.c2004 || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0)
H A Dt1_lib.c3420 if (HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,

Completed in 156 milliseconds