Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dt1_enc.c161 int mac_type; in tls1_change_cipher_state() local
182 mac_type = s->s3.tmp.new_mac_pkey_type; in tls1_change_cipher_state()
249 mac_secret_size, c, taglen, mac_type, in tls1_change_cipher_state()
317 if (mac_type == EVP_PKEY_HMAC) { in tls1_change_cipher_state()
327 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL, mac_secret, in tls1_change_cipher_state()
457 int mac_type = NID_undef; in tls1_setup_key_block() local
466 &mac_type, &mac_secret_size, &comp, in tls1_setup_key_block()
477 s->s3.tmp.new_mac_pkey_type = mac_type; in tls1_setup_key_block()

Completed in 7 milliseconds