tfmsize 102 crypto/acompress.c .tfmsize = offsetof(struct crypto_acomp, base), tfmsize 212 crypto/aead.c .tfmsize = offsetof(struct crypto_aead, base), tfmsize 555 crypto/ahash.c .tfmsize = offsetof(struct crypto_ahash, base), tfmsize 90 crypto/akcipher.c .tfmsize = offsetof(struct crypto_akcipher, base), tfmsize 453 crypto/api.c unsigned int tfmsize; tfmsize 457 crypto/api.c tfmsize = frontend->tfmsize; tfmsize 458 crypto/api.c total = tfmsize + sizeof(*tfm) + frontend->extsize(alg); tfmsize 464 crypto/api.c tfm = (struct crypto_tfm *)(mem + tfmsize); tfmsize 81 crypto/kpp.c .tfmsize = offsetof(struct crypto_kpp, base), tfmsize 111 crypto/rng.c .tfmsize = offsetof(struct crypto_rng, base), tfmsize 254 crypto/scompress.c .tfmsize = offsetof(struct crypto_scomp, base), tfmsize 444 crypto/shash.c .tfmsize = offsetof(struct crypto_shash, base), tfmsize 978 crypto/skcipher.c .tfmsize = offsetof(struct crypto_skcipher, base), tfmsize 43 include/crypto/algapi.h unsigned int tfmsize;