Home
last modified time | relevance | path

Searched refs:crypto_skcipher_reqsize (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/include/crypto/
Dskcipher.h144 crypto_skcipher_reqsize(tfm)] CRYPTO_MINALIGN_ATTR; \
484 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize() function
526 crypto_skcipher_reqsize(tfm), gfp); in skcipher_request_alloc()
547 memzero_explicit(req, sizeof(*req) + crypto_skcipher_reqsize(tfm)); in skcipher_request_zero()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst26 …:functions: crypto_skcipher_reqsize skcipher_request_set_tfm skcipher_request_alloc skcipher_reque…
/Linux-v4.19/crypto/
Dcts.c72 return PTR_ALIGN((u8 *)(rctx + 1) + crypto_skcipher_reqsize(child), in crypto_cts_reqctx_space()
302 crypto_skcipher_reqsize(cipher), in crypto_cts_init_tfm()
Dsimd.c128 reqsize += crypto_skcipher_reqsize(&cryptd_tfm->base); in simd_skcipher_init()
Dalgif_skcipher.c76 crypto_skcipher_reqsize(tfm)); in _skcipher_recvmsg()
Dctr.c332 crypto_skcipher_reqsize(cipher); in crypto_rfc3686_init_tfm()
Dlrw.c436 crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(cipher) + in init_tfm()
Dxts.c382 crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(child) + in init_tfm()
Dauthenc.c350 crypto_skcipher_reqsize(enc))); in crypto_authenc_init_tfm()
Dauthencesn.c376 crypto_skcipher_reqsize(enc))); in crypto_authenc_esn_init_tfm()
Dgcm.c122 data = kzalloc(sizeof(*data) + crypto_skcipher_reqsize(ctr), in crypto_gcm_setkey()
570 crypto_skcipher_reqsize(ctr), in crypto_gcm_init_tfm()
Dchacha20poly1305.c552 crypto_skcipher_reqsize(chacha), in chachapoly_init()
Dccm.c430 crypto_skcipher_reqsize(ctr)); in crypto_ccm_init_tfm()
/Linux-v4.19/drivers/crypto/cavium/nitrox/
Dnitrox_algs.c90 crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(tfm) + in nitrox_skcipher_init()
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-aes.c990 data = kzalloc(sizeof(*data) + crypto_skcipher_reqsize(ctr), in mtk_aes_gcm_setkey()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_core.c963 crypto_skcipher_reqsize(ctx->sw_cipher.cipher)); in crypto4xx_sk_init()
/Linux-v4.19/drivers/md/
Ddm-crypt.c2719 cc->dmreq_start += crypto_skcipher_reqsize(any_tfm(cc)); in crypt_ctr()