Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
H A Dapi-akcipher.rst17 …kcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_ak…
/linux/include/crypto/internal/
H A Drsa.h76 err = crypto_akcipher_maxsize(child); in rsa_set_key()
/linux/crypto/asymmetric_keys/
H A Dpublic_key.c253 len = crypto_akcipher_maxsize(tfm); in software_key_query()
362 ret = crypto_akcipher_maxsize(tfm); in software_key_eds_op()
/linux/include/crypto/
H A Dakcipher.h258 static inline unsigned int crypto_akcipher_maxsize(struct crypto_akcipher *tfm) in crypto_akcipher_maxsize() function
/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c535 return crypto_akcipher_maxsize(ctx->akcipher_fbk); in starfive_rsa_max_size()
/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/hisilicon/hpre/
H A Dhpre_crypto.c1124 return crypto_akcipher_maxsize(ctx->rsa.soft_tfm); in hpre_rsa_max_size()
/linux/crypto/
H A Dtestmgr.c3800 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()