Searched refs:aes_expand_key (Results 1 – 6 of 6) sorted by relevance
43 void aes_expand_key(u8 *key, u8 *expkey);
57 aes_expand_key(key_ptr, key_exp); in do_aes()
112 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, key_schedule); in encrypt_and_sign()
153 aes_expand_key(key, key_exp); in env_aes_cbc_crypt()
513 void aes_expand_key(u8 *key, u8 *expkey) in aes_expand_key() function
988 aes_expand_key(key, key_exp); in env_aes_cbc_crypt()