Lines Matching refs:aes_key
5 struct aes_key {
11 struct aes_key *key);
13 struct aes_key *key);
14 void aes_p8_encrypt(const u8 *in, u8 *out, const struct aes_key *key);
15 void aes_p8_decrypt(const u8 *in, u8 *out, const struct aes_key *key);
17 const struct aes_key *key, u8 *iv, const int enc);
19 size_t len, const struct aes_key *key,
22 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);
24 const struct aes_key *key1, const struct aes_key *key2, u8 *iv);