Searched refs:tfmsize (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/crypto/ |
D | api.c | 506 unsigned int tfmsize; in crypto_alloc_tfmmem() local 510 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem() 517 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem() 537 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node() 577 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
|
D | sig.c | 60 .tfmsize = offsetof(struct crypto_sig, base),
|
D | kpp.c | 82 .tfmsize = offsetof(struct crypto_kpp, base),
|
D | rng.c | 100 .tfmsize = offsetof(struct crypto_rng, base),
|
D | acompress.c | 108 .tfmsize = offsetof(struct crypto_acomp, base),
|
D | akcipher.c | 86 .tfmsize = offsetof(struct crypto_akcipher, base),
|
D | aead.c | 187 .tfmsize = offsetof(struct crypto_aead, base),
|
D | scompress.c | 277 .tfmsize = offsetof(struct crypto_scomp, base),
|
D | shash.c | 229 .tfmsize = offsetof(struct crypto_shash, base),
|
D | lskcipher.c | 296 .tfmsize = offsetof(struct crypto_lskcipher, base),
|
D | ahash.c | 543 .tfmsize = offsetof(struct crypto_ahash, base),
|
D | skcipher.c | 821 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/linux-6.12.1/include/crypto/ |
D | algapi.h | 68 unsigned int tfmsize; member
|