Home
last modified time | relevance | path

Searched defs:x509_lookup_st (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/x509/
Dx509_local.h92 struct x509_lookup_st { struct
93 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 */
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1933 class x509_lookup_st(Structure): class