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

/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c198 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, rep_xcrypt_cbc() function
232 return rep_xcrypt_cbc(tmp, out, key, iv, cword, count); cbc_crypt_copy()
256 return rep_xcrypt_cbc(in, out, key, iv, cword, count); cbc_crypt()

Completed in 75 milliseconds