Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dakcipher.c117 static int akcipher_default_op(struct akcipher_request *req) in akcipher_default_op() function
127 alg->sign = akcipher_default_op; in crypto_register_akcipher()
129 alg->verify = akcipher_default_op; in crypto_register_akcipher()
131 alg->encrypt = akcipher_default_op; in crypto_register_akcipher()
133 alg->decrypt = akcipher_default_op; in crypto_register_akcipher()