Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509_vfy.h115 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 …]
Dbase.h442 typedef struct x509_lookup_st X509_LOOKUP; typedef
Dx509.h1527 BORINGSSL_MAKE_DELETER(X509_LOOKUP, X509_LOOKUP_free)
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509_vfy.h115 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 …]
Dbase.h434 typedef struct x509_lookup_st X509_LOOKUP; typedef
Dx509.h1247 BORINGSSL_MAKE_DELETER(X509_LOOKUP, X509_LOOKUP_free)
/external/boringssl/src/crypto/x509/
Dx509_lu.c68 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 …]
Dby_dir.c91 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()
Dby_file.c66 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()
Dx509_d2.c64 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/
Dx509_lu.c68 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 …]
Dby_dir.c91 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()
Dby_file.c66 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()
Dx509_d2.c64 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/
Dinfinite_recursion.py1935 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/
Dinfinite_recursion.py1935 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/
Dtest-client.c283 X509_LOOKUP *lookup; in callback_dumb_increment()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c468 X509_LOOKUP *lookup = NULL;
/external/curl/lib/vtls/
Dopenssl.c2458 X509_LOOKUP *lookup = NULL; in ossl_connect_step1()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c2630 X509_LOOKUP *lookup; in tls_load_ca_der()