Home
last modified time | relevance | path

Searched defs:add_round_key (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/crypto/
H A Daes-neonbs-core.S228 .macro add_round_key, x0, x1, x2, x3, x4, x5, x6, x7 macro
/openbmc/u-boot/lib/
H A Daes.c499 static void add_round_key(u32 *state, u32 *key) in add_round_key() function