Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
HDx509_ncons.c218 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub)) in v2i_NAME_CONSTRAINTS()
/dragonfly/crypto/libressl/include/openssl/
HDsafestack.h939 #define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val)) macro