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

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

Completed in 35 milliseconds