Searched refs:aes_mac_update (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-glue.c | 39 #define aes_mac_update ce_aes_mac_update macro 55 #define aes_mac_update neon_aes_mac_update macro 106 asmlinkage int aes_mac_update(u8 const in[], u32 const rk[], int rounds, 859 rem = aes_mac_update(in, ctx->key_enc, rounds, blocks, in mac_do_update()
|
H A D | aes-modes.S | 618 * aes_mac_update(u8 const in[], u32 const rk[], int rounds, 621 AES_FUNC_START(aes_mac_update) 665 AES_FUNC_END(aes_mac_update)
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-glue.c | 40 #define aes_mac_update ce_aes_mac_update macro 57 #define aes_mac_update neon_aes_mac_update macro 112 asmlinkage int aes_mac_update(u8 const in[], u32 const rk[], int rounds, 887 rem = aes_mac_update(in, ctx->key_enc, rounds, blocks, in mac_do_update()
|
H A D | aes-modes.S | 819 * aes_mac_update(u8 const in[], u32 const rk[], int rounds, 822 AES_FUNC_START(aes_mac_update) 866 AES_FUNC_END(aes_mac_update)
|
Completed in 4 milliseconds