Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dapi.c456 unsigned int tfmsize; in crypto_create_tfm() local
460 tfmsize = frontend->tfmsize; in crypto_create_tfm()
461 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
467 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.c184 .tfmsize = offsetof(struct crypto_aead, base),
Dahash.c542 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c467 .tfmsize = offsetof(struct crypto_shash, base),
Dskcipher.c952 .tfmsize = offsetof(struct crypto_skcipher, base),
/linux-4.19.296/include/crypto/
Dalgapi.h46 unsigned int tfmsize; member