Searched refs:crypto_skcipher_reqsize (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/include/crypto/
H A Dskcipher.h792 * crypto_skcipher_reqsize() - obtain size of the request data structure
797 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) function
845 crypto_skcipher_reqsize(tfm), gfp);
867 memzero_explicit(req, sizeof(*req) + crypto_skcipher_reqsize(tfm));
/linux-master/arch/powerpc/crypto/
H A Daes_cbc.c39 crypto_skcipher_reqsize(fallback));
H A Daes_ctr.c38 crypto_skcipher_reqsize(fallback));
H A Daes_xts.c41 crypto_skcipher_reqsize(fallback));
/linux-master/crypto/
H A Dcts.c72 return PTR_ALIGN((u8 *)(rctx + 1) + crypto_skcipher_reqsize(child),
302 crypto_skcipher_reqsize(cipher),
H A Dsimd.c130 reqsize = crypto_skcipher_reqsize(cryptd_skcipher_child(cryptd_tfm));
131 reqsize = max(reqsize, crypto_skcipher_reqsize(&cryptd_tfm->base));
H A Dadiantum.c142 crypto_skcipher_reqsize(tctx->streamcipher), GFP_KERNEL);
465 crypto_skcipher_reqsize(streamcipher));
H A Dlrw.c278 crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(cipher) +
H A Dctr.c236 crypto_skcipher_reqsize(cipher);
H A Dxts.c317 crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(child) +
H A Dalgif_skcipher.c119 crypto_skcipher_reqsize(tfm));
H A Dessiv.c310 crypto_skcipher_reqsize(skcipher));
H A Dhctr2.c370 crypto_skcipher_reqsize(xctr));
H A Dauthenc.c335 crypto_skcipher_reqsize(enc)));
H A Dauthencesn.c351 crypto_skcipher_reqsize(enc)));
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-xts.c215 crypto_skcipher_reqsize(fallback_tfm));
/linux-master/drivers/crypto/
H A Dgeode-aes.c252 crypto_skcipher_reqsize(tctx->fallback.skcipher));
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c336 crypto_skcipher_reqsize(op->fallback_tfm));
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c129 crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(tfm) +
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c331 crypto_skcipher_reqsize(op->fallback_tfm));
/linux-master/arch/s390/crypto/
H A Daes_s390.c269 crypto_skcipher_reqsize(sctx->fallback.skcipher));
500 crypto_skcipher_reqsize(xts_ctx->fallback));
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c203 reqsize += crypto_skcipher_reqsize(ctx->enc_tfm);
/linux-master/drivers/crypto/qce/
H A Dskcipher.c338 crypto_skcipher_reqsize(ctx->fallback));
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c449 crypto_skcipher_reqsize(ctx->fallback_tfm));
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c409 crypto_skcipher_reqsize(op->fallback_tfm));

Completed in 217 milliseconds

12