Public Attributes | List of all members
GCM128_CONTEXT Struct Reference

#include <internal.h>

Public Attributes

unsigned ares
 
union {
   uint8_t   c [16]
 
   uint32_t   d [4]
 
   crypto_word_t   t [16/sizeof(crypto_word_t)]
 
   uint64_t   u [2]
 
EK0
 
union {
   uint8_t   c [16]
 
   uint32_t   d [4]
 
   crypto_word_t   t [16/sizeof(crypto_word_t)]
 
   uint64_t   u [2]
 
EKi
 
GCM128_KEY gcm_key
 
union {
   uint8_t   c [16]
 
   uint32_t   d [4]
 
   crypto_word_t   t [16/sizeof(crypto_word_t)]
 
   uint64_t   u [2]
 
len
 
unsigned mres
 
union {
   uint8_t   c [16]
 
   uint32_t   d [4]
 
   crypto_word_t   t [16/sizeof(crypto_word_t)]
 
   uint64_t   u [2]
 
Xi
 
union {
   uint8_t   c [16]
 
   uint32_t   d [4]
 
   crypto_word_t   t [16/sizeof(crypto_word_t)]
 
   uint64_t   u [2]
 
Yi
 

Detailed Description

Definition at line 147 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.

Member Data Documentation

◆ ares

unsigned GCM128_CONTEXT::ares

◆ c

uint8_t GCM128_CONTEXT::c[16]

◆ d

uint32_t GCM128_CONTEXT::d[4]

◆ EK0

union { ... } GCM128_CONTEXT::EK0

◆ EKi

union { ... } GCM128_CONTEXT::EKi

◆ gcm_key

GCM128_KEY GCM128_CONTEXT::gcm_key

◆ len

union { ... } GCM128_CONTEXT::len

◆ mres

unsigned GCM128_CONTEXT::mres

◆ t

crypto_word_t GCM128_CONTEXT::t[16/sizeof(crypto_word_t)]

◆ u

uint64_t GCM128_CONTEXT::u[2]

◆ Xi

union { ... } GCM128_CONTEXT::Xi

◆ Yi

union { ... } GCM128_CONTEXT::Yi

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


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