OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_mac_secret
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_record.h
34
u8
write_mac_secret
[TLS_MAX_WRITE_MAC_SECRET_LEN];
member in struct:tlsv1_record_layer
tlsv1_record.c
207
hmac = crypto_hash_init(rl->hash_alg, rl->
write_mac_secret
,
tlsv1_client.c
95
os_memcpy(conn->rl.
write_mac_secret
, pos, conn->rl.hash_size);
tlsv1_server.c
103
os_memcpy(conn->rl.
write_mac_secret
, pos, conn->rl.hash_size);
Completed in 3231 milliseconds