Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/x509/
HDx509_vpm.c620 if (!sk_X509_VERIFY_PARAM_push(param_table, param)) in X509_VERIFY_PARAM_add0_table()
/freebsd-11-stable/crypto/openssl/crypto/stack/
HDsafestack.h2113 # define sk_X509_VERIFY_PARAM_push(st, val) SKM_sk_push(X509_VERIFY_PARAM, (st), (val)) macro