Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
HDx509_vfy.h434 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
/dragonfly/crypto/libressl/crypto/x509/
HDx509_vpm.c457 X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level) in X509_VERIFY_PARAM_set_auth_level() function
/dragonfly/crypto/libressl/ssl/
HDssl_cert.c425 X509_VERIFY_PARAM_set_auth_level(param, SSL_get_security_level(s)); in ssl_verify_cert_chain()