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);
66 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
67 int rk_digest_size = crypto_ahash_digestsize(tfm);
122 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
123 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);
166 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
167 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);
196 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
197 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
263 struct crypto_ahash *tfm = crypto_ahash_reqtfm(areq);
265 struct ahash_alg *alg = crypto_ahash_alg(tfm);
286 switch (crypto_ahash_digestsize(tfm)) {
329 for (i = 0; i < crypto_ahash_digestsize(tfm) / 4; i++) {
346 static int rk_hash_init_tfm(struct crypto_ahash *tfm)
348 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm);
349 const char *alg_name = crypto_ahash_alg_name(tfm);
350 struct ahash_alg *alg = crypto_ahash_alg(tfm);
361 crypto_ahash_set_reqsize(tfm,
368 static void rk_hash_exit_tfm(struct crypto_ahash *tfm)
370 struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm);