Botan 3.9.0
Crypto and TLS for C&
|
Internal Header. More...
#include <botan/types.h>
#include <span>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
BOTAN_FN_ISA_AVX2_GFNI void | Botan::camellia_gfni_decrypt12 (const uint8_t in[], uint8_t out[], size_t blocks, std::span< const uint64_t > SK) |
BOTAN_FN_ISA_AVX2_GFNI void | Botan::camellia_gfni_decrypt9 (const uint8_t in[], uint8_t out[], size_t blocks, std::span< const uint64_t > SK) |
BOTAN_FN_ISA_AVX2_GFNI void | Botan::camellia_gfni_encrypt12 (const uint8_t in[], uint8_t out[], size_t blocks, std::span< const uint64_t > SK) |
BOTAN_FN_ISA_AVX2_GFNI void | Botan::camellia_gfni_encrypt9 (const uint8_t in[], uint8_t out[], size_t blocks, std::span< const uint64_t > SK) |
Internal Header.
Definition in file camellia_gfni.h.