Searched refs:X509_LOOKUP (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_vfy.h102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP; typedef in typeref:struct:x509_lookup_st
137 DECLARE_STACK_OF(X509_LOOKUP)
144 int (*new_item)(X509_LOOKUP *ctx);
145 void (*free)(X509_LOOKUP *ctx);
146 int (*init)(X509_LOOKUP *ctx);
147 int (*shutdown)(X509_LOOKUP *ctx);
148 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
150 int (*get_by_subject)(X509_LOOKUP *ct
[all...]
H A Dx509_d2.c67 X509_LOOKUP *lookup;
86 X509_LOOKUP *lookup;
H A Dx509_lu.c65 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method)
67 X509_LOOKUP *ret;
69 ret=(X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP));
85 void X509_LOOKUP_free(X509_LOOKUP *ctx)
94 int X509_LOOKUP_init(X509_LOOKUP *ctx)
103 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx)
112 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
122 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
131 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ct
[all...]
H A Dby_dir.c98 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
100 static int new_dir(X509_LOOKUP *lu);
101 static void free_dir(X509_LOOKUP *lu);
103 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
124 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
156 static int new_dir(X509_LOOKUP *lu)
196 static void free_dir(X509_LOOKUP *lu)
273 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
H A Dby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type)
197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type)
264 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dx509_vfy.h102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP; typedef in typeref:struct:x509_lookup_st
137 DECLARE_STACK_OF(X509_LOOKUP)
144 int (*new_item)(X509_LOOKUP *ctx);
145 void (*free)(X509_LOOKUP *ctx);
146 int (*init)(X509_LOOKUP *ctx);
147 int (*shutdown)(X509_LOOKUP *ctx);
148 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
150 int (*get_by_subject)(X509_LOOKUP *ct
[all...]
H A Dsafestack.h1858 #define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
1859 #define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
1860 #define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
1861 #define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
1862 #define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
1863 #define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
1864 #define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
1865 #define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
1866 #define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
1867 #define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (s
[all...]
/external/openssl/crypto/x509/
H A Dx509_vfy.h102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP; typedef in typeref:struct:x509_lookup_st
137 DECLARE_STACK_OF(X509_LOOKUP)
144 int (*new_item)(X509_LOOKUP *ctx);
145 void (*free)(X509_LOOKUP *ctx);
146 int (*init)(X509_LOOKUP *ctx);
147 int (*shutdown)(X509_LOOKUP *ctx);
148 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
150 int (*get_by_subject)(X509_LOOKUP *ct
[all...]
H A Dx509_d2.c67 X509_LOOKUP *lookup;
86 X509_LOOKUP *lookup;
H A Dx509_lu.c65 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method)
67 X509_LOOKUP *ret;
69 ret=(X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP));
85 void X509_LOOKUP_free(X509_LOOKUP *ctx)
94 int X509_LOOKUP_init(X509_LOOKUP *ctx)
103 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx)
112 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
122 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
131 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ct
[all...]
H A Dby_dir.c98 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
100 static int new_dir(X509_LOOKUP *lu);
101 static void free_dir(X509_LOOKUP *lu);
103 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
124 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
156 static int new_dir(X509_LOOKUP *lu)
196 static void free_dir(X509_LOOKUP *lu)
273 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
H A Dby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type)
197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type)
264 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type)
/external/openssl/include/openssl/
H A Dx509_vfy.h102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP; typedef in typeref:struct:x509_lookup_st
137 DECLARE_STACK_OF(X509_LOOKUP)
144 int (*new_item)(X509_LOOKUP *ctx);
145 void (*free)(X509_LOOKUP *ctx);
146 int (*init)(X509_LOOKUP *ctx);
147 int (*shutdown)(X509_LOOKUP *ctx);
148 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
150 int (*get_by_subject)(X509_LOOKUP *ct
[all...]
H A Dsafestack.h1858 #define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
1859 #define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
1860 #define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
1861 #define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
1862 #define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
1863 #define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
1864 #define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
1865 #define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
1866 #define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
1867 #define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (s
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dverify.c89 X509_LOOKUP *lookup=NULL;
H A Dcrl.c115 X509_LOOKUP *lookup = NULL;
H A Dapps.c1429 X509_LOOKUP *lookup;
/external/openssl/apps/
H A Dverify.c89 X509_LOOKUP *lookup=NULL;
H A Dcrl.c115 X509_LOOKUP *lookup = NULL;
H A Dapps.c1429 X509_LOOKUP *lookup;
/external/chromium_org/third_party/openssl/openssl/crypto/stack/
H A Dsafestack.h1858 #define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
1859 #define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
1860 #define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
1861 #define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
1862 #define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
1863 #define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
1864 #define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
1865 #define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
1866 #define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
1867 #define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (s
[all...]
/external/openssl/crypto/stack/
H A Dsafestack.h1858 #define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp))
1859 #define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
1860 #define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
1861 #define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
1862 #define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
1863 #define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
1864 #define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
1865 #define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
1866 #define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
1867 #define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (s
[all...]
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c462 X509_LOOKUP *lookup = NULL;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1384 X509_LOOKUP *lookup;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1384 X509_LOOKUP *lookup;

Completed in 858 milliseconds

12