OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_verify_hash
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.h
197
struct
tls_verify_hash
{
struct
211
int tls_verify_hash_init(struct
tls_verify_hash
*verify);
212
void tls_verify_hash_add(struct
tls_verify_hash
*verify, const u8 *buf,
214
void tls_verify_hash_free(struct
tls_verify_hash
*verify);
/external/wpa_supplicant_8/src/tls/
tlsv1_common.h
197
struct
tls_verify_hash
{
struct
211
int tls_verify_hash_init(struct
tls_verify_hash
*verify);
212
void tls_verify_hash_add(struct
tls_verify_hash
*verify, const u8 *buf,
214
void tls_verify_hash_free(struct
tls_verify_hash
*verify);
Completed in 172 milliseconds