Searched refs:crypto_ecb_crypt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ecb.c | 15 static int crypto_ecb_crypt(struct skcipher_request *req, in crypto_ecb_crypt() function 48 return crypto_ecb_crypt(req, cipher, in crypto_ecb_encrypt() 57 return crypto_ecb_crypt(req, cipher, in crypto_ecb_decrypt()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecb.c | 16 static int crypto_ecb_crypt(struct skcipher_request *req, in crypto_ecb_crypt() function 49 return crypto_ecb_crypt(req, cipher, in crypto_ecb_encrypt() 58 return crypto_ecb_crypt(req, cipher, in crypto_ecb_decrypt()
|
Completed in 1 milliseconds