Searched refs:tfmsize (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | api.c | 496 unsigned int tfmsize; in crypto_create_tfm_node() local 500 tfmsize = frontend->tfmsize; in crypto_create_tfm_node() 501 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node() 507 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm_node()
|
A D | kpp.c | 89 .tfmsize = offsetof(struct crypto_kpp, base),
|
A D | akcipher.c | 90 .tfmsize = offsetof(struct crypto_akcipher, base),
|
A D | acompress.c | 102 .tfmsize = offsetof(struct crypto_acomp, base),
|
A D | rng.c | 107 .tfmsize = offsetof(struct crypto_rng, base),
|
A D | scompress.c | 254 .tfmsize = offsetof(struct crypto_scomp, base),
|
A D | aead.c | 202 .tfmsize = offsetof(struct crypto_aead, base),
|
A D | ahash.c | 512 .tfmsize = offsetof(struct crypto_ahash, base),
|
A D | shash.c | 495 .tfmsize = offsetof(struct crypto_shash, base),
|
A D | skcipher.c | 727 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/linux-6.3-rc2/include/crypto/ |
A D | algapi.h | 57 unsigned int tfmsize; member
|
Completed in 17 milliseconds