Home
last modified time | relevance | path

Searched refs:tfmsize (Results 1 – 1 of 1) 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()