Searched refs:tfmsize (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/crypto/ |
D | api.c | 457 unsigned int tfmsize; in crypto_create_tfm() local 461 tfmsize = frontend->tfmsize; in crypto_create_tfm() 462 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm() 468 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
|
D | kpp.c | 90 .tfmsize = offsetof(struct crypto_kpp, base),
|
D | akcipher.c | 98 .tfmsize = offsetof(struct crypto_akcipher, base),
|
D | acompress.c | 111 .tfmsize = offsetof(struct crypto_acomp, base),
|
D | rng.c | 113 .tfmsize = offsetof(struct crypto_rng, base),
|
D | scompress.c | 277 .tfmsize = offsetof(struct crypto_scomp, base),
|
D | aead.c | 182 .tfmsize = offsetof(struct crypto_aead, base),
|
D | ahash.c | 532 .tfmsize = offsetof(struct crypto_ahash, base),
|
D | shash.c | 447 .tfmsize = offsetof(struct crypto_shash, base),
|
D | skcipher.c | 934 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 46 unsigned int tfmsize; member
|