Home
last modified time | relevance | path

Searched refs:tls_verify_hash (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h237 struct tls_verify_hash { struct
254 int tls_verify_hash_init(struct tls_verify_hash *verify); argument
255 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf,
257 void tls_verify_hash_free(struct tls_verify_hash *verify);
Dtlsv1_common.c206 int tls_verify_hash_init(struct tls_verify_hash *verify) in tls_verify_hash_init()
238 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf, in tls_verify_hash_add()
264 void tls_verify_hash_free(struct tls_verify_hash *verify) in tls_verify_hash_free()
Dtlsv1_server_i.h37 struct tls_verify_hash verify;
Dtlsv1_client_i.h43 struct tls_verify_hash verify;