Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dapi.c496 unsigned int tfmsize; in crypto_create_tfm_node() local
500 tfmsize = frontend->tfmsize; in crypto_create_tfm_node()
501 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); in crypto_create_tfm_node()
507 tfm = (struct crypto_tfm *)(mem + tfmsize); in crypto_create_tfm_node()
A Dkpp.c89 .tfmsize = offsetof(struct crypto_kpp, base),
A Dakcipher.c90 .tfmsize = offsetof(struct crypto_akcipher, base),
A Dacompress.c102 .tfmsize = offsetof(struct crypto_acomp, base),
A Drng.c107 .tfmsize = offsetof(struct crypto_rng, base),
A Dscompress.c254 .tfmsize = offsetof(struct crypto_scomp, base),
A Daead.c202 .tfmsize = offsetof(struct crypto_aead, base),
A Dahash.c512 .tfmsize = offsetof(struct crypto_ahash, base),
A Dshash.c495 .tfmsize = offsetof(struct crypto_shash, base),
A Dskcipher.c727 .tfmsize = offsetof(struct crypto_skcipher, base),
/linux-6.3-rc2/include/crypto/
A Dalgapi.h57 unsigned int tfmsize; member

Completed in 17 milliseconds