Searched defs:x509_lookup_method_st (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/x509/ |
A D | x509_local.h | 74 struct x509_lookup_method_st { struct 75 char *name; 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, 88 int (*get_by_fingerprint) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, 91 int (*get_by_alias) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, [all …]
|
Completed in 3 milliseconds