Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dapi.c463 unsigned int tfmsize; in crypto_create_tfm() local
467 tfmsize = frontend->tfmsize; in crypto_create_tfm()
468 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
474 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
Dpcompress.c90 .tfmsize = offsetof(struct crypto_pcomp, base),
Dahash.c535 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c578 .tfmsize = offsetof(struct crypto_shash, base),
/linux-4.1.27/include/crypto/
Dalgapi.h36 unsigned int tfmsize; member