Searched refs:crypto_akcipher_maxsize (Results 1 - 8 of 8) sorted by relevance

/linux-master/crypto/
H A Dsig.c86 return crypto_akcipher_maxsize(*ctx);
H A Drsa-pkcs1pad.c143 err = crypto_akcipher_maxsize(ctx->child);
164 err = crypto_akcipher_maxsize(ctx->child);
H A Dtestmgr.c4118 out_len_max = crypto_akcipher_maxsize(tfm);
/linux-master/crypto/asymmetric_keys/
H A Dpublic_key.c227 len = crypto_akcipher_maxsize(tfm);
336 ksz = crypto_akcipher_maxsize(tfm);
/linux-master/include/crypto/
H A Dakcipher.h289 * crypto_akcipher_maxsize() - Get len for output buffer
298 static inline unsigned int crypto_akcipher_maxsize(struct crypto_akcipher *tfm) function
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c565 return crypto_akcipher_maxsize(ctx->fallback_tfm);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c530 return crypto_akcipher_maxsize(ctx->akcipher_fbk);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1167 return crypto_akcipher_maxsize(ctx->rsa.soft_tfm);

Completed in 171 milliseconds