Searched refs:random_aes_block (Results 1 – 2 of 2) sorted by relevance
287 source = (u8 *)(start + offsetof(struct wb_header, random_aes_block)); in sign_wb_code()288 length -= offsetof(struct wb_header, random_aes_block); in sign_wb_code()337 u32 *aes_block = (u32 *)&(dst_header->random_aes_block); in warmboot_prepare_code()339 sizeof(dst_header->random_aes_block)); in warmboot_prepare_code()
42 struct hash random_aes_block; /* a data block to aid security. */ member