Searched refs:tfmsize (Results 1 – 5 of 5) sorted by relevance
454 unsigned int tfmsize; in crypto_create_tfm() local458 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()
66 .tfmsize = offsetof(struct crypto_pcomp, base),
421 .tfmsize = offsetof(struct crypto_ahash, base),
547 .tfmsize = offsetof(struct crypto_shash, base),
34 unsigned int tfmsize; member