Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c391 sk_ASIdOrRange_sort(choice->u.asIdsOrRanges); in ASIdentifierChoice_canonize()
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h1131 #define sk_ASIdOrRange_sort(sk) OPENSSL_sk_sort(ossl_check_ASIdOrRange_sk_type(sk)) macro