Lines Matching defs:tfm
47 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq);
48 struct rk_ahash_ctx *tfmctx = crypto_ahash_ctx(tfm);
49 struct ahash_alg *alg = crypto_ahash_alg(tfm);
67 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
68 int rk_digest_size = crypto_ahash_digestsize(tfm);
123 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
124 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
136 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
137 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
151 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
152 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
165 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
166 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
182 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
183 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
195 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
196 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
261 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq);
263 struct ahash_alg *alg = crypto_ahash_alg(tfm);
284 switch (crypto_ahash_digestsize(tfm)) {
327 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) {
344 static int rk_hash_init_tfm(struct crypto_ahash *tfm)
346 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm);
347 const char *alg_name = crypto_ahash_alg_name(tfm);
348 struct ahash_alg *alg = crypto_ahash_alg(tfm);
359 crypto_ahash_set_reqsize(tfm,
366 static void rk_hash_exit_tfm(struct crypto_ahash *tfm)
368 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm);