Botan 3.6.1
Crypto and TLS for C&
|
Functions | |
BOTAN_FUNC_ISA_INLINE ("+crypto+aes") void enc(uint8x16_t &B | |
void | dec4 (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K) |
void | dec4_last (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K, uint8x16_t K2) |
void | enc4 (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K) |
void | enc4_last (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K, uint8x16_t K2) |
Variables | |
uint8x16_t | K |
uint8x16_t uint8x16_t | K2 |
Botan::AES_AARCH64::BOTAN_FUNC_ISA_INLINE | ( | "+crypto+aes" | ) | & |
References K.
void Botan::AES_AARCH64::dec4 | ( | uint8x16_t & | B0, |
uint8x16_t & | B1, | ||
uint8x16_t & | B2, | ||
uint8x16_t & | B3, | ||
uint8x16_t | K ) |
Definition at line 49 of file aes_armv8.cpp.
References K.
void Botan::AES_AARCH64::dec4_last | ( | uint8x16_t & | B0, |
uint8x16_t & | B1, | ||
uint8x16_t & | B2, | ||
uint8x16_t & | B3, | ||
uint8x16_t | K, | ||
uint8x16_t | K2 ) |
Definition at line 61 of file aes_armv8.cpp.
void Botan::AES_AARCH64::enc4 | ( | uint8x16_t & | B0, |
uint8x16_t & | B1, | ||
uint8x16_t & | B2, | ||
uint8x16_t & | B3, | ||
uint8x16_t | K ) |
Definition at line 25 of file aes_armv8.cpp.
References K.
void Botan::AES_AARCH64::enc4_last | ( | uint8x16_t & | B0, |
uint8x16_t & | B1, | ||
uint8x16_t & | B2, | ||
uint8x16_t & | B3, | ||
uint8x16_t | K, | ||
uint8x16_t | K2 ) |
Definition at line 37 of file aes_armv8.cpp.
uint8x16_t Botan::AES_AARCH64::K |
Definition at line 20 of file aes_armv8.cpp.
Referenced by BOTAN_FUNC_ISA_INLINE(), dec4(), dec4_last(), enc4(), and enc4_last().
uint8x16_t uint8x16_t Botan::AES_AARCH64::K2 |
Definition at line 32 of file aes_armv8.cpp.
Referenced by dec4_last(), and enc4_last().