#include <internal.h>
Definition at line 77 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
void(* evp_aead_st::cleanup) (EVP_AEAD_CTX *) |
Definition at line 90 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
Definition at line 108 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
Definition at line 86 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
int(* evp_aead_st::init_with_direction) (EVP_AEAD_CTX *, const uint8_t *key, size_t key_len, size_t tag_len, enum evp_aead_direction_t dir) |
Definition at line 88 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
uint8_t evp_aead_st::key_len |
Definition at line 78 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
uint8_t evp_aead_st::max_tag_len |
Definition at line 81 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
uint8_t evp_aead_st::nonce_len |
Definition at line 79 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
int(* evp_aead_st::open) (const EVP_AEAD_CTX *ctx, uint8_t *out, size_t *out_len, size_t max_out_len, const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, const uint8_t *ad, size_t ad_len) |
Definition at line 92 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
int(* evp_aead_st::open_gather) (const EVP_AEAD_CTX *ctx, uint8_t *out, const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, const uint8_t *in_tag, size_t in_tag_len, const uint8_t *ad, size_t ad_len) |
Definition at line 103 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
uint8_t evp_aead_st::overhead |
Definition at line 80 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
int(* evp_aead_st::seal_scatter) (const EVP_AEAD_CTX *ctx, uint8_t *out, uint8_t *out_tag, size_t *out_tag_len, size_t max_out_tag_len, const uint8_t *nonce, size_t nonce_len, const uint8_t *in, size_t in_len, const uint8_t *extra_in, size_t extra_in_len, const uint8_t *ad, size_t ad_len) |
Definition at line 97 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
int evp_aead_st::seal_scatter_supports_extra_in |
Definition at line 82 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.
size_t(* evp_aead_st::tag_len) (const EVP_AEAD_CTX *ctx, size_t in_Len, size_t extra_in_len) |
Definition at line 111 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/cipher/internal.h.