Searched refs:mac_key (Results 1 – 7 of 7) sorted by relevance
/openssl-master/util/ |
A D | mk-fipsmodule-cnf.pl | 14 my $mac_key; 18 GetOptions("key=s" => \$mac_key, 23 my $mac_keylen = length($mac_key); 35 = ( uc(hmac_sha256_hex($data, pack("H$mac_keylen", $mac_key))) =~ m/../g );
|
/openssl-master/ssl/ |
A D | ktls.c | 61 unsigned char *key, unsigned char *mac_key, in ktls_configure_crypto() argument 91 crypto_info->auth_key = mac_key; in ktls_configure_crypto() 160 unsigned char *key, unsigned char *mac_key, in ktls_configure_crypto() argument
|
A D | t1_enc.c | 199 EVP_PKEY *mac_key; in tls1_change_cipher_state() local 366 mac_key = EVP_PKEY_new_raw_private_key_ex(s->ctx->libctx, "HMAC", in tls1_change_cipher_state() 375 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, mac_secret, in tls1_change_cipher_state() 378 if (mac_key == NULL in tls1_change_cipher_state() 380 s->ctx->libctx, s->ctx->propq, mac_key, in tls1_change_cipher_state() 382 EVP_PKEY_free(mac_key); in tls1_change_cipher_state() 386 EVP_PKEY_free(mac_key); in tls1_change_cipher_state()
|
A D | ssl_local.h | 2759 unsigned char *key, unsigned char *mac_key,
|
/openssl-master/crypto/evp/ |
A D | pmeth_gn.c | 321 EVP_PKEY *mac_key = NULL; in EVP_PKEY_new_mac_key() local 329 if (EVP_PKEY_keygen(mac_ctx, &mac_key) <= 0) in EVP_PKEY_new_mac_key() 333 return mac_key; in EVP_PKEY_new_mac_key()
|
/openssl-master/test/ |
A D | bad_dtls_test.c | 59 #define mac_key (key_block + 20) macro 317 if (!EVP_MAC_init(ctx, mac_key, 20, params) in send_record()
|
A D | evp_test.c | 545 unsigned char *mac_key; member 606 OPENSSL_free(cdat->mac_key); in cipher_test_cleanup() 664 return parse_bin(value, &cdat->mac_key, &cdat->mac_key_len); in cipher_test_parse() 837 if (expected->mac_key != NULL in cipher_test_enc() 840 (void *)expected->mac_key)) { in cipher_test_enc()
|
Completed in 27 milliseconds