Searched refs:tfmsize (Results 1 – 11 of 11) sorted by relevance
/linux/crypto/ |
A D | api.c | 482 unsigned int tfmsize; in crypto_create_tfm_node() local 486 tfmsize = frontend->tfmsize; in crypto_create_tfm_node() 487 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node() 493 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm_node()
|
A D | kpp.c | 81 .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 | shash.c | 505 .tfmsize = offsetof(struct crypto_shash, base),
|
A D | ahash.c | 543 .tfmsize = offsetof(struct crypto_ahash, base),
|
A D | skcipher.c | 741 .tfmsize = offsetof(struct crypto_skcipher, base),
|
/linux/include/crypto/ |
A D | algapi.h | 43 unsigned int tfmsize; member
|
Completed in 21 milliseconds