Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dapi.c457 unsigned int tfmsize; in crypto_create_tfm() local
461 tfmsize = frontend->tfmsize; in crypto_create_tfm()
462 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
468 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
Dkpp.c90 .tfmsize = offsetof(struct crypto_kpp, base),
Dakcipher.c98 .tfmsize = offsetof(struct crypto_akcipher, base),
Dacompress.c111 .tfmsize = offsetof(struct crypto_acomp, base),
Drng.c113 .tfmsize = offsetof(struct crypto_rng, base),
Dscompress.c277 .tfmsize = offsetof(struct crypto_scomp, base),
Daead.c182 .tfmsize = offsetof(struct crypto_aead, base),
Dahash.c532 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c447 .tfmsize = offsetof(struct crypto_shash, base),
Dskcipher.c934 .tfmsize = offsetof(struct crypto_skcipher, base),
/Linux-v4.19/include/crypto/
Dalgapi.h46 unsigned int tfmsize; member