Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dakcipher.c145 static int akcipher_default_op(struct akcipher_request *req) in akcipher_default_op() function
161 alg->sign = akcipher_default_op; in crypto_register_akcipher()
163 alg->verify = akcipher_default_op; in crypto_register_akcipher()
165 alg->encrypt = akcipher_default_op; in crypto_register_akcipher()
167 alg->decrypt = akcipher_default_op; in crypto_register_akcipher()