Searched defs:x509_lookup_method_st (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | internal.h | 245 struct x509_lookup_method_st { struct 246 const char *name; 247 int (*new_item)(X509_LOOKUP *ctx); 248 void (*free)(X509_LOOKUP *ctx); 249 int (*init)(X509_LOOKUP *ctx); 250 int (*shutdown)(X509_LOOKUP *ctx); 251 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 253 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name, 255 int (*get_by_issuer_serial)(X509_LOOKUP *ctx, int type, X509_NAME *name, 257 int (*get_by_fingerprint)(X509_LOOKUP *ctx, int type, unsigned char *bytes, [all …]
|
/external/boringssl/src/crypto/x509/ |
D | internal.h | 269 struct x509_lookup_method_st { struct 270 int (*new_item)(X509_LOOKUP *ctx); 271 void (*free)(X509_LOOKUP *ctx); 272 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 274 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name,
|
/external/cronet/stable/third_party/boringssl/src/crypto/x509/ |
D | internal.h | 318 struct x509_lookup_method_st { struct 319 int (*new_item)(X509_LOOKUP *ctx); 320 void (*free)(X509_LOOKUP *ctx); 321 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 323 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name,
|
/external/cronet/tot/third_party/boringssl/src/crypto/x509/ |
D | internal.h | 318 struct x509_lookup_method_st { struct 319 int (*new_item)(X509_LOOKUP *ctx); 320 void (*free)(X509_LOOKUP *ctx); 321 int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, 323 int (*get_by_subject)(X509_LOOKUP *ctx, int type, X509_NAME *name,
|