Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Ds3_lib.c3830 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()
Dt1_lib.c1429 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()
Dssl_local.h731 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
Dssl_lib.c3115 || (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/
Dstatem_srvr.c3971 || !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/
Dsslapitest.c5727 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()