Searched refs:crypto_akcipher_maxsize (Results 1 – 8 of 8) sorted by relevance
17 …kcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_ak…
76 err = crypto_akcipher_maxsize(child); in rsa_set_key()
253 len = crypto_akcipher_maxsize(tfm); in software_key_query()362 ret = crypto_akcipher_maxsize(tfm); in software_key_eds_op()
258 static inline unsigned int crypto_akcipher_maxsize(struct crypto_akcipher *tfm) in crypto_akcipher_maxsize() function
535 return crypto_akcipher_maxsize(ctx->akcipher_fbk); in starfive_rsa_max_size()
565 return crypto_akcipher_maxsize(ctx->fallback_tfm); in aspeed_acry_rsa_max_size()
1124 return crypto_akcipher_maxsize(ctx->rsa.soft_tfm); in hpre_rsa_max_size()
3800 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()