Lines Matching refs:X509_LOOKUP
76 int (*new_item) (X509_LOOKUP *ctx);
77 void (*free) (X509_LOOKUP *ctx);
78 int (*init) (X509_LOOKUP *ctx);
79 int (*shutdown) (X509_LOOKUP *ctx);
80 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
82 int (*get_by_subject) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
84 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
88 int (*get_by_fingerprint) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
91 int (*get_by_alias) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
93 int (*get_by_subject_ex) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
96 int (*ctrl_ex) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
119 STACK_OF(X509_LOOKUP) *get_cert_methods;