HomeSort by: relevance | last modified time | path
    Searched refs:tick_hmac_key (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c 4399 long tick_keylen = (sizeof(ctx->ext.tick_key_name) + sizeof(ctx->ext.secure->tick_hmac_key) + sizeof(ctx->ext.secure->tick_aes_key));
4409 memcpy(ctx->ext.secure->tick_hmac_key,
4411 sizeof(ctx->ext.secure->tick_hmac_key));
4413 keys + sizeof(ctx->ext.tick_key_name) + sizeof(ctx->ext.secure->tick_hmac_key),
4419 ctx->ext.secure->tick_hmac_key,
4420 sizeof(ctx->ext.secure->tick_hmac_key));
4421 memcpy(keys + sizeof(ctx->ext.tick_key_name) + sizeof(ctx->ext.secure->tick_hmac_key),
t1_lib.c 3150 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key,
3151 sizeof(tctx->ext.secure->tick_hmac_key),
ssl_local.h 703 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member in struct:ssl_ctx_ext_secure_st
ssl_lib.c 4153 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key,
4154 sizeof(ret->ext.secure->tick_hmac_key), 0)
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c 3823 sizeof(ctx->ext.secure->tick_hmac_key) +
3834 memcpy(ctx->ext.secure->tick_hmac_key,
3836 sizeof(ctx->ext.secure->tick_hmac_key));
3839 sizeof(ctx->ext.secure->tick_hmac_key),
3845 ctx->ext.secure->tick_hmac_key,
3846 sizeof(ctx->ext.secure->tick_hmac_key));
3848 sizeof(ctx->ext.secure->tick_hmac_key),
t1_lib.c 1900 || ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key,
1901 sizeof(tctx->ext.secure->tick_hmac_key),
ssl_local.h 783 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member in struct:ssl_ctx_ext_secure_st
ssl_lib.c 3363 || (RAND_priv_bytes_ex(libctx, ret->ext.secure->tick_hmac_key,
3364 sizeof(ret->ext.secure->tick_hmac_key), 0) <= 0)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c 3836 sizeof(ctx->ext.secure->tick_hmac_key) +
3847 memcpy(ctx->ext.secure->tick_hmac_key,
3849 sizeof(ctx->ext.secure->tick_hmac_key));
3852 sizeof(ctx->ext.secure->tick_hmac_key),
3858 ctx->ext.secure->tick_hmac_key,
3859 sizeof(ctx->ext.secure->tick_hmac_key));
3861 sizeof(ctx->ext.secure->tick_hmac_key),
t1_lib.c 1429 if (HMAC_Init_ex(hctx, tctx->ext.secure->tick_hmac_key,
1430 sizeof(tctx->ext.secure->tick_hmac_key),
ssl_local.h 731 unsigned char tick_hmac_key[TLSEXT_TICK_KEY_LENGTH]; member in struct:ssl_ctx_ext_secure_st
ssl_lib.c 3130 || (RAND_priv_bytes(ret->ext.secure->tick_hmac_key,
3131 sizeof(ret->ext.secure->tick_hmac_key)) <= 0)
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 8516 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; local
8540 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256,
8558 unsigned char tick_hmac_key[16] = "0123456789abcdef"; local
8579 || !EVP_MAC_init(hctx, tick_hmac_key, sizeof(tick_hmac_key),
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 7917 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; local
7941 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key), sha256,
7959 unsigned char tick_hmac_key[16] = "0123456789abcdef"; local
7980 || !EVP_MAC_init(hctx, tick_hmac_key, sizeof(tick_hmac_key),
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_srvr.c 4112 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key,
4113 sizeof(tctx->ext.secure->tick_hmac_key),
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_srvr.c 3805 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key,
3806 sizeof(tctx->ext.secure->tick_hmac_key),
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_srvr.c 3980 || !HMAC_Init_ex(hctx, tctx->ext.secure->tick_hmac_key,
3981 sizeof(tctx->ext.secure->tick_hmac_key),
  /src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c 5939 const unsigned char tick_hmac_key[16] = "0123456789abcdef"; local
5945 || !HMAC_Init_ex(hctx, tick_hmac_key, sizeof(tick_hmac_key),

Completed in 88 milliseconds