Home
last modified time | relevance | path

Searched refs:tfmsize (Results 1 – 11 of 11) sorted by relevance

/crypto/
Dapi.c489 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()
Dsig.c73 .tfmsize = offsetof(struct crypto_sig, base),
Dkpp.c108 .tfmsize = offsetof(struct crypto_kpp, base),
Drng.c130 .tfmsize = offsetof(struct crypto_rng, base),
Dacompress.c137 .tfmsize = offsetof(struct crypto_acomp, base),
Dscompress.c258 .tfmsize = offsetof(struct crypto_scomp, base),
Dakcipher.c113 .tfmsize = offsetof(struct crypto_akcipher, base),
Daead.c253 .tfmsize = offsetof(struct crypto_aead, base),
Dahash.c517 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c607 .tfmsize = offsetof(struct crypto_shash, base),
Dskcipher.c788 .tfmsize = offsetof(struct crypto_skcipher, base),