Lines Matching defs:ctx
35 void X509_LOOKUP_free(X509_LOOKUP *ctx) in X509_LOOKUP_free()
54 int X509_LOOKUP_init(X509_LOOKUP *ctx) in X509_LOOKUP_init()
64 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx) in X509_LOOKUP_shutdown()
74 int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl_ex()
86 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl()
92 int X509_LOOKUP_by_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_subject_ex()
108 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_subject()
114 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_issuer_serial()
124 int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_fingerprint()
133 int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_alias()
141 int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data) in X509_LOOKUP_set_method_data()
147 void *X509_LOOKUP_get_method_data(const X509_LOOKUP *ctx) in X509_LOOKUP_get_method_data()
152 X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx) in X509_LOOKUP_get_store()
396 int X509_STORE_add_cert(X509_STORE *ctx, X509 *x) in X509_STORE_add_cert()
405 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x) in X509_STORE_add_crl()
725 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer()
800 int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags) in X509_STORE_set_flags()
805 int X509_STORE_set_depth(X509_STORE *ctx, int depth) in X509_STORE_set_depth()
811 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose) in X509_STORE_set_purpose()
816 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust()
821 int X509_STORE_set1_param(X509_STORE *ctx, const X509_VERIFY_PARAM *param) in X509_STORE_set1_param()
826 X509_VERIFY_PARAM *X509_STORE_get0_param(const X509_STORE *ctx) in X509_STORE_get0_param()
831 void X509_STORE_set_verify(X509_STORE *ctx, X509_STORE_CTX_verify_fn verify) in X509_STORE_set_verify()
836 X509_STORE_CTX_verify_fn X509_STORE_get_verify(const X509_STORE *ctx) in X509_STORE_get_verify()
841 void X509_STORE_set_verify_cb(X509_STORE *ctx, in X509_STORE_set_verify_cb()
847 X509_STORE_CTX_verify_cb X509_STORE_get_verify_cb(const X509_STORE *ctx) in X509_STORE_get_verify_cb()
852 void X509_STORE_set_get_issuer(X509_STORE *ctx, in X509_STORE_set_get_issuer()
858 X509_STORE_CTX_get_issuer_fn X509_STORE_get_get_issuer(const X509_STORE *ctx) in X509_STORE_get_get_issuer()
863 void X509_STORE_set_check_issued(X509_STORE *ctx, in X509_STORE_set_check_issued()
869 X509_STORE_CTX_check_issued_fn X509_STORE_get_check_issued(const X509_STORE *ctx) in X509_STORE_get_check_issued()
874 void X509_STORE_set_check_revocation(X509_STORE *ctx, in X509_STORE_set_check_revocation()
880 X509_STORE_CTX_check_revocation_fn X509_STORE_get_check_revocation(const X509_STORE *ctx) in X509_STORE_get_check_revocation()
885 void X509_STORE_set_get_crl(X509_STORE *ctx, in X509_STORE_set_get_crl()
891 X509_STORE_CTX_get_crl_fn X509_STORE_get_get_crl(const X509_STORE *ctx) in X509_STORE_get_get_crl()
896 void X509_STORE_set_check_crl(X509_STORE *ctx, in X509_STORE_set_check_crl()
902 X509_STORE_CTX_check_crl_fn X509_STORE_get_check_crl(const X509_STORE *ctx) in X509_STORE_get_check_crl()
907 void X509_STORE_set_cert_crl(X509_STORE *ctx, in X509_STORE_set_cert_crl()
913 X509_STORE_CTX_cert_crl_fn X509_STORE_get_cert_crl(const X509_STORE *ctx) in X509_STORE_get_cert_crl()
918 void X509_STORE_set_check_policy(X509_STORE *ctx, in X509_STORE_set_check_policy()
924 X509_STORE_CTX_check_policy_fn X509_STORE_get_check_policy(const X509_STORE *ctx) in X509_STORE_get_check_policy()
929 void X509_STORE_set_lookup_certs(X509_STORE *ctx, in X509_STORE_set_lookup_certs()
935 X509_STORE_CTX_lookup_certs_fn X509_STORE_get_lookup_certs(const X509_STORE *ctx) in X509_STORE_get_lookup_certs()
940 void X509_STORE_set_lookup_crls(X509_STORE *ctx, in X509_STORE_set_lookup_crls()
946 X509_STORE_CTX_lookup_crls_fn X509_STORE_get_lookup_crls(const X509_STORE *ctx) in X509_STORE_get_lookup_crls()
951 void X509_STORE_set_cleanup(X509_STORE *ctx, in X509_STORE_set_cleanup()
957 X509_STORE_CTX_cleanup_fn X509_STORE_get_cleanup(const X509_STORE *ctx) in X509_STORE_get_cleanup()
962 int X509_STORE_set_ex_data(X509_STORE *ctx, int idx, void *data) in X509_STORE_set_ex_data()
967 void *X509_STORE_get_ex_data(const X509_STORE *ctx, int idx) in X509_STORE_get_ex_data()
972 X509_STORE *X509_STORE_CTX_get0_store(const X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_store()