Searched defs:x509_lookup_st (Results 1 – 3 of 3) sorted by relevance
215 struct x509_lookup_st struct217 int init; /* have we been started */218 int skip; /* don't use us. */219 X509_LOOKUP_METHOD *method; /* the functions */220 char *method_data; /* method data */222 X509_STORE *store_ctx; /* who owns us */
1933 class x509_lookup_st(Structure): class