Public Attributes | List of all members
chacha20_poly1305_seal_data Union Reference

#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
 

Detailed Description

Definition at line 154 of file third_party/boringssl-with-bazel/src/crypto/cipher_extra/internal.h.

Member Data Documentation

◆ counter

uint32_t chacha20_poly1305_seal_data::counter

◆ extra_ciphertext

const uint8_t* chacha20_poly1305_seal_data::extra_ciphertext

◆ extra_ciphertext_len

size_t chacha20_poly1305_seal_data::extra_ciphertext_len

◆ in

struct { ... } chacha20_poly1305_seal_data::in

◆ key

uint8_t chacha20_poly1305_seal_data::key[32]

◆ nonce

uint8_t chacha20_poly1305_seal_data::nonce[12]

◆ out

struct { ... } chacha20_poly1305_seal_data::out

◆ tag

uint8_t chacha20_poly1305_seal_data::tag[POLY1305_TAG_LEN]

The documentation for this union was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:41