Searched refs:crypto_akcipher_maxsize (Results 1 – 5 of 5) sorted by relevance
14 …kcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_ak…
114 outlen = crypto_akcipher_maxsize(tfm); in public_key_verify_signature()
267 static inline unsigned int crypto_akcipher_maxsize(struct crypto_akcipher *tfm) in crypto_akcipher_maxsize() function
122 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_pub_key()143 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_priv_key()
2261 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()