Lines Matching refs:u8
16 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_encrypt_segment()
17 u8 *iv) in crypto_cbc_encrypt_segment()
31 u8 *src, unsigned nbytes, u8 *oiv) in crypto_cbc_encrypt_inplace()
34 u8 *iv = oiv; in crypto_cbc_encrypt_inplace()
53 static int crypto_cbc_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_cbc_encrypt()
54 u8 *dst, unsigned len, u8 *iv, u32 flags) in crypto_cbc_encrypt()
70 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_decrypt_segment()
71 u8 *oiv) in crypto_cbc_decrypt_segment()
74 const u8 *iv = oiv; in crypto_cbc_decrypt_segment()
95 u8 *src, unsigned nbytes, u8 *iv) in crypto_cbc_decrypt_inplace()
98 u8 last_iv[MAX_CIPHER_BLOCKSIZE]; in crypto_cbc_decrypt_inplace()
122 static int crypto_cbc_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_cbc_decrypt()
123 u8 *dst, unsigned len, u8 *iv, u32 flags) in crypto_cbc_decrypt()