Searched defs:X509_LOOKUP (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h97 -> X509_LOOKUP
99 -> X509_LOOKUP
130 typedef struct x509_lookup_st X509_LOOKUP; typedef in typeref:struct:x509_lookup_st
132 DECLARE_STACK_OF(X509_LOOKUP)
139 int (*new_item)(X509_LOOKUP *ctx);
140 void (*free)(X509_LOOKUP *ctx);
141 int (*init)(X509_LOOKUP *ctx);
142 int (*shutdown)(X509_LOOKUP *ctx);
143 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
145 int (*get_by_subject)(X509_LOOKUP *ct
[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...]
/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...]

Completed in 107 milliseconds