Home
last modified time | relevance | path

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

/crypto/
A Dapi.c507 unsigned int tfmsize; in crypto_alloc_tfmmem() local
511 tfmsize = frontend->tfmsize; in crypto_alloc_tfmmem()
512 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_alloc_tfmmem()
518 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_alloc_tfmmem()
538 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_create_tfm_node()
579 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize); in crypto_clone_tfm()
A Dkpp.c82 .tfmsize = offsetof(struct crypto_kpp, base),
A Dsig.c76 .tfmsize = offsetof(struct crypto_sig, base),
A Dinternal.h48 unsigned int tfmsize; member
A Drng.c100 .tfmsize = offsetof(struct crypto_rng, base),
A Dakcipher.c99 .tfmsize = offsetof(struct crypto_akcipher, base),
A Daead.c188 .tfmsize = offsetof(struct crypto_aead, base),
A Dscompress.c348 .tfmsize = offsetof(struct crypto_scomp, base),
A Dshash.c373 .tfmsize = offsetof(struct crypto_shash, base),
A Dacompress.c148 .tfmsize = offsetof(struct crypto_acomp, base),
A Dlskcipher.c296 .tfmsize = offsetof(struct crypto_lskcipher, base),
A Dskcipher.c373 .tfmsize = offsetof(struct crypto_skcipher, base),
A Dahash.c815 .tfmsize = offsetof(struct crypto_ahash, base),

Completed in 22 milliseconds