Searched refs:cert_hash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify.h56 struct cert_hash { struct
62 struct cert_hash *ch[MAX_CERT_DEPTH]; /**< Array of certificate hashes */
H A Dssl_verify.c201 ALLOC_OBJ (session->cert_hash_set->ch[error_depth], struct cert_hash);
203 struct cert_hash *ch = session->cert_hash_set->ch[error_depth];
220 const struct cert_hash *ch = chs->ch[i];
249 const struct cert_hash *ch1 = chs1->ch[i];
250 const struct cert_hash *ch2 = chs2->ch[i];
277 const struct cert_hash *ch = chs->ch[i];
280 ALLOC_OBJ (dest->ch[i], struct cert_hash);

Completed in 109 milliseconds