Searched refs:crypto_akcipher_maxsize (Results 1 – 6 of 6) sorted by relevance
14 :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
76 err = crypto_akcipher_maxsize(child); in rsa_set_key()
565 return crypto_akcipher_maxsize(ctx->fallback_tfm); in aspeed_acry_rsa_max_size()
535 return crypto_akcipher_maxsize(ctx->akcipher_fbk); in starfive_rsa_max_size()
1173 return crypto_akcipher_maxsize(ctx->rsa.soft_tfm); in hpre_rsa_max_size()
3891 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()