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