Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_enc.c280 const uint8_t *client_write_mac_secret, *server_write_mac_secret, *mac_secret; in tls1_change_cipher_state() local
338 mac_secret = client_write_mac_secret; in tls1_change_cipher_state()
342 mac_secret = server_write_mac_secret; in tls1_change_cipher_state()
356 ssl->s3->tmp.new_cipher, key, key_len, mac_secret, mac_secret_len, iv, in tls1_change_cipher_state()
364 ssl->s3->tmp.new_cipher, key, key_len, mac_secret, mac_secret_len, iv, in tls1_change_cipher_state()
/external/boringssl/src/crypto/cipher/
Dinternal.h157 const uint8_t *mac_secret,
Dtls_cbc.c278 const uint8_t *mac_secret, in EVP_tls_cbc_digest_record() argument
400 memcpy(hmac_pad, mac_secret, mac_secret_length); in EVP_tls_cbc_digest_record()