p8_aes_key
struct p8_aes_key enc_key;
struct p8_aes_key dec_key;
struct p8_aes_key enc_key;
struct p8_aes_key enc_key;
struct p8_aes_key dec_key;
struct p8_aes_key tweak_key;
struct p8_aes_key *key);
struct p8_aes_key *key);
void aes_p8_encrypt(const u8 *in, u8 *out, const struct p8_aes_key *key);
void aes_p8_decrypt(const u8 *in, u8 *out, const struct p8_aes_key *key);
const struct p8_aes_key *key, u8 *iv, const int enc);
const struct p8_aes_key *key, const u8 *iv);
const struct p8_aes_key *key1,
const struct p8_aes_key *key2, u8 *iv);
const struct p8_aes_key *key1,
const struct p8_aes_key *key2, u8 *iv);
struct p8_aes_key p8;
struct p8_aes_key p8;
static inline bool is_vsx_format(const struct p8_aes_key *key)