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

/linux-master/crypto/
H A Dapi.c489 unsigned int tfmsize; local
493 tfmsize = frontend->tfmsize;
494 total = tfmsize + sizeof(*tfm) + frontend->extsize(alg);
500 tfm = (struct crypto_tfm *)(mem + tfmsize);
520 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize);
560 tfm = (struct crypto_tfm *)(mem + frontend->tfmsize);
H A Dkpp.c108 .tfmsize = offsetof(struct crypto_kpp, base),
H A Dsig.c73 .tfmsize = offsetof(struct crypto_sig, base),
H A Drng.c130 .tfmsize = offsetof(struct crypto_rng, base),
H A Dacompress.c137 .tfmsize = offsetof(struct crypto_acomp, base),
H A Dakcipher.c113 .tfmsize = offsetof(struct crypto_akcipher, base),
H A Daead.c254 .tfmsize = offsetof(struct crypto_aead, base),
H A Dscompress.c280 .tfmsize = offsetof(struct crypto_scomp, base),
H A Dshash.c290 .tfmsize = offsetof(struct crypto_shash, base),
H A Dlskcipher.c361 .tfmsize = offsetof(struct crypto_lskcipher, base),
H A Dahash.c596 .tfmsize = offsetof(struct crypto_ahash, base),
H A Dskcipher.c887 .tfmsize = offsetof(struct crypto_skcipher, base),
/linux-master/include/crypto/
H A Dalgapi.h71 unsigned int tfmsize; member in struct:crypto_type

Completed in 211 milliseconds