#include <internal.h>
Public Attributes | |
| block128_f | block |
| ghash_func | ghash |
| gmult_func | gmult |
| u128 | H |
| u128 | Htable [16] |
| unsigned | use_aesni_gcm_crypt:1 |
Definition at line 127 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| block128_f gcm128_key_st::block |
Definition at line 138 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| ghash_func gcm128_key_st::ghash |
Definition at line 136 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| gmult_func gcm128_key_st::gmult |
Definition at line 135 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| u128 gcm128_key_st::H |
Definition at line 133 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| u128 gcm128_key_st::Htable[16] |
Definition at line 134 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.
| unsigned gcm128_key_st::use_aesni_gcm_crypt |
Definition at line 142 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/internal.h.