Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 :functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt
/linux/include/crypto/internal/
H A Drsa.h76 err = crypto_akcipher_maxsize(child); in rsa_set_key()
/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c565 return crypto_akcipher_maxsize(ctx->fallback_tfm); in aspeed_acry_rsa_max_size()
/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c535 return crypto_akcipher_maxsize(ctx->akcipher_fbk); in starfive_rsa_max_size()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1173 return crypto_akcipher_maxsize(ctx->rsa.soft_tfm); in hpre_rsa_max_size()
/linux/crypto/
H A Dtestmgr.c3891 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()