Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vpm.c678 if (!sk_X509_VERIFY_PARAM_push(param_table, param)) in X509_VERIFY_PARAM_add0_table()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1885 #define sk_X509_VERIFY_PARAM_push(st, val) SKM_sk_push(X509_VERIFY_PARAM, (st), (val)) macro