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

/openbsd-current/sbin/isakmpd/
H A Dx509.c64 static X509 *x509_hash_find(u_int8_t *, size_t);
527 x509_hash_find(u_int8_t *id, size_t len) function
558 LOG_DBG((LOG_CRYPTO, 70, "x509_hash_find: return X509 %p",
564 "x509_hash_find: no certificate matched query"));
1089 scert = x509_hash_find(id, id_len);

Completed in 61 milliseconds