Botan 3.8.1
Crypto and TLS for C&
|
Functions | |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | dec (uint8x16_t &B, uint8x16_t K) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | dec4 (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | dec4_last (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K, uint8x16_t K2) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | dec_last (uint8x16_t &B, uint8x16_t K, uint8x16_t K2) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | enc (uint8x16_t &B, uint8x16_t K) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | enc4 (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | enc4_last (uint8x16_t &B0, uint8x16_t &B1, uint8x16_t &B2, uint8x16_t &B3, uint8x16_t K, uint8x16_t K2) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void | enc_last (uint8x16_t &B, uint8x16_t K, uint8x16_t K2) |
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void Botan::AES_AARCH64::dec | ( | uint8x16_t & | B, |
uint8x16_t | K ) |
Definition at line 45 of file aes_armv8.cpp.
References BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES 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 BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES 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.
References BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void Botan::AES_AARCH64::dec_last | ( | uint8x16_t & | B, |
uint8x16_t | K, | ||
uint8x16_t | K2 ) |
Definition at line 57 of file aes_armv8.cpp.
References BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void Botan::AES_AARCH64::enc | ( | uint8x16_t & | B, |
uint8x16_t | K ) |
Definition at line 21 of file aes_armv8.cpp.
References BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES 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 BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES 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.
References BOTAN_FORCE_INLINE.
BOTAN_FORCE_INLINE BOTAN_FN_ISA_AES void Botan::AES_AARCH64::enc_last | ( | uint8x16_t & | B, |
uint8x16_t | K, | ||
uint8x16_t | K2 ) |
Definition at line 33 of file aes_armv8.cpp.
References BOTAN_FORCE_INLINE.