Searched defs:vfy (Results 1 – 3 of 3) sorted by relevance
223 void X509_STORE_free(X509_STORE *vfy) in X509_STORE_free()252 int X509_STORE_up_ref(X509_STORE *vfy) in X509_STORE_up_ref()
3017 int ssl_security_cert(SSL *s, SSL_CTX *ctx, X509 *x, int vfy, int is_ee) in ssl_security_cert()3039 int ssl_security_cert_chain(SSL *s, STACK_OF(X509) *sk, X509 *x, int vfy) in ssl_security_cert_chain()
1308 X509_STORE *vfy = NULL, *ch = NULL; in ssl_load_stores() local