/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 115 DEFINE_STACK_OF(X509_LOOKUP) 122 int (*new_item)(X509_LOOKUP *ctx); 123 void (*free)(X509_LOOKUP *ctx); 124 int (*init)(X509_LOOKUP *ctx); 125 int (*shutdown)(X509_LOOKUP *ctx); 126 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl, 128 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name, 130 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name, 132 int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type, 135 int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len, [all …]
|
D | base.h | 442 typedef struct x509_lookup_st X509_LOOKUP; typedef
|
D | x509.h | 1527 BORINGSSL_MAKE_DELETER(X509_LOOKUP, X509_LOOKUP_free)
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509_vfy.h | 115 DEFINE_STACK_OF(X509_LOOKUP) 122 int (*new_item)(X509_LOOKUP *ctx); 123 void (*free)(X509_LOOKUP *ctx); 124 int (*init)(X509_LOOKUP *ctx); 125 int (*shutdown)(X509_LOOKUP *ctx); 126 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl, 128 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name, 130 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name, 132 int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type, 135 int (*get_by_alias)(X509_LOOKUP *ctx,int type,char *str,int len, [all …]
|
D | base.h | 434 typedef struct x509_lookup_st X509_LOOKUP; typedef
|
D | x509.h | 1247 BORINGSSL_MAKE_DELETER(X509_LOOKUP, X509_LOOKUP_free)
|
/external/boringssl/src/crypto/x509/ |
D | x509_lu.c | 68 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) in X509_LOOKUP_new() 70 X509_LOOKUP *ret; in X509_LOOKUP_new() 72 ret = (X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP)); in X509_LOOKUP_new() 88 void X509_LOOKUP_free(X509_LOOKUP *ctx) in X509_LOOKUP_free() 97 int X509_LOOKUP_init(X509_LOOKUP *ctx) in X509_LOOKUP_init() 107 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx) in X509_LOOKUP_shutdown() 117 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl() 128 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_subject() 138 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_issuer_serial() 146 int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, in X509_LOOKUP_by_fingerprint() [all …]
|
D | by_dir.c | 91 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, 93 static int new_dir(X509_LOOKUP *lu); 94 static void free_dir(X509_LOOKUP *lu); 96 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, 116 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl() 144 static int new_dir(X509_LOOKUP *lu) in new_dir() 182 static void free_dir(X509_LOOKUP *lu) in free_dir() 256 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject()
|
D | by_file.c | 66 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, 86 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, in by_file_ctrl() 120 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file() 180 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file() 240 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
|
D | x509_d2.c | 64 X509_LOOKUP *lookup; in X509_STORE_set_default_paths() 85 X509_LOOKUP *lookup; in X509_STORE_load_locations()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_lu.c | 68 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) in X509_LOOKUP_new() 70 X509_LOOKUP *ret; in X509_LOOKUP_new() 72 ret = (X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP)); in X509_LOOKUP_new() 88 void X509_LOOKUP_free(X509_LOOKUP *ctx) in X509_LOOKUP_free() 97 int X509_LOOKUP_init(X509_LOOKUP *ctx) in X509_LOOKUP_init() 107 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx) in X509_LOOKUP_shutdown() 117 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl() 128 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_subject() 138 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_issuer_serial() 146 int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, in X509_LOOKUP_by_fingerprint() [all …]
|
D | by_dir.c | 91 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, 93 static int new_dir(X509_LOOKUP *lu); 94 static void free_dir(X509_LOOKUP *lu); 96 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, 116 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl() 144 static int new_dir(X509_LOOKUP *lu) in new_dir() 182 static void free_dir(X509_LOOKUP *lu) in free_dir() 256 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject()
|
D | by_file.c | 66 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, 86 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, in by_file_ctrl() 120 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file() 180 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file() 240 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
|
D | x509_d2.c | 64 X509_LOOKUP *lookup; in X509_STORE_set_default_paths() 85 X509_LOOKUP *lookup; in X509_STORE_load_locations()
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1935 X509_LOOKUP = x509_lookup_st variable 1940 ('new_item', CFUNCTYPE(c_int, POINTER(X509_LOOKUP))), 1941 ('free', CFUNCTYPE(None, POINTER(X509_LOOKUP))), 1942 ('init', CFUNCTYPE(c_int, POINTER(X509_LOOKUP))), 1943 ('shutdown', CFUNCTYPE(c_int, POINTER(X509_LOOKUP))), 1944 ('ctrl', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, STRING, c_long, POINTER(STRING))), 1945 …('get_by_subject', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, POINTER(X509_NAME), POINTER(X509_… 1946 …('get_by_issuer_serial', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, POINTER(X509_NAME), POINTER… 1947 …('get_by_fingerprint', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, POINTER(c_ubyte), c_int, POIN… 1948 …('get_by_alias', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, STRING, c_int, POINTER(X509_OBJECT)…
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1935 X509_LOOKUP = x509_lookup_st variable 1940 ('new_item', CFUNCTYPE(c_int, POINTER(X509_LOOKUP))), 1941 ('free', CFUNCTYPE(None, POINTER(X509_LOOKUP))), 1942 ('init', CFUNCTYPE(c_int, POINTER(X509_LOOKUP))), 1943 ('shutdown', CFUNCTYPE(c_int, POINTER(X509_LOOKUP))), 1944 ('ctrl', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, STRING, c_long, POINTER(STRING))), 1945 …('get_by_subject', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, POINTER(X509_NAME), POINTER(X509_… 1946 …('get_by_issuer_serial', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, POINTER(X509_NAME), POINTER… 1947 …('get_by_fingerprint', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, POINTER(c_ubyte), c_int, POIN… 1948 …('get_by_alias', CFUNCTYPE(c_int, POINTER(X509_LOOKUP), c_int, STRING, c_int, POINTER(X509_OBJECT)…
|
/external/libwebsockets/test-apps/ |
D | test-client.c | 283 X509_LOOKUP *lookup; in callback_dumb_increment()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 468 X509_LOOKUP *lookup = NULL;
|
/external/curl/lib/vtls/ |
D | openssl.c | 2458 X509_LOOKUP *lookup = NULL; in ossl_connect_step1()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2630 X509_LOOKUP *lookup; in tls_load_ca_der()
|