Searched refs:tfmsize (Results 1 – 11 of 11) sorted by relevance
/crypto/ |
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()
|
D | sig.c | 73 .tfmsize = offsetof(struct crypto_sig, base),
|
D | kpp.c | 108 .tfmsize = offsetof(struct crypto_kpp, base),
|
D | rng.c | 130 .tfmsize = offsetof(struct crypto_rng, base),
|
D | acompress.c | 137 .tfmsize = offsetof(struct crypto_acomp, base),
|
D | scompress.c | 258 .tfmsize = offsetof(struct crypto_scomp, base),
|
D | akcipher.c | 113 .tfmsize = offsetof(struct crypto_akcipher, base),
|
D | aead.c | 253 .tfmsize = offsetof(struct crypto_aead, base),
|
D | ahash.c | 517 .tfmsize = offsetof(struct crypto_ahash, base),
|
D | shash.c | 607 .tfmsize = offsetof(struct crypto_shash, base),
|
D | skcipher.c | 788 .tfmsize = offsetof(struct crypto_skcipher, base),
|