Searched refs:p8_aes_key (Results 1 – 5 of 5) sorted by relevance
30 struct p8_aes_key { struct48 struct p8_aes_key p8; argument67 struct p8_aes_key p8;190 struct p8_aes_key *key);192 struct p8_aes_key *key);193 void aes_p8_encrypt(const u8 *in, u8 *out, const struct p8_aes_key *key);194 void aes_p8_decrypt(const u8 *in, u8 *out, const struct p8_aes_key *key);196 const struct p8_aes_key *key, u8 *iv, const int enc);198 const struct p8_aes_key *key, const u8 *iv);200 const struct p8_aes_key *key1,[all …]
25 struct p8_aes_key enc_key;26 struct p8_aes_key dec_key;27 struct p8_aes_key tweak_key;
24 struct p8_aes_key enc_key;25 struct p8_aes_key dec_key;
24 struct p8_aes_key enc_key;
92 static inline bool is_vsx_format(const struct p8_aes_key *key) in is_vsx_format()