#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 |
Definition at line 99 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.
| block128_f CTR_DRBG_STATE::block |
Definition at line 101 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.
| uint8_t CTR_DRBG_STATE::bytes[16] |
Definition at line 104 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.
| union { ... } CTR_DRBG_STATE::counter |
| ctr128_f CTR_DRBG_STATE::ctr |
Definition at line 102 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.
| AES_KEY CTR_DRBG_STATE::ks |
Definition at line 100 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.
| uint64_t CTR_DRBG_STATE::reseed_counter |
Definition at line 107 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.
| uint32_t CTR_DRBG_STATE::words[4] |
Definition at line 105 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/rand/internal.h.