Home
last modified time | relevance | path

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

/linux/crypto/
H A Dapi.c508 unsigned int tfmsize; in crypto_alloc_tfmmem() local
512 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem()
513 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
519 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
539 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
580 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
H A Dkpp.c80 .tfmsize = offsetof(struct crypto_kpp, base),
H A Dsig.c76 .tfmsize = offsetof(struct crypto_sig, base),
H A Drng.c99 .tfmsize = offsetof(struct crypto_rng, base),
H A Dakcipher.c97 .tfmsize = offsetof(struct crypto_akcipher, base),
H A Daead.c188 .tfmsize = offsetof(struct crypto_aead, base),
H A Dshash.c372 .tfmsize = offsetof(struct crypto_shash, base),
H A Dlskcipher.c296 .tfmsize = offsetof(struct crypto_lskcipher, base),
H A Dskcipher.c623 .tfmsize = offsetof(struct crypto_skcipher, base),
H A Dahash.c828 .tfmsize = offsetof(struct crypto_ahash, base),