Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/
H A Dn2_core.c943 static int n2_do_ecb(struct skcipher_request *req, bool encrypt) in n2_do_ecb() function
987 return n2_do_ecb(req, true); in n2_encrypt_ecb()
992 return n2_do_ecb(req, false); in n2_decrypt_ecb()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dn2_core.c945 static int n2_do_ecb(struct skcipher_request *req, bool encrypt) in n2_do_ecb() function
989 return n2_do_ecb(req, true); in n2_encrypt_ecb()
994 return n2_do_ecb(req, false); in n2_decrypt_ecb()

Completed in 7 milliseconds