Home
last modified time | relevance | path

Searched refs:tick_hmac_key (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3993 sizeof(ctx->ext.secure->tick_hmac_key) + in ssl3_ctx_ctrl()
4004 memcpy(ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl()
4006 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl()
4009 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
4015 ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl()
4016 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl()
4018 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
H A Dt1_lib.c3151 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in tls_decrypt_ticket()
3152 sizeof(tctx->ext.secure->tick_hmac_key), in tls_decrypt_ticket()
H A Dssl_local.h705 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
H A Dssl_lib.c4186 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key, in SSL_CTX_new_ex()
4187 sizeof(ret->ext.secure->tick_hmac_key), 0) <= 0) in SSL_CTX_new_ex()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c4091 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in construct_stateless_ticket()
4092 sizeof(tctx->ext.secure->tick_hmac_key), in construct_stateless_ticket()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c8358 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_cb() local
8382 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256, in tick_key_cb()
8400 unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_evp_cb() local
8421 || !EVP_MAC_init(hctx, tick_hmac_key, sizeof(tick_hmac_key), in tick_key_evp_cb()