Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Dapi.c454 unsigned int tfmsize; in crypto_create_tfm() local
458 tfmsize = frontend->tfmsize; in crypto_create_tfm()
459 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
465 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
Dpcompress.c66 .tfmsize = offsetof(struct crypto_pcomp, base),
Dahash.c421 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c547 .tfmsize = offsetof(struct crypto_shash, base),
/linux-2.6.39/include/crypto/
Dalgapi.h34 unsigned int tfmsize; member