Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A 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()
H A Dsig.c73 .tfmsize = offsetof(struct crypto_sig, base),
H A Dkpp.c108 .tfmsize = offsetof(struct crypto_kpp, base),
H A Drng.c130 .tfmsize = offsetof(struct crypto_rng, base),
H A Dacompress.c137 .tfmsize = offsetof(struct crypto_acomp, base),
H A Dscompress.c258 .tfmsize = offsetof(struct crypto_scomp, base),
H A Dakcipher.c113 .tfmsize = offsetof(struct crypto_akcipher, base),
H A Daead.c254 .tfmsize = offsetof(struct crypto_aead, base),
H A Dahash.c517 .tfmsize = offsetof(struct crypto_ahash, base),
H A Dshash.c560 .tfmsize = offsetof(struct crypto_shash, base),
H A Dskcipher.c788 .tfmsize = offsetof(struct crypto_skcipher, base),
/openbmc/linux/include/crypto/
H A Dalgapi.h71 unsigned int tfmsize; member