Searched refs:tfmsize (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | api.c | 499 unsigned int tfmsize; in crypto_alloc_tfmmem() local 503 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 504 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem() 510 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem() 530 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node() 570 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
|
| H A D | kpp.c | 82 .tfmsize = offsetof(struct crypto_kpp, base),
|
| H A D | sig.c | 76 .tfmsize = offsetof(struct crypto_sig, base),
|
| H A D | rng.c | 100 .tfmsize = offsetof(struct crypto_rng, base),
|
| H A D | internal.h | 48 unsigned int tfmsize; member
|
| H A D | akcipher.c | 99 .tfmsize = offsetof(struct crypto_akcipher, base),
|
| H A D | aead.c | 188 .tfmsize = offsetof(struct crypto_aead, base),
|
| H A D | shash.c | 229 .tfmsize = offsetof(struct crypto_shash, base),
|
| H A D | scompress.c | 374 .tfmsize = offsetof(struct crypto_scomp, base),
|
| H A D | acompress.c | 138 .tfmsize = offsetof(struct crypto_acomp, base),
|
| H A D | lskcipher.c | 296 .tfmsize = offsetof(struct crypto_lskcipher, base),
|
| H A D | skcipher.c | 622 .tfmsize = offsetof(struct crypto_skcipher, base),
|
| H A D | ahash.c | 899 .tfmsize = offsetof(struct crypto_ahash, base),
|