Home
last modified time | relevance | path

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

/linux/crypto/
A Dapi.c506 unsigned int tfmsize; in crypto_alloc_tfmmem() local
510 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem()
511 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
517 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
537 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
577 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
A Dsig.c60 .tfmsize = offsetof(struct crypto_sig, base),
A Dkpp.c82 .tfmsize = offsetof(struct crypto_kpp, base),
A Drng.c100 .tfmsize = offsetof(struct crypto_rng, base),
A Dacompress.c108 .tfmsize = offsetof(struct crypto_acomp, base),
A Dakcipher.c86 .tfmsize = offsetof(struct crypto_akcipher, base),
A Daead.c187 .tfmsize = offsetof(struct crypto_aead, base),
A Dscompress.c277 .tfmsize = offsetof(struct crypto_scomp, base),
A Dshash.c229 .tfmsize = offsetof(struct crypto_shash, base),
A Dlskcipher.c296 .tfmsize = offsetof(struct crypto_lskcipher, base),
A Dahash.c543 .tfmsize = offsetof(struct crypto_ahash, base),
A Dskcipher.c821 .tfmsize = offsetof(struct crypto_skcipher, base),
/linux/include/crypto/
A Dalgapi.h68 unsigned int tfmsize; member

Completed in 24 milliseconds