Searched refs:X509_LOOKUP_METHOD (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_meth.c | 20 X509_LOOKUP_METHOD *X509_LOOKUP_meth_new(const char *name) in X509_LOOKUP_meth_new() 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); in X509_LOOKUP_meth_new() 39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method) in X509_LOOKUP_meth_free() 46 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_new_item() 53 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_new_item() 60 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_free() 67 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_free() 73 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_init() 80 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) in X509_LOOKUP_meth_get_init() 87 X509_LOOKUP_METHOD *method, in X509_LOOKUP_meth_set_shutdown() [all …]
|
D | by_file.c | 22 static X509_LOOKUP_METHOD x509_file_lookup = { 35 X509_LOOKUP_METHOD *X509_LOOKUP_file(void) in X509_LOOKUP_file()
|
D | by_dir.c | 49 static X509_LOOKUP_METHOD x509_dir_lookup = { 62 X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void) in X509_LOOKUP_hash_dir()
|
D | x509_local.h | 95 X509_LOOKUP_METHOD *method; /* the functions */
|
D | x509_lu.c | 18 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) in X509_LOOKUP_new() 245 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m) in X509_STORE_add_lookup()
|
/third_party/openssl/doc/man3/ |
D | X509_LOOKUP_meth_new.pod | 5 X509_LOOKUP_METHOD, 27 typedef x509_lookup_method_st X509_LOOKUP_METHOD; 29 X509_LOOKUP_METHOD *X509_LOOKUP_meth_new(const char *name); 30 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method); 32 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, 34 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) 37 int X509_LOOKUP_meth_set_free(X509_LOOKUP_METHOD *method, 39 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) 42 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, 44 int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD* method)) [all …]
|
D | X509_LOOKUP.pod | 24 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method); 53 certificates and CRLs according to an associated L<X509_LOOKUP_METHOD(3)>. 77 B<X509_LOOKUP> structure or its associated L<X509_LOOKUP_METHOD(3)>. 108 Some of the underlying B<X509_LOOKUP_METHOD>s will also cache objects 145 The B<X509_LOOKUP_METHOD>s built into OpenSSL recognise the following 182 associated B<X509_LOOKUP_METHOD>, or 1 if the X<509_LOOKUP_METHOD> 185 B<X509_LOOKUP_METHOD> returns, which is usually 1 on success and 0 in 193 if there is no B<X509_LOOKUP_METHOD> or that method doesn't implement 196 B<X509_LOOKUP_METHOD> returns, which is usually 1 on success and 0 in 201 L<X509_LOOKUP_METHOD(3)>, L<X509_STORE(3)>
|
D | X509_LOOKUP_hash_dir.pod | 15 X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void); 16 X509_LOOKUP_METHOD *X509_LOOKUP_file(void); 117 B<X509_LOOKUP_METHOD> structure.
|
D | X509_STORE_add_cert.pod | 27 X509_LOOKUP_METHOD *meth); 76 L<X509_LOOKUP_METHOD(3)> I<meth> and adds it to the B<X509_STORE>
|
/third_party/openssl/include/openssl/ |
D | x509_vfy.h | 377 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m); 378 X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void); 379 X509_LOOKUP_METHOD *X509_LOOKUP_file(void); 403 X509_LOOKUP_METHOD *X509_LOOKUP_meth_new(const char *name); 404 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method); 406 int X509_LOOKUP_meth_set_new_item(X509_LOOKUP_METHOD *method, 408 int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD* method)) 411 int X509_LOOKUP_meth_set_free(X509_LOOKUP_METHOD *method, 413 void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD* method)) 416 int X509_LOOKUP_meth_set_init(X509_LOOKUP_METHOD *method, [all …]
|
D | ossl_typ.h | 133 typedef struct x509_lookup_method_st X509_LOOKUP_METHOD; typedef
|
/third_party/openssl/util/ |
D | private.num | 79 X509_LOOKUP_METHOD datatype
|
D | indent.pro | 445 -T X509_LOOKUP_METHOD
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1952 X509_LOOKUP_METHOD = x509_lookup_method_st variable 1978 ('method', POINTER(X509_LOOKUP_METHOD)),
|
/third_party/openssl/ |
D | NEWS | 217 X509_LOOKUP, X509_LOOKUP_METHOD
|
D | CHANGES | 1690 X509_STORE, X509_LOOKUP, and X509_LOOKUP_METHOD. The unused type
|