Searched refs:mac_type (Results 1 – 1 of 1) sorted by relevance
196 int mac_type; in tls1_change_cipher_state() local215 mac_type = s->s3.tmp.new_mac_pkey_type; in tls1_change_cipher_state()365 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state()375 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, mac_secret, in tls1_change_cipher_state()529 int mac_type = NID_undef; in tls1_setup_key_block() local536 if (!ssl_cipher_get_evp(s->ctx, s->session, &c, &hash, &mac_type, in tls1_setup_key_block()547 s->s3.tmp.new_mac_pkey_type = mac_type; in tls1_setup_key_block()
Completed in 3 milliseconds