Searched refs:tick_hmac_key (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/ssl/ |
D | s3_lib.c | 3830 sizeof(ctx->ext.secure->tick_hmac_key) + in ssl3_ctx_ctrl() 3841 memcpy(ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl() 3843 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl() 3846 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl() 3852 ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl() 3853 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl() 3855 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
|
D | t1_lib.c | 1429 if (HMAC_Init_ex(hctx, tctx->ext.secure->tick_hmac_key, in tls_decrypt_ticket() 1430 sizeof(tctx->ext.secure->tick_hmac_key), in tls_decrypt_ticket()
|
D | ssl_local.h | 731 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
|
D | ssl_lib.c | 3115 || (RAND_priv_bytes(ret->ext.secure->tick_hmac_key, in SSL_CTX_new() 3116 sizeof(ret->ext.secure->tick_hmac_key)) <= 0) in SSL_CTX_new()
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 3971 || !HMAC_Init_ex(hctx, tctx->ext.secure->tick_hmac_key, in construct_stateless_ticket() 3972 sizeof(tctx->ext.secure->tick_hmac_key), in construct_stateless_ticket()
|
/third_party/openssl/test/ |
D | sslapitest.c | 5727 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_cb() local 5733 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), in tick_key_cb()
|