Searched refs:tfmsize (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/crypto/ |
D | api.c | 463 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()
|
D | pcompress.c | 85 .tfmsize = offsetof(struct crypto_pcomp, base),
|
D | akcipher.c | 88 .tfmsize = offsetof(struct crypto_akcipher, base),
|
D | rng.c | 115 .tfmsize = offsetof(struct crypto_rng, base),
|
D | skcipher.c | 236 .tfmsize = offsetof(struct crypto_skcipher, base),
|
D | aead.c | 172 .tfmsize = offsetof(struct crypto_aead, base),
|
D | ahash.c | 535 .tfmsize = offsetof(struct crypto_ahash, base),
|
D | shash.c | 573 .tfmsize = offsetof(struct crypto_shash, base),
|
/linux-4.4.14/include/crypto/ |
D | algapi.h | 39 unsigned int tfmsize; member
|