Lines Matching refs:ctx
284 struct crypto_shash **ctx = crypto_ahash_ctx(tfm);
286 return crypto_shash_setkey(*ctx, key, keylen);
291 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
294 desc->tfm = *ctx;
345 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
348 desc->tfm = *ctx;
379 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
382 desc->tfm = *ctx;
394 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
397 desc->tfm = *ctx;
404 struct crypto_shash **ctx = crypto_tfm_ctx(tfm);
406 crypto_free_shash(*ctx);
414 struct crypto_shash **ctx = crypto_tfm_ctx(tfm);
426 *ctx = shash;
452 struct crypto_shash **ctx = crypto_ahash_ctx(hash);
455 shash = crypto_clone_shash(*ctx);