Searched refs:rep_xcrypt_ecb (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/crypto/ |
D | padlock-aes.c | 189 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb() function 217 rep_xcrypt_ecb(tmp, out, key, cword, count); in ecb_crypt_copy() 245 rep_xcrypt_ecb(in, out, key, cword, count); in ecb_crypt()
|