Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dapi.c506 unsigned int tfmsize; in crypto_alloc_tfmmem() local
510 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem()
511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
517 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
537 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
577 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
Dsig.c60 .tfmsize = offsetof(struct crypto_sig, base),
Dkpp.c82 .tfmsize = offsetof(struct crypto_kpp, base),
Drng.c100 .tfmsize = offsetof(struct crypto_rng, base),
Dacompress.c108 .tfmsize = offsetof(struct crypto_acomp, base),
Dakcipher.c86 .tfmsize = offsetof(struct crypto_akcipher, base),
Daead.c187 .tfmsize = offsetof(struct crypto_aead, base),
Dscompress.c277 .tfmsize = offsetof(struct crypto_scomp, base),
Dshash.c229 .tfmsize = offsetof(struct crypto_shash, base),
Dlskcipher.c296 .tfmsize = offsetof(struct crypto_lskcipher, base),
Dahash.c543 .tfmsize = offsetof(struct crypto_ahash, base),
Dskcipher.c821 .tfmsize = offsetof(struct crypto_skcipher, base),
/linux-6.12.1/include/crypto/
Dalgapi.h68 unsigned int tfmsize; member