Searched refs:add_round_key (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | aes.c | 499 static void add_round_key(u32 *state, u32 *key) in add_round_key() function 551 add_round_key((u32 *)state, (u32 *)expkey); in aes_encrypt() 559 add_round_key((u32 *)state, in aes_encrypt() 573 add_round_key((u32 *)state, in aes_decrypt() 578 add_round_key((u32 *)state, in aes_decrypt()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-core.S | 228 .macro add_round_key, x0, x1, x2, x3, x4, x5, x6, x7 macro 472 add_round_key v0, v1, v2, v3, v4, v5, v6, v7 535 add_round_key v0, v1, v6, v4, v2, v7, v3, v5
|