Home
last modified time | relevance | path

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

/crypto/
Dapi.c448 unsigned int tfmsize; in crypto_create_tfm() local
452 tfmsize = frontend->tfmsize; in crypto_create_tfm()
453 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
459 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
Dpcompress.c90 .tfmsize = offsetof(struct crypto_pcomp, base),
Dahash.c449 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c576 .tfmsize = offsetof(struct crypto_shash, base),