Searched refs:tfmsize (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | api.c | 452 unsigned int tfmsize; in crypto_create_tfm() local 456 tfmsize = frontend->tfmsize; in crypto_create_tfm() 457 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm() 463 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
|
D | kpp.c | 81 .tfmsize = offsetof(struct crypto_kpp, base),
|
D | akcipher.c | 90 .tfmsize = offsetof(struct crypto_akcipher, base),
|
D | acompress.c | 102 .tfmsize = offsetof(struct crypto_acomp, base),
|
D | rng.c | 107 .tfmsize = offsetof(struct crypto_rng, base),
|
D | scompress.c | 254 .tfmsize = offsetof(struct crypto_scomp, base),
|
D | aead.c | 212 .tfmsize = offsetof(struct crypto_aead, base),
|
D | shash.c | 444 .tfmsize = offsetof(struct crypto_shash, base),
|
D | ahash.c | 555 .tfmsize = offsetof(struct crypto_ahash, base),
|
D | skcipher.c | 978 .tfmsize = offsetof(struct crypto_skcipher, base),
|