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.h235 struct tls_verify_hash { struct
252 int tls_verify_hash_init(struct tls_verify_hash *verify); argument
253 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf,
255 void tls_verify_hash_free(struct tls_verify_hash *verify);
Dtlsv1_common.c194 int tls_verify_hash_init(struct tls_verify_hash *verify) in tls_verify_hash_init()
226 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf, in tls_verify_hash_add()
252 void tls_verify_hash_free(struct tls_verify_hash *verify) in tls_verify_hash_free()
Dtlsv1_server_i.h35 struct tls_verify_hash verify;
Dtlsv1_client_i.h40 struct tls_verify_hash verify;