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

/linux-4.1.27/drivers/crypto/
H A Dn2_core.c971 static int n2_do_ecb(struct ablkcipher_request *req, bool encrypt) n2_do_ecb() function
1015 return n2_do_ecb(req, true); n2_encrypt_ecb()
1020 return n2_do_ecb(req, false); n2_decrypt_ecb()

Completed in 56 milliseconds