Searched refs:tick_hmac_key (Results 1 – 6 of 6) sorted by relevance
/openssl-master/ssl/ |
A D | s3_lib.c | 3805 sizeof(ctx->ext.secure->tick_hmac_key) + in ssl3_ctx_ctrl() 3816 memcpy(ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl() 3818 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl() 3821 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl() 3827 ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl() 3828 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl() 3830 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
|
A D | t1_lib.c | 1872 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in tls_decrypt_ticket() 1873 sizeof(tctx->ext.secure->tick_hmac_key), in tls_decrypt_ticket()
|
A D | ssl_local.h | 783 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
|
A D | ssl_lib.c | 3288 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key, in SSL_CTX_new_ex() 3289 sizeof(ret->ext.secure->tick_hmac_key), 0) <= 0) in SSL_CTX_new_ex()
|
/openssl-master/test/ |
A D | sslapitest.c | 7518 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_cb() local 7529 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256, in tick_key_cb() 7547 unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_evp_cb() local 7560 || !EVP_MAC_init(hctx, tick_hmac_key, sizeof(tick_hmac_key), in tick_key_evp_cb()
|
/openssl-master/ssl/statem/ |
A D | statem_srvr.c | 3781 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in construct_stateless_ticket() 3782 sizeof(tctx->ext.secure->tick_hmac_key), in construct_stateless_ticket()
|
Completed in 61 milliseconds