| /dragonfly/crypto/libressl/crypto/x509/ |
| HD | x509_lcl.h | 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, 263 int (*get_by_alias)(X509_LOOKUP *ctx, int type, const char *str, 290 STACK_OF(X509_LOOKUP) *get_cert_methods;
|
| HD | x509_lu.c | 68 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 …]
|
| HD | by_dir.c | 94 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()
|
| HD | by_file.c | 71 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()
|
| HD | x509_d2.c | 69 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()
|
| HD | by_mem.c | 73 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/ |
| HD | x509_vfy.h | 104 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 …]
|
| HD | ossl_typ.h | 158 typedef struct x509_lookup_st X509_LOOKUP; typedef
|
| HD | safestack.h | 1680 #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/ |
| HD | verify.c | 266 X509_LOOKUP *lookup = NULL; in verify_main()
|
| HD | crl.c | 227 X509_LOOKUP *lookup = NULL; in crl_main()
|
| HD | ts.c | 1192 X509_LOOKUP *lookup = NULL; in create_cert_store()
|
| HD | apps.c | 1074 X509_LOOKUP *lookup; in setup_verify()
|
| /dragonfly/lib/libfetch/ |
| HD | common.c | 1080 X509_LOOKUP *crl_lookup; in fetch_ssl_setup_peer_verification()
|
| /dragonfly/contrib/wpa_supplicant/src/crypto/ |
| HD | tls_openssl.c | 2553 X509_LOOKUP *lookup; in tls_load_ca_der()
|