Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dapi.c463 unsigned int tfmsize; in crypto_create_tfm() local
467 tfmsize = frontend->tfmsize; in crypto_create_tfm()
468 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
474 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
Dpcompress.c85 .tfmsize = offsetof(struct crypto_pcomp, base),
Dakcipher.c88 .tfmsize = offsetof(struct crypto_akcipher, base),
Drng.c115 .tfmsize = offsetof(struct crypto_rng, base),
Dskcipher.c236 .tfmsize = offsetof(struct crypto_skcipher, base),
Daead.c172 .tfmsize = offsetof(struct crypto_aead, base),
Dahash.c535 .tfmsize = offsetof(struct crypto_ahash, base),
Dshash.c573 .tfmsize = offsetof(struct crypto_shash, base),
/linux-4.4.14/include/crypto/
Dalgapi.h39 unsigned int tfmsize; member