Searched refs:tick_hmac_key (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | s3_lib.c | 4399 …long tick_keylen = (sizeof(ctx->ext.tick_key_name) + sizeof(ctx->ext.secure->tick_hmac_key) + size… in ssl3_ctx_ctrl() 4409 memcpy(ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl() 4411 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl() 4413 keys + sizeof(ctx->ext.tick_key_name) + sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl() 4419 ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl() 4420 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl() 4421 memcpy(keys + sizeof(ctx->ext.tick_key_name) + sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
|
| H A D | t1_lib.c | 3166 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in tls_decrypt_ticket() 3167 sizeof(tctx->ext.secure->tick_hmac_key), in tls_decrypt_ticket()
|
| H A D | ssl_local.h | 703 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
|
| H A D | ssl_lib.c | 4151 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key, in SSL_CTX_new_ex() 4152 sizeof(ret->ext.secure->tick_hmac_key), 0) in SSL_CTX_new_ex()
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | statem_srvr.c | 4112 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in construct_stateless_ticket() 4113 sizeof(tctx->ext.secure->tick_hmac_key), in construct_stateless_ticket()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 8537 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_cb() local 8561 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256, in tick_key_cb() 8579 unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_evp_cb() local 8600 || !EVP_MAC_init(hctx, tick_hmac_key, sizeof(tick_hmac_key), in tick_key_evp_cb()
|