Lines Matching refs:u8
33 const u8 *key, unsigned int keylen) in lskcipher_setkey_unaligned()
37 u8 *buffer, *alignbuffer; in lskcipher_setkey_unaligned()
46 alignbuffer = (u8 *)ALIGN((unsigned long)buffer, alignmask + 1); in lskcipher_setkey_unaligned()
53 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm, const u8 *key, in crypto_lskcipher_setkey()
70 struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, in crypto_lskcipher_crypt_unaligned()
71 u8 *iv, int (*crypt)(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt_unaligned()
72 u8 *dst, unsigned len, u8 *iv, u32 flags)) in crypto_lskcipher_crypt_unaligned()
79 u8 *tiv; in crypto_lskcipher_crypt_unaligned()
80 u8 *p; in crypto_lskcipher_crypt_unaligned()
123 static int crypto_lskcipher_crypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt()
124 u8 *dst, unsigned len, u8 *iv, in crypto_lskcipher_crypt()
126 const u8 *src, u8 *dst, in crypto_lskcipher_crypt()
127 unsigned len, u8 *iv, in crypto_lskcipher_crypt()
140 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_encrypt()
141 u8 *dst, unsigned len, u8 *iv) in crypto_lskcipher_encrypt()
149 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_decrypt()
150 u8 *dst, unsigned len, u8 *iv) in crypto_lskcipher_decrypt()
160 const u8 *src, u8 *dst, in crypto_lskcipher_crypt_sg()
161 unsigned len, u8 *ivs, in crypto_lskcipher_crypt_sg()
166 u8 *ivs = skcipher_request_ctx(req); in crypto_lskcipher_crypt_sg()
426 static int lskcipher_setkey_simple(struct crypto_lskcipher *tfm, const u8 *key, in lskcipher_setkey_simple()