Home
last modified time | relevance | path

Searched refs:tfmsize (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/crypto/
H A Dapi.c499 unsigned int tfmsize; in crypto_alloc_tfmmem() local
503 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem()
504 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
510 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
530 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
570 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
H A Dkpp.c82 .tfmsize = offsetof(struct crypto_kpp, base),
H A Dsig.c76 .tfmsize = offsetof(struct crypto_sig, base),
H A Drng.c100 .tfmsize = offsetof(struct crypto_rng, base),
H A Dinternal.h48 unsigned int tfmsize; member
H A Dakcipher.c99 .tfmsize = offsetof(struct crypto_akcipher, base),
H A Daead.c188 .tfmsize = offsetof(struct crypto_aead, base),
H A Dshash.c229 .tfmsize = offsetof(struct crypto_shash, base),
H A Dscompress.c374 .tfmsize = offsetof(struct crypto_scomp, base),
H A Dacompress.c138 .tfmsize = offsetof(struct crypto_acomp, base),
H A Dlskcipher.c296 .tfmsize = offsetof(struct crypto_lskcipher, base),
H A Dskcipher.c622 .tfmsize = offsetof(struct crypto_skcipher, base),
H A Dahash.c899 .tfmsize = offsetof(struct crypto_ahash, base),