Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_record.h34 u8 write_mac_secret[TLS_MAX_WRITE_MAC_SECRET_LEN]; member
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret, in tlsv1_record_send()
H A Dtlsv1_server.c103 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size); in tlsv1_server_derive_keys()
H A Dtlsv1_client.c119 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size); in tls_derive_keys()
/freebsd/crypto/openssl/ssl/
H A Ds3_enc.c182 mac_secret = &(s->s3.write_mac_secret[0]); in ssl3_change_cipher_state()
H A Dt1_enc.c285 mac_secret = &(s->s3.write_mac_secret[0]); in tls1_change_cipher_state()
H A Dssl_local.h1271 unsigned char write_mac_secret[EVP_MAX_MD_SIZE]; member
/freebsd/crypto/openssl/ssl/record/
H A Dssl3_record.c1333 mac_sec = &(ssl->s3.write_mac_secret[0]); in n_ssl3_mac()