Searched refs:tfmsize (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/crypto/ |
D | api.c | 442 unsigned int tfmsize; in crypto_create_tfm_node() local 446 tfmsize = frontend->tfmsize; in crypto_create_tfm_node() 447 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node() 453 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm_node()
|
D | kpp.c | 81 .tfmsize = offsetof(struct crypto_kpp, base),
|
D | akcipher.c | 90 .tfmsize = offsetof(struct crypto_akcipher, base),
|
D | acompress.c | 102 .tfmsize = offsetof(struct crypto_acomp, base),
|
D | rng.c | 107 .tfmsize = offsetof(struct crypto_rng, base),
|
D | scompress.c | 254 .tfmsize = offsetof(struct crypto_scomp, base),
|
D | aead.c | 202 .tfmsize = offsetof(struct crypto_aead, base),
|
D | ahash.c | 543 .tfmsize = offsetof(struct crypto_ahash, base),
|
D | shash.c | 505 .tfmsize = offsetof(struct crypto_shash, base),
|
D | skcipher.c | 741 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/Linux-v5.15/include/crypto/ |
D | algapi.h | 43 unsigned int tfmsize; member
|