Home
last modified time | relevance | path

Searched refs:tfmsize (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/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 Dacompress.c137 .tfmsize = offsetof(struct crypto_acomp, base),
H A Drng.c130 .tfmsize = offsetof(struct crypto_rng, base),
H A Dscompress.c258 .tfmsize = offsetof(struct crypto_scomp, base),
H A Daead.c254 .tfmsize = offsetof(struct crypto_aead, base),
H A Dakcipher.c113 .tfmsize = offsetof(struct crypto_akcipher, base),
H A Dshash.c560 .tfmsize = offsetof(struct crypto_shash, base),
H A Dahash.c517 .tfmsize = offsetof(struct crypto_ahash, base),
H A Dskcipher.c788 .tfmsize = offsetof(struct crypto_skcipher, base),
/kernel/linux/linux-5.10/crypto/
H A Dapi.c442 unsigned int tfmsize; in crypto_create_tfm_node() local
446 tfmsize = frontend->tfmsize; in crypto_create_tfm_node()
447 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
453 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm_node()
H A Dkpp.c81 .tfmsize = offsetof(struct crypto_kpp, base),
H A Dakcipher.c90 .tfmsize = offsetof(struct crypto_akcipher, base),
H A Dacompress.c102 .tfmsize = offsetof(struct crypto_acomp, base),
H A Drng.c107 .tfmsize = offsetof(struct crypto_rng, base),
H A Daead.c201 .tfmsize = offsetof(struct crypto_aead, base),
H A Dscompress.c260 .tfmsize = offsetof(struct crypto_scomp, base),
H A Dahash.c543 .tfmsize = offsetof(struct crypto_ahash, base),
H A Dshash.c505 .tfmsize = offsetof(struct crypto_shash, base),
H A Dskcipher.c746 .tfmsize = offsetof(struct crypto_skcipher, base),
/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h44 unsigned int tfmsize; member
/kernel/linux/linux-6.6/include/crypto/
H A Dalgapi.h71 unsigned int tfmsize; member

Completed in 17 milliseconds