Lines Matching refs:aes_key
5 struct aes_key {
17 struct aes_key *key);
19 struct aes_key *key);
20 void aes_p8_encrypt(const u8 *in, u8 *out, const struct aes_key *key);
21 void aes_p8_decrypt(const u8 *in, u8 *out, const struct aes_key *key);
23 const struct aes_key *key, u8 *iv, const int enc);
25 size_t len, const struct aes_key *key,
28 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);
30 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);