#include <internal.h>
Public Attributes | |
int(* | get_priv_raw )(const EVP_PKEY *pkey, uint8_t *out, size_t *out_len) |
int(* | get_pub_raw )(const EVP_PKEY *pkey, uint8_t *out, size_t *out_len) |
uint8_t | oid [9] |
uint8_t | oid_len |
int(* | param_cmp )(const EVP_PKEY *a, const EVP_PKEY *b) |
int(* | param_copy )(EVP_PKEY *to, const EVP_PKEY *from) |
int(* | param_missing )(const EVP_PKEY *pk) |
int(* | pkey_bits )(const EVP_PKEY *pk) |
void(* | pkey_free )(EVP_PKEY *pkey) |
int | pkey_id |
int(* | pkey_opaque )(const EVP_PKEY *pk) |
int(* | pkey_size )(const EVP_PKEY *pk) |
int(* | priv_decode )(EVP_PKEY *out, CBS *params, CBS *key) |
int(* | priv_encode )(CBB *out, const EVP_PKEY *key) |
int(* | pub_cmp )(const EVP_PKEY *a, const EVP_PKEY *b) |
int(* | pub_decode )(EVP_PKEY *out, CBS *params, CBS *key) |
int(* | pub_encode )(CBB *out, const EVP_PKEY *key) |
int(* | set_priv_raw )(EVP_PKEY *pkey, const uint8_t *in, size_t len) |
int(* | set_pub_raw )(EVP_PKEY *pkey, const uint8_t *in, size_t len) |
Definition at line 69 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 101 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 102 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
uint8_t evp_pkey_asn1_method_st::oid[9] |
Definition at line 71 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
uint8_t evp_pkey_asn1_method_st::oid_len |
Definition at line 72 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 113 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 112 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 111 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 109 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
void(* evp_pkey_asn1_method_st::pkey_free) (EVP_PKEY *pkey) |
Definition at line 115 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
int evp_pkey_asn1_method_st::pkey_id |
Definition at line 70 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 106 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 108 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 93 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 97 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 87 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 81 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 85 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 99 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.
Definition at line 100 of file third_party/boringssl-with-bazel/src/crypto/evp/internal.h.