Home
last modified time | relevance | path

Searched refs:rep_xcrypt_ecb (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/crypto/
Dpadlock-aes.c194 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()