Searched defs:x509_lookup_method_st (Results 1 – 2 of 2) sorted by relevance
| /third_party/openssl/crypto/x509/ |
| D | x509_local.h | 71 struct x509_lookup_method_st { struct 72 char *name; 73 int (*new_item) (X509_LOOKUP *ctx); 74 void (*free) (X509_LOOKUP *ctx); 75 int (*init) (X509_LOOKUP *ctx); 76 int (*shutdown) (X509_LOOKUP *ctx); 77 int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 79 int (*get_by_subject) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, 81 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, 84 int (*get_by_fingerprint) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, [all …]
|
| /third_party/python/Lib/lib2to3/tests/data/ |
| D | infinite_recursion.py | 1936 class x509_lookup_method_st(Structure): class
|