#include <internal.h>
Public Attributes | |
struct { | |
uint32_t counter | |
const uint8_t * extra_ciphertext | |
size_t extra_ciphertext_len | |
uint8_t key [32] | |
uint8_t nonce [12] | |
} | in |
struct { | |
uint8_t tag [POLY1305_TAG_LEN] | |
} | out |
Definition at line 154 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
uint32_t chacha20_poly1305_seal_data::counter |
Definition at line 157 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
Definition at line 159 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
size_t chacha20_poly1305_seal_data::extra_ciphertext_len |
Definition at line 160 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
struct { ... } chacha20_poly1305_seal_data::in |
uint8_t chacha20_poly1305_seal_data::key[32] |
Definition at line 156 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
uint8_t chacha20_poly1305_seal_data::nonce[12] |
Definition at line 158 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
struct { ... } chacha20_poly1305_seal_data::out |
uint8_t chacha20_poly1305_seal_data::tag[POLY1305_TAG_LEN] |
Definition at line 163 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.