Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/x509/
H A Dx509_ncons.c230 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub)) in v2i_NAME_CONSTRAINTS()
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h782 #define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val)) macro