Searched defs:x509_lookup_method_st (Results 1 – 1 of 1) sorted by relevance
268 struct x509_lookup_method_st { struct269 const char *name;270 int (*new_item)(X509_LOOKUP *ctx);271 void (*free)(X509_LOOKUP *ctx);272 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,274 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name,