Lines Matching refs:u8
85 static const u8 Tr[4][8] = {
106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, in __cast6_setkey()
149 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in cast6_setkey()
157 static inline void Q(u32 *block, u8 *Kr, u32 *Km) in Q()
167 static inline void QBAR(u32 *block, u8 *Kr, u32 *Km) in QBAR()
176 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt()
182 u8 *Kr; in __cast6_encrypt()
209 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt()
214 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt()
220 u8 *Kr; in __cast6_decrypt()
247 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt()