Searched refs:crypto_ecb_crypt (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, function
40 return crypto_ecb_crypt(cipher, src, dst, len,
51 return crypto_ecb_crypt(cipher, src, dst, len,

Completed in 117 milliseconds