Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_trs.c15 static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b);
52 static int tr_cmp(const X509_TRUST *const *a, const X509_TRUST *const *b) in tr_cmp() function
167 && (trtable = sk_X509_TRUST_new(tr_cmp)) == NULL) { in X509_TRUST_add()