Home
last modified time | relevance | path

Searched refs:X509_VERIFY_PARAM_ID (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
HDx509_vpm.c129 x509_param_set_hosts_internal(X509_VERIFY_PARAM_ID *id, int mode, in x509_param_set_hosts_internal()
173 X509_VERIFY_PARAM_ID *paramid; in x509_verify_param_zero()
208 X509_VERIFY_PARAM_ID *paramid; in X509_VERIFY_PARAM_new()
212 paramid = calloc(1, sizeof(X509_VERIFY_PARAM_ID)); in X509_VERIFY_PARAM_new()
286 X509_VERIFY_PARAM_ID *id; in X509_VERIFY_PARAM_inherit()
602 static const X509_VERIFY_PARAM_ID _empty_id = { NULL };
604 #define vpm_empty_id (X509_VERIFY_PARAM_ID *)&_empty_id
HDx509_lcl.h277 X509_VERIFY_PARAM_ID *id; /* opaque ID data */
/dragonfly/crypto/libressl/include/openssl/
HDx509_vfy.h109 typedef struct X509_VERIFY_PARAM_ID_st X509_VERIFY_PARAM_ID; typedef