Searched refs:aes_expand_key (Results 1 – 4 of 4) sorted by relevance
42 void aes_expand_key(u8 *key, u8 *expkey);
56 aes_expand_key(key_ptr, key_exp); in do_aes()
113 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()
512 void aes_expand_key(u8 *key, u8 *expkey) in aes_expand_key() function