Lines Matching refs:xs
61 void X509_STORE_set_verify_cb(X509_STORE *xs,
65 void X509_STORE_set_verify(X509_STORE *xs, X509_STORE_CTX_verify_fn verify);
70 void X509_STORE_set_get_issuer(X509_STORE *xs,
73 void X509_STORE_set_check_issued(X509_STORE *xs,
78 void X509_STORE_set_check_revocation(X509_STORE *xs,
83 void X509_STORE_set_get_crl(X509_STORE *xs,
87 void X509_STORE_set_check_crl(X509_STORE *xs,
92 void X509_STORE_set_cert_crl(X509_STORE *xs,
96 void X509_STORE_set_check_policy(X509_STORE *xs,
101 void X509_STORE_set_lookup_certs(X509_STORE *xs,
106 void X509_STORE_set_lookup_crls(X509_STORE *xs,
111 void X509_STORE_set_cleanup(X509_STORE *xs,
118 void X509_STORE_set_verify_func(X509_STORE *xs,
120 void X509_STORE_set_lookup_crls_cb(X509_STORE *xs,
125 X509_STORE_set_verify_cb() sets the verification callback of I<xs> to
132 I<xs> to I<verify>.