Searched defs:x509_lookup_method_st (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_lcl.h | 249 struct x509_lookup_method_st { struct 250 const char *name; 251 int (*new_item)(X509_LOOKUP *ctx); 252 void (*free)(X509_LOOKUP *ctx); 253 int (*init)(X509_LOOKUP *ctx); 254 int (*shutdown)(X509_LOOKUP *ctx); 255 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 257 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name, 259 int (*get_by_issuer_serial)(X509_LOOKUP *ctx, int type, X509_NAME *name, 261 int (*get_by_fingerprint)(X509_LOOKUP *ctx, int type, [all …]
|