Searched defs:x509_lookup_st (Results 1 – 2 of 2) sorted by relevance
92 struct x509_lookup_st { struct93 int init; /* have we been started */94 int skip; /* don't use us. */95 X509_LOOKUP_METHOD *method; /* the functions */96 void *method_data; /* method data */97 X509_STORE *store_ctx; /* who owns us */
101 struct x509_lookup_st { struct102 int init; /* have we been started */103 int skip; /* don't use us. */104 X509_LOOKUP_METHOD *method; /* the functions */105 void *method_data; /* method data */106 X509_STORE *store_ctx; /* who owns us */