Searched refs:aes_block (Results 1 – 3 of 3) sorted by relevance
23 struct aes_block { struct31 asmlinkage void __aes_ce_invert(struct aes_block *out, argument32 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()
337 u32 *aes_block = (u32 *)&(dst_header->random_aes_block); in warmboot_prepare_code() local338 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()
53 struct aes_block { struct80 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()