#include <internal.h>
Public Attributes | |
struct { | |
uint32_t counter | |
uint8_t key [32] | |
uint8_t nonce [12] | |
} | in |
struct { | |
uint8_t tag [POLY1305_TAG_LEN] | |
} | out |
Definition at line 143 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
uint32_t chacha20_poly1305_open_data::counter |
Definition at line 146 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
struct { ... } chacha20_poly1305_open_data::in |
uint8_t chacha20_poly1305_open_data::key[32] |
Definition at line 145 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
uint8_t chacha20_poly1305_open_data::nonce[12] |
Definition at line 147 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.
struct { ... } chacha20_poly1305_open_data::out |
uint8_t chacha20_poly1305_open_data::tag[POLY1305_TAG_LEN] |
Definition at line 150 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.