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

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

Completed in 91 milliseconds