Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-akcipher.rst14 …kcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_ak…
/Linux-v5.4/include/crypto/
Dakcipher.h268 static inline unsigned int crypto_akcipher_maxsize(struct crypto_akcipher *tfm) in crypto_akcipher_maxsize() function
/Linux-v5.4/crypto/
Drsa-pkcs1pad.c119 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_pub_key()
140 err = crypto_akcipher_maxsize(ctx->child); in pkcs1pad_set_priv_key()
Dtestmgr.c3692 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()
/Linux-v5.4/crypto/asymmetric_keys/
Dpublic_key.c139 len = crypto_akcipher_maxsize(tfm); in software_key_query()
Dasym_tpm.c435 len = crypto_akcipher_maxsize(tfm); in tpm_key_query()