Searched refs:tfmsize (Results 1 – 13 of 13) sorted by relevance
| /crypto/ |
| A D | api.c | 507 unsigned int tfmsize; in crypto_alloc_tfmmem() local 511 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem() 512 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem() 518 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem() 538 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node() 579 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
|
| A D | kpp.c | 82 .tfmsize = offsetof(struct crypto_kpp, base),
|
| A D | sig.c | 76 .tfmsize = offsetof(struct crypto_sig, base),
|
| A D | internal.h | 48 unsigned int tfmsize; member
|
| A D | rng.c | 100 .tfmsize = offsetof(struct crypto_rng, base),
|
| A D | akcipher.c | 99 .tfmsize = offsetof(struct crypto_akcipher, base),
|
| A D | aead.c | 188 .tfmsize = offsetof(struct crypto_aead, base),
|
| A D | scompress.c | 348 .tfmsize = offsetof(struct crypto_scomp, base),
|
| A D | shash.c | 373 .tfmsize = offsetof(struct crypto_shash, base),
|
| A D | acompress.c | 148 .tfmsize = offsetof(struct crypto_acomp, base),
|
| A D | lskcipher.c | 296 .tfmsize = offsetof(struct crypto_lskcipher, base),
|
| A D | skcipher.c | 373 .tfmsize = offsetof(struct crypto_skcipher, base),
|
| A D | ahash.c | 815 .tfmsize = offsetof(struct crypto_ahash, base),
|
Completed in 22 milliseconds