Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Drng.c107 .tfmsize = offsetof(struct crypto_rng, base),
H A Dacompress.c102 .tfmsize = offsetof(struct crypto_acomp, base),
H A Dscompress.c254 .tfmsize = offsetof(struct crypto_scomp, base),
H A Daead.c202 .tfmsize = offsetof(struct crypto_aead, base),
H A Dahash.c543 .tfmsize = offsetof(struct crypto_ahash, base),
H A Dshash.c505 .tfmsize = offsetof(struct crypto_shash, base),
H A Dskcipher.c747 .tfmsize = offsetof(struct crypto_skcipher, base),
/OK3568_Linux_fs/kernel/include/crypto/
H A Dalgapi.h43 unsigned int tfmsize; member