Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dakcipher.c118 static int akcipher_default_op(struct akcipher_request *req) in akcipher_default_op() function
134 alg->sign = akcipher_default_op; in crypto_register_akcipher()
136 alg->verify = akcipher_default_op; in crypto_register_akcipher()
138 alg->encrypt = akcipher_default_op; in crypto_register_akcipher()
140 alg->decrypt = akcipher_default_op; in crypto_register_akcipher()