Home
last modified time | relevance | path

Searched refs:tick_hmac_key (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c3823 sizeof(ctx->ext.secure->tick_hmac_key) + in ssl3_ctx_ctrl()
3834 memcpy(ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl()
3836 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl()
3839 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
3845 ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl()
3846 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl()
3848 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
H A Dt1_lib.c1899 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in tls_decrypt_ticket()
1900 sizeof(tctx->ext.secure->tick_hmac_key), in tls_decrypt_ticket()
H A Dssl_lib.c3448 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key, in SSL_CTX_new_ex()
3449 sizeof(ret->ext.secure->tick_hmac_key), 0) <= 0) in SSL_CTX_new_ex()
H A Dssl_local.h792 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
/third_party/openssl/ssl/
H A Ds3_lib.c3823 sizeof(ctx->ext.secure->tick_hmac_key) + in ssl3_ctx_ctrl()
3834 memcpy(ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl()
3836 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl()
3839 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
3845 ctx->ext.secure->tick_hmac_key, in ssl3_ctx_ctrl()
3846 sizeof(ctx->ext.secure->tick_hmac_key)); in ssl3_ctx_ctrl()
3848 sizeof(ctx->ext.secure->tick_hmac_key), in ssl3_ctx_ctrl()
H A Dt1_lib.c1879 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in tls_decrypt_ticket()
1880 sizeof(tctx->ext.secure->tick_hmac_key), in tls_decrypt_ticket()
H A Dssl_lib.c3348 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key, in SSL_CTX_new_ex()
3349 sizeof(ret->ext.secure->tick_hmac_key), 0) <= 0) in SSL_CTX_new_ex()
H A Dssl_local.h783 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member
/third_party/openssl/test/
H A Dsslapitest.c7842 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_cb() local
7866 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256, in tick_key_cb()
7884 unsigned char tick_hmac_key[16] = "0123456789abcdef"; in tick_key_evp_cb() local
7905 || !EVP_MAC_init(hctx, tick_hmac_key, sizeof(tick_hmac_key), in tick_key_evp_cb()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c3826 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in construct_stateless_ticket()
3827 sizeof(tctx->ext.secure->tick_hmac_key), in construct_stateless_ticket()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c3805 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key, in construct_stateless_ticket()
3806 sizeof(tctx->ext.secure->tick_hmac_key), in construct_stateless_ticket()

Completed in 65 milliseconds