Searched refs:crypto_ecb_crypt (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/crypto/ |
D | ecb.c | 16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt() function 40 return crypto_ecb_crypt(cipher, src, dst, len, in crypto_ecb_encrypt2() 51 return crypto_ecb_crypt(cipher, src, dst, len, in crypto_ecb_decrypt2()
|