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

  /external/boringssl/src/crypto/x509/
x509_d2.c 64 X509_LOOKUP *lookup;
85 X509_LOOKUP *lookup;
x509_lu.c 68 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method)
70 X509_LOOKUP *ret;
72 ret = (X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP));
88 void X509_LOOKUP_free(X509_LOOKUP *ctx)
97 int X509_LOOKUP_init(X509_LOOKUP *ctx)
107 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx)
117 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
128 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
138 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name
    [all...]
by_dir.c 89 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
91 static int new_dir(X509_LOOKUP *lu);
92 static void free_dir(X509_LOOKUP *lu);
94 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
114 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
142 static int new_dir(X509_LOOKUP *lu)
180 static void free_dir(X509_LOOKUP *lu)
254 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
by_file.c 67 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
87 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp,
121 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type)
180 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type)
239 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type)
  /external/boringssl/src/include/openssl/
x509_vfy.h 84 -> X509_LOOKUP
86 -> X509_LOOKUP
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
    [all...]
base.h 338 typedef struct x509_lookup_st X509_LOOKUP;
x509.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 468 X509_LOOKUP *lookup = NULL;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]

Completed in 338 milliseconds