tfm_ctx 123 crypto/scompress.c void **tfm_ctx = acomp_tfm_ctx(tfm); tfm_ctx 124 crypto/scompress.c struct crypto_scomp *scomp = *tfm_ctx; tfm_ctx 217 crypto/scompress.c struct crypto_scomp **tfm_ctx = crypto_tfm_ctx(tfm); tfm_ctx 218 crypto/scompress.c struct crypto_scomp *scomp = *tfm_ctx; tfm_ctx 236 crypto/scompress.c struct crypto_scomp **tfm_ctx = crypto_tfm_ctx(tfm); tfm_ctx 237 crypto/scompress.c struct crypto_scomp *scomp = *tfm_ctx; tfm_ctx 1237 drivers/crypto/axis/artpec6_crypto.c struct artpec6_cryptotfm_context *tfm_ctx = crypto_aead_ctx(tfm); tfm_ctx 1239 drivers/crypto/axis/artpec6_crypto.c memset(tfm_ctx, 0, sizeof(*tfm_ctx)); tfm_ctx 2233 drivers/crypto/axis/artpec6_crypto.c struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(&tfm->base); tfm_ctx 2243 drivers/crypto/axis/artpec6_crypto.c memset(tfm_ctx->hmac_key, 0, sizeof(tfm_ctx->hmac_key)); tfm_ctx 2248 drivers/crypto/axis/artpec6_crypto.c SHASH_DESC_ON_STACK(hdesc, tfm_ctx->child_hash); tfm_ctx 2250 drivers/crypto/axis/artpec6_crypto.c hdesc->tfm = tfm_ctx->child_hash; tfm_ctx 2252 drivers/crypto/axis/artpec6_crypto.c tfm_ctx->hmac_key_length = blocksize; tfm_ctx 2254 drivers/crypto/axis/artpec6_crypto.c tfm_ctx->hmac_key); tfm_ctx 2259 drivers/crypto/axis/artpec6_crypto.c memcpy(tfm_ctx->hmac_key, key, keylen); tfm_ctx 2260 drivers/crypto/axis/artpec6_crypto.c tfm_ctx->hmac_key_length = keylen; tfm_ctx 2400 drivers/crypto/axis/artpec6_crypto.c struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm); tfm_ctx 2404 drivers/crypto/axis/artpec6_crypto.c memset(tfm_ctx, 0, sizeof(*tfm_ctx)); tfm_ctx 2415 drivers/crypto/axis/artpec6_crypto.c tfm_ctx->child_hash = child; tfm_ctx 2433 drivers/crypto/axis/artpec6_crypto.c struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm); tfm_ctx 2435 drivers/crypto/axis/artpec6_crypto.c if (tfm_ctx->child_hash) tfm_ctx 2436 drivers/crypto/axis/artpec6_crypto.c crypto_free_shash(tfm_ctx->child_hash); tfm_ctx 2438 drivers/crypto/axis/artpec6_crypto.c memset(tfm_ctx->hmac_key, 0, sizeof(tfm_ctx->hmac_key)); tfm_ctx 2439 drivers/crypto/axis/artpec6_crypto.c tfm_ctx->hmac_key_length = 0; tfm_ctx 429 drivers/crypto/hisilicon/sec/sec_algs.c struct sec_alg_tfm_ctx *ctx = sec_req->tfm_ctx; tfm_ctx 750 drivers/crypto/hisilicon/sec/sec_algs.c sec_req->tfm_ctx = ctx; tfm_ctx 278 drivers/crypto/hisilicon/sec/sec_drv.h struct sec_alg_tfm_ctx *tfm_ctx;