Home
last modified time | relevance | path

Searched refs:p8_aes_key (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/
H A Daes.h30 struct p8_aes_key { struct
48 struct p8_aes_key p8; argument
67 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 …]
/linux/arch/powerpc/crypto/
H A Daes_xts.c25 struct p8_aes_key enc_key;
26 struct p8_aes_key dec_key;
27 struct p8_aes_key tweak_key;
H A Daes_cbc.c24 struct p8_aes_key enc_key;
25 struct p8_aes_key dec_key;
H A Daes_ctr.c24 struct p8_aes_key enc_key;
/linux/lib/crypto/powerpc/
H A Daes.h92 static inline bool is_vsx_format(const struct p8_aes_key *key) in is_vsx_format()