Searched refs:cert_hash_set (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_common.h365 struct cert_hash_set *cert_hash_set; member in struct:tls_session
471 struct cert_hash_set *locked_cert_hash_set;
H A Dssl_verify.h61 struct cert_hash_set { struct
107 void cert_hash_free (struct cert_hash_set *chs);
H A Dssl_verify.c198 if (!session->cert_hash_set)
199 ALLOC_OBJ_CLEAR (session->cert_hash_set, struct cert_hash_set);
200 if (!session->cert_hash_set->ch[error_depth])
201 ALLOC_OBJ (session->cert_hash_set->ch[error_depth], struct cert_hash);
203 struct cert_hash *ch = session->cert_hash_set->ch[error_depth];
211 cert_hash_print (const struct cert_hash_set *chs, int msglevel)
230 cert_hash_free (struct cert_hash_set *chs)
242 cert_hash_compare (const struct cert_hash_set *chs1, const struct cert_hash_set *chs
[all...]
H A Dssl.c920 cert_hash_free (session->cert_hash_set);

Completed in 158 milliseconds