Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/
Dn2_core.c978 static int n2_do_ecb(struct ablkcipher_request *req, bool encrypt) in n2_do_ecb() function
1022 return n2_do_ecb(req, true); in n2_encrypt_ecb()
1027 return n2_do_ecb(req, false); in n2_decrypt_ecb()