Public Attributes | List of all members
CTR_DRBG_STATE Struct Reference

#include <internal.h>

Public Attributes

block128_f block
 
union {
   uint8_t   bytes [16]
 
   uint32_t   words [4]
 
counter
 
ctr128_f ctr
 
AES_KEY ks
 
uint64_t reseed_counter
 

Detailed Description

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

Member Data Documentation

◆ block

block128_f CTR_DRBG_STATE::block

◆ bytes

uint8_t CTR_DRBG_STATE::bytes[16]

◆ counter

union { ... } CTR_DRBG_STATE::counter

◆ ctr

ctr128_f CTR_DRBG_STATE::ctr

◆ ks

AES_KEY CTR_DRBG_STATE::ks

◆ reseed_counter

uint64_t CTR_DRBG_STATE::reseed_counter

◆ words

uint32_t CTR_DRBG_STATE::words[4]

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


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