Home
last modified time | relevance | path

Searched refs:rep_xcrypt_cbc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-aes.c202 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() function
236 return rep_xcrypt_cbc(tmp, out, key, iv, cword, count); in cbc_crypt_copy()
260 return rep_xcrypt_cbc(in, out, key, iv, cword, count); in cbc_crypt()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-aes.c202 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() function
236 return rep_xcrypt_cbc(tmp, out, key, iv, cword, count); in cbc_crypt_copy()
260 return rep_xcrypt_cbc(in, out, key, iv, cword, count); in cbc_crypt()

Completed in 3 milliseconds