Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 …kcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_ak…
/openbmc/linux/crypto/
H A Dsig.c86 return crypto_akcipher_maxsize(*ctx); in crypto_sig_maxsize()
H A Drsa-pkcs1pad.c120 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_pub_key()
141 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_priv_key()
H A Dtestmgr.c4122 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()
/openbmc/linux/crypto/asymmetric_keys/
H A Dpublic_key.c224 len = crypto_akcipher_maxsize(tfm); in software_key_query()
333 ksz = crypto_akcipher_maxsize(tfm); in software_key_eds_op()
/openbmc/linux/include/crypto/
H A Dakcipher.h298 static inline unsigned int crypto_akcipher_maxsize(struct crypto_akcipher *tfm) in crypto_akcipher_maxsize() function
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c565 return crypto_akcipher_maxsize(ctx->fallback_tfm); in aspeed_acry_rsa_max_size()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c559 return crypto_akcipher_maxsize(ctx->akcipher_fbk); in starfive_rsa_max_size()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1164 return crypto_akcipher_maxsize(ctx->rsa.soft_tfm); in hpre_rsa_max_size()