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 */
1933 class x509_lookup_st(Structure): class