Searched refs:tfmsize (Results 1 – 10 of 10) sorted by relevance
| /linux/crypto/ |
| H A D | api.c | 508 unsigned int tfmsize; in crypto_alloc_tfmmem() local 512 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 513 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem() 519 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem() 539 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node() 580 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
|
| H A D | kpp.c | 80 .tfmsize = offsetof(struct crypto_kpp, base),
|
| H A D | sig.c | 76 .tfmsize = offsetof(struct crypto_sig, base),
|
| H A D | rng.c | 99 .tfmsize = offsetof(struct crypto_rng, base),
|
| H A D | akcipher.c | 97 .tfmsize = offsetof(struct crypto_akcipher, base),
|
| H A D | aead.c | 188 .tfmsize = offsetof(struct crypto_aead, base),
|
| H A D | shash.c | 372 .tfmsize = offsetof(struct crypto_shash, base),
|
| H A D | lskcipher.c | 296 .tfmsize = offsetof(struct crypto_lskcipher, base),
|
| H A D | skcipher.c | 623 .tfmsize = offsetof(struct crypto_skcipher, base),
|
| H A D | ahash.c | 828 .tfmsize = offsetof(struct crypto_ahash, base),
|