Searched refs:x509_verify_param_copy (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vpm.c | 149 #define x509_verify_param_copy(field, def) \ macro 172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 173 x509_verify_param_copy(trust, X509_TRUST_DEFAULT); in X509_VERIFY_PARAM_inherit() 174 x509_verify_param_copy(depth, -1); in X509_VERIFY_PARAM_inherit() 175 x509_verify_param_copy(auth_level, -1); in X509_VERIFY_PARAM_inherit() 195 x509_verify_param_copy(hostflags, 0); in X509_VERIFY_PARAM_inherit()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vpm.c | 149 #define x509_verify_param_copy(field, def) \ macro 172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 173 x509_verify_param_copy(trust, X509_TRUST_DEFAULT); in X509_VERIFY_PARAM_inherit() 174 x509_verify_param_copy(depth, -1); in X509_VERIFY_PARAM_inherit() 175 x509_verify_param_copy(auth_level, -1); in X509_VERIFY_PARAM_inherit() 195 x509_verify_param_copy(hostflags, 0); in X509_VERIFY_PARAM_inherit()
|
Completed in 3 milliseconds