Searched defs:x509_lookup_st (Results 1 – 1 of 1) sorted by relevance
223 struct x509_lookup_st { struct224 int init; /* have we been started */225 int skip; /* don't use us. */226 X509_LOOKUP_METHOD *method; /* the functions */227 char *method_data; /* method data */228 X509_STORE *store_ctx; /* who owns us */
Completed in 5 milliseconds