Home
last modified time | relevance | path

Searched refs:X509_LOOKUP (Results 1 – 15 of 15) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
HDx509_lcl.h251 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,
263 int (*get_by_alias)(X509_LOOKUP *ctx, int type, const char *str,
290 STACK_OF(X509_LOOKUP) *get_cert_methods;
HDx509_lu.c68 X509_LOOKUP *
71 X509_LOOKUP *lu; in X509_LOOKUP_new()
89 X509_LOOKUP_free(X509_LOOKUP *ctx) in X509_LOOKUP_free()
99 X509_LOOKUP_init(X509_LOOKUP *ctx) in X509_LOOKUP_init()
109 X509_LOOKUP_shutdown(X509_LOOKUP *ctx) in X509_LOOKUP_shutdown()
119 X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl()
130 X509_LOOKUP_by_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, X509_NAME *name, in X509_LOOKUP_by_subject()
139 X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_issuer_serial()
148 X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, in X509_LOOKUP_by_fingerprint()
157 X509_LOOKUP_by_alias(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, const char *str, in X509_LOOKUP_by_alias()
[all …]
HDby_dir.c94 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
96 static int new_dir(X509_LOOKUP *lu);
97 static void free_dir(X509_LOOKUP *lu);
99 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
122 dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl()
146 new_dir(X509_LOOKUP *lu) in new_dir()
190 free_dir(X509_LOOKUP *lu) in free_dir()
262 get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject()
HDby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
94 by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in by_file_ctrl()
122 X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
178 X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
234 X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
HDx509_d2.c69 X509_LOOKUP *lookup; in X509_STORE_set_default_paths()
90 X509_LOOKUP *lookup; in X509_STORE_load_locations()
114 X509_LOOKUP *lookup; in X509_STORE_load_mem()
HDby_mem.c73 static int by_mem_ctrl(X509_LOOKUP *, int, const char *, long, char **);
95 by_mem_ctrl(X509_LOOKUP *lu, int cmd, const char *buf, in by_mem_ctrl()
/dragonfly/crypto/libressl/include/openssl/
HDx509_vfy.h104 DECLARE_STACK_OF(X509_LOOKUP)
329 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m);
344 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
347 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
348 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
349 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
352 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
353 void X509_LOOKUP_free(X509_LOOKUP *ctx);
354 int X509_LOOKUP_init(X509_LOOKUP *ctx);
355 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
[all …]
HDossl_typ.h158 typedef struct x509_lookup_st X509_LOOKUP; typedef
HDsafestack.h1680 #define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
1681 #define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
1682 #define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
1683 #define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
1684 #define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
1685 #define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
1686 #define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
1687 #define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
1688 #define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
1689 #define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (st), (val))
[all …]
/dragonfly/crypto/libressl/apps/openssl/
HDverify.c266 X509_LOOKUP *lookup = NULL; in verify_main()
HDcrl.c227 X509_LOOKUP *lookup = NULL; in crl_main()
HDts.c1192 X509_LOOKUP *lookup = NULL; in create_cert_store()
HDapps.c1074 X509_LOOKUP *lookup; in setup_verify()
/dragonfly/lib/libfetch/
HDcommon.c1080 X509_LOOKUP *crl_lookup; in fetch_ssl_setup_peer_verification()
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDtls_openssl.c2553 X509_LOOKUP *lookup; in tls_load_ca_der()