Lines Matching defs:xs
42 int X509_STORE_lock(X509_STORE *xs) in X509_STORE_lock()
47 static int x509_store_read_lock(X509_STORE *xs) in x509_store_read_lock()
52 int X509_STORE_unlock(X509_STORE *xs) in X509_STORE_unlock()
226 void X509_STORE_free(X509_STORE *xs) in X509_STORE_free()
256 int X509_STORE_up_ref(X509_STORE *xs) in X509_STORE_up_ref()
268 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m) in X509_STORE_add_lookup()
432 int X509_STORE_add_cert(X509_STORE *xs, X509 *x) in X509_STORE_add_cert()
441 int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x) in X509_STORE_add_crl()
781 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags) in X509_STORE_set_flags()
786 int X509_STORE_set_depth(X509_STORE *xs, int depth) in X509_STORE_set_depth()
792 int X509_STORE_set_purpose(X509_STORE *xs, int purpose) in X509_STORE_set_purpose()
797 int X509_STORE_set_trust(X509_STORE *xs, int trust) in X509_STORE_set_trust()
802 int X509_STORE_set1_param(X509_STORE *xs, const X509_VERIFY_PARAM *param) in X509_STORE_set1_param()
807 X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *xs) in X509_STORE_get0_param()
812 void X509_STORE_set_verify(X509_STORE *xs, X509_STORE_CTX_verify_fn verify) in X509_STORE_set_verify()
817 X509_STORE_CTX_verify_fn X509_STORE_get_verify(const X509_STORE *xs) in X509_STORE_get_verify()
822 void X509_STORE_set_verify_cb(X509_STORE *xs, in X509_STORE_set_verify_cb()
828 X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(const X509_STORE *xs) in X509_STORE_get_verify_cb()
833 void X509_STORE_set_get_issuer(X509_STORE *xs, in X509_STORE_set_get_issuer()
839 X509_STORE_CTX_get_issuer_fn X509_STORE_get_get_issuer(const X509_STORE *xs) in X509_STORE_get_get_issuer()
844 void X509_STORE_set_check_issued(X509_STORE *xs, in X509_STORE_set_check_issued()
850 X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(const X509_STORE *xs) in X509_STORE_get_check_issued()
855 void X509_STORE_set_check_revocation(X509_STORE *xs, in X509_STORE_set_check_revocation()
861 X509_STORE_CTX_check_revocation_fn X509_STORE_get_check_revocation(const X509_STORE *xs) in X509_STORE_get_check_revocation()
866 void X509_STORE_set_get_crl(X509_STORE *xs, in X509_STORE_set_get_crl()
872 X509_STORE_CTX_get_crl_fn X509_STORE_get_get_crl(const X509_STORE *xs) in X509_STORE_get_get_crl()
877 void X509_STORE_set_check_crl(X509_STORE *xs, in X509_STORE_set_check_crl()
883 X509_STORE_CTX_check_crl_fn X509_STORE_get_check_crl(const X509_STORE *xs) in X509_STORE_get_check_crl()
888 void X509_STORE_set_cert_crl(X509_STORE *xs, in X509_STORE_set_cert_crl()
894 X509_STORE_CTX_cert_crl_fn X509_STORE_get_cert_crl(const X509_STORE *xs) in X509_STORE_get_cert_crl()
899 void X509_STORE_set_check_policy(X509_STORE *xs, in X509_STORE_set_check_policy()
905 X509_STORE_CTX_check_policy_fn X509_STORE_get_check_policy(const X509_STORE *xs) in X509_STORE_get_check_policy()
910 void X509_STORE_set_lookup_certs(X509_STORE *xs, in X509_STORE_set_lookup_certs()
916 X509_STORE_CTX_lookup_certs_fn X509_STORE_get_lookup_certs(const X509_STORE *xs) in X509_STORE_get_lookup_certs()
921 void X509_STORE_set_lookup_crls(X509_STORE *xs, in X509_STORE_set_lookup_crls()
927 X509_STORE_CTX_lookup_crls_fn X509_STORE_get_lookup_crls(const X509_STORE *xs) in X509_STORE_get_lookup_crls()
932 void X509_STORE_set_cleanup(X509_STORE *xs, in X509_STORE_set_cleanup()
938 X509_STORE_CTX_cleanup_fn X509_STORE_get_cleanup(const X509_STORE *xs) in X509_STORE_get_cleanup()
943 int X509_STORE_set_ex_data(X509_STORE *xs, int idx, void *data) in X509_STORE_set_ex_data()
948 void *X509_STORE_get_ex_data(const X509_STORE *xs, int idx) in X509_STORE_get_ex_data()