#include <internal.h>
Public Attributes | |
int(* | ctrl )(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret) |
void(* | free )(X509_LOOKUP *ctx) |
int(* | get_by_alias )(X509_LOOKUP *ctx, int type, char *str, int len, X509_OBJECT *ret) |
int(* | get_by_fingerprint )(X509_LOOKUP *ctx, int type, unsigned char *bytes, int len, X509_OBJECT *ret) |
int(* | get_by_issuer_serial )(X509_LOOKUP *ctx, int type, X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret) |
int(* | get_by_subject )(X509_LOOKUP *ctx, int type, X509_NAME *name, X509_OBJECT *ret) |
int(* | init )(X509_LOOKUP *ctx) |
const char * | name |
int(* | new_item )(X509_LOOKUP *ctx) |
int(* | shutdown )(X509_LOOKUP *ctx) |
Definition at line 249 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret) |
Definition at line 255 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
void(* x509_lookup_method_st::free) (X509_LOOKUP *ctx) |
Definition at line 252 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::get_by_alias) (X509_LOOKUP *ctx, int type, char *str, int len, X509_OBJECT *ret) |
Definition at line 263 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::get_by_fingerprint) (X509_LOOKUP *ctx, int type, unsigned char *bytes, int len, X509_OBJECT *ret) |
Definition at line 261 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret) |
Definition at line 259 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name, X509_OBJECT *ret) |
Definition at line 257 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::init) (X509_LOOKUP *ctx) |
Definition at line 253 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
const char* x509_lookup_method_st::name |
Definition at line 250 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::new_item) (X509_LOOKUP *ctx) |
Definition at line 251 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.
int(* x509_lookup_method_st::shutdown) (X509_LOOKUP *ctx) |
Definition at line 254 of file third_party/boringssl-with-bazel/src/crypto/x509/internal.h.