Home
last modified time | relevance | path

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

/crypto/
Dapi.c453 unsigned int tfmsize; in crypto_create_tfm() local
457 tfmsize = frontend->tfmsize; in crypto_create_tfm()
458 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm()
464 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm()
Dkpp.c81 .tfmsize = offsetof(struct crypto_kpp, base),
Dakcipher.c90 .tfmsize = offsetof(struct crypto_akcipher, base),
Dacompress.c102 .tfmsize = offsetof(struct crypto_acomp, base),
Drng.c107 .tfmsize = offsetof(struct crypto_rng, base),
Dscompress.c260 .tfmsize = offsetof(struct crypto_scomp, base),
Daead.c212 .tfmsize = offsetof(struct crypto_aead, base),
Dshash.c456 .tfmsize = offsetof(struct crypto_shash, base),
Dahash.c555 .tfmsize = offsetof(struct crypto_ahash, base),
Dskcipher.c978 .tfmsize = offsetof(struct crypto_skcipher, base),