Searched refs:tfmsize (Results 1 – 13 of 13) sorted by relevance
| /linux/crypto/ |
| A D | api.c | 506 unsigned int tfmsize; in crypto_alloc_tfmmem() local 510 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem() 517 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem() 537 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node() 577 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
|
| A D | sig.c | 60 .tfmsize = offsetof(struct crypto_sig, base),
|
| A D | kpp.c | 82 .tfmsize = offsetof(struct crypto_kpp, base),
|
| A D | rng.c | 100 .tfmsize = offsetof(struct crypto_rng, base),
|
| A D | acompress.c | 108 .tfmsize = offsetof(struct crypto_acomp, base),
|
| A D | akcipher.c | 86 .tfmsize = offsetof(struct crypto_akcipher, base),
|
| A D | aead.c | 187 .tfmsize = offsetof(struct crypto_aead, base),
|
| A D | scompress.c | 277 .tfmsize = offsetof(struct crypto_scomp, base),
|
| A D | shash.c | 229 .tfmsize = offsetof(struct crypto_shash, base),
|
| A D | lskcipher.c | 296 .tfmsize = offsetof(struct crypto_lskcipher, base),
|
| A D | ahash.c | 543 .tfmsize = offsetof(struct crypto_ahash, base),
|
| A D | skcipher.c | 821 .tfmsize = offsetof(struct crypto_skcipher, base),
|
| /linux/include/crypto/ |
| A D | algapi.h | 68 unsigned int tfmsize; member
|
Completed in 24 milliseconds