Searched refs:write_mac_secret (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_record.h34 u8 write_mac_secret[TLS_MAX_WRITE_MAC_SECRET_LEN]; member in struct:tlsv1_record_layer
H A Dtlsv1_record.c207 hmac = crypto_hash_init(rl->hash_alg, rl->write_mac_secret,
H A Dtlsv1_client.c95 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
H A Dtlsv1_server.c103 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl3.h489 unsigned char write_mac_secret[EVP_MAX_MD_SIZE]; member in struct:ssl3_state_st
H A Ds3_enc.c322 mac_secret = &(s->s3->write_mac_secret[0]);
764 mac_sec = &(ssl->s3->write_mac_secret[0]);
H A Dt1_enc.c454 mac_secret = &(s->s3->write_mac_secret[0]);

Completed in 152 milliseconds