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

/external/wpa_supplicant_8/hostapd/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);
/external/wpa_supplicant_8/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);
/external/wpa_supplicant_8/wpa_supplicant/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);

Completed in 3183 milliseconds