Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dapi.c442 unsigned int tfmsize; in crypto_create_tfm_node() local
446 tfmsize = frontend->tfmsize; in crypto_create_tfm_node()
447 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
453 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm_node()
Dkpp.c81 .tfmsize = offsetof(struct crypto_kpp, base),
Dakcipher.c90 .tfmsize = offsetof(struct crypto_akcipher, base),
Dacompress.c102 .tfmsize = offsetof(struct crypto_acomp, base),
Drng.c107 .tfmsize = offsetof(struct crypto_rng, base),
Dscompress.c254 .tfmsize = offsetof(struct crypto_scomp, base),
Daead.c202 .tfmsize = offsetof(struct crypto_aead, base),
Dahash.c543 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c505 .tfmsize = offsetof(struct crypto_shash, base),
Dskcipher.c741 .tfmsize = offsetof(struct crypto_skcipher, base),
/Linux-v5.15/include/crypto/
Dalgapi.h43 unsigned int tfmsize; member