Searched refs:tfmsize (Results 1 - 23 of 23) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | api.c | 489 unsigned int tfmsize; in crypto_alloc_tfmmem() local 493 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 494 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem() 500 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem() 520 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node() 560 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
|
H A D | sig.c | 73 .tfmsize = offsetof(struct crypto_sig, base),
|
H A D | kpp.c | 108 .tfmsize = offsetof(struct crypto_kpp, base),
|
H A D | acompress.c | 137 .tfmsize = offsetof(struct crypto_acomp, base),
|
H A D | rng.c | 130 .tfmsize = offsetof(struct crypto_rng, base),
|
H A D | scompress.c | 258 .tfmsize = offsetof(struct crypto_scomp, base),
|
H A D | aead.c | 254 .tfmsize = offsetof(struct crypto_aead, base),
|
H A D | akcipher.c | 113 .tfmsize = offsetof(struct crypto_akcipher, base),
|
H A D | shash.c | 560 .tfmsize = offsetof(struct crypto_shash, base),
|
H A D | ahash.c | 517 .tfmsize = offsetof(struct crypto_ahash, base),
|
H A D | skcipher.c | 788 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/kernel/linux/linux-5.10/crypto/ |
H A 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()
|
H A D | kpp.c | 81 .tfmsize = offsetof(struct crypto_kpp, base),
|
H A D | akcipher.c | 90 .tfmsize = offsetof(struct crypto_akcipher, base),
|
H A D | acompress.c | 102 .tfmsize = offsetof(struct crypto_acomp, base),
|
H A D | rng.c | 107 .tfmsize = offsetof(struct crypto_rng, base),
|
H A D | aead.c | 201 .tfmsize = offsetof(struct crypto_aead, base),
|
H A D | scompress.c | 260 .tfmsize = offsetof(struct crypto_scomp, base),
|
H A D | ahash.c | 543 .tfmsize = offsetof(struct crypto_ahash, base),
|
H A D | shash.c | 505 .tfmsize = offsetof(struct crypto_shash, base),
|
H A D | skcipher.c | 746 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | algapi.h | 44 unsigned int tfmsize; member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | algapi.h | 71 unsigned int tfmsize; member
|
Completed in 16 milliseconds