Home
last modified time | relevance | path

Searched refs:aes_block (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/crypto/
H A Daes-ce-glue.c23 struct aes_block { struct
31 asmlinkage void __aes_ce_invert(struct aes_block *out, argument
32 const struct aes_block *in);
85 struct aes_block *key_enc, *key_dec; in ce_aes_expandkey()
128 key_enc = (struct aes_block *)ctx->key_enc; in ce_aes_expandkey()
129 key_dec = (struct aes_block *)ctx->key_dec; in ce_aes_expandkey()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c337 u32 *aes_block = (u32 *)&(dst_header->random_aes_block); in warmboot_prepare_code() local
338 u32 *end = (u32 *)(((u32)aes_block) + in warmboot_prepare_code()
342 *aes_block++ = 0; in warmboot_prepare_code()
343 } while (aes_block < end); in warmboot_prepare_code()
/openbmc/linux/arch/arm/crypto/
H A Daes-ce-glue.c53 struct aes_block { struct
80 struct aes_block *key_enc, *key_dec; in ce_aes_expandkey()
124 key_enc = (struct aes_block *)ctx->key_enc; in ce_aes_expandkey()
125 key_dec = (struct aes_block *)ctx->key_dec; in ce_aes_expandkey()