#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 |
Definition at line 147 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| unsigned GCM128_CONTEXT::ares |
Definition at line 162 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| uint8_t GCM128_CONTEXT::c[16] |
Definition at line 152 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| uint32_t GCM128_CONTEXT::d[4] |
Definition at line 151 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| union { ... } GCM128_CONTEXT::EK0 |
| union { ... } GCM128_CONTEXT::EKi |
| GCM128_KEY GCM128_CONTEXT::gcm_key |
Definition at line 160 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| union { ... } GCM128_CONTEXT::len |
| unsigned GCM128_CONTEXT::mres |
Definition at line 162 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| crypto_word_t GCM128_CONTEXT::t[16/sizeof(crypto_word_t)] |
Definition at line 153 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| uint64_t GCM128_CONTEXT::u[2] |
Definition at line 150 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| union { ... } GCM128_CONTEXT::Xi |
| union { ... } GCM128_CONTEXT::Yi |