HomeSort by relevance Sort by last modified time
    Searched refs:X509_LOOKUP (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/x509/
x509_vfy.h 102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP;
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 *ctx,int type,X509_NAME *name
    [all...]
x509_d2.c 67 X509_LOOKUP *lookup;
86 X509_LOOKUP *lookup;
x509_lu.c 65 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 *ctx, int type, X509_NAME *name
    [all...]
by_dir.c 98 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,
by_file.c 71 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/
x509_vfy.h 102 -> X509_LOOKUP
104 -> X509_LOOKUP
135 typedef struct x509_lookup_st X509_LOOKUP;
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 *ctx,int type,X509_NAME *name
    [all...]
safestack.h     [all...]
  /external/openssl/apps/
verify.c 89 X509_LOOKUP *lookup=NULL;
crl.c 115 X509_LOOKUP *lookup = NULL;
apps.c     [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 462 X509_LOOKUP *lookup = NULL;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1319 X509_LOOKUP *lookup;
    [all...]

Completed in 429 milliseconds