Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_purp.c367 (void)sk_X509_EXTENSION_set_cmp_func(exts, x509_extension_oid_cmp); in x509_extension_oids_are_unique()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h1418 #define sk_X509_EXTENSION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_EXTENSION, (st), (cmp)) macro