Symbol: crypto_ctx
drivers/crypto/chelsio/chcr_algo.c
100
return &ctx->crypto_ctx->aeadctx;
drivers/crypto/chelsio/chcr_algo.c
105
return &ctx->crypto_ctx->ablkctx;
drivers/crypto/chelsio/chcr_algo.c
110
return &ctx->crypto_ctx->hmacctx;
drivers/crypto/chelsio/chcr_crypto.h
263
struct __crypto_ctx crypto_ctx[];
drivers/crypto/intel/iaa/iaa_crypto_main.c
1015
struct crypto_ctx *ctx = __ctx;
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
1009
crypt->crypto_ctx = dir->npe_ctx_phys;
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
1131
crypt->crypto_ctx = dir->npe_ctx_phys;
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
136
u32 crypto_ctx; /* NPE Crypto Param structure address */
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
721
crypt->crypto_ctx = ctx_addr;
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
802
crypt->crypto_ctx = dir->npe_ctx_phys;
drivers/dma/idxd/idxd.h
426
struct crypto_ctx crypto;
drivers/mmc/core/crypto.c
38
mrq->crypto_ctx = req->crypt_ctx;
drivers/mmc/host/cqhci-crypto.h
25
if (!mrq->crypto_ctx)
drivers/mmc/host/cqhci-crypto.h
29
WARN_ON_ONCE(mrq->crypto_ctx->bc_dun[0] > U32_MAX);
drivers/mmc/host/cqhci-crypto.h
33
mrq->crypto_ctx->bc_dun[0];
drivers/mmc/host/sdhci-msm.c
2083
if (mrq->crypto_ctx) {
drivers/mmc/host/sdhci-msm.c
2094
cqhci_writel(cq_host, lower_32_bits(mrq->crypto_ctx->bc_dun[0]),
include/linux/mmc/core.h
172
const struct bio_crypt_ctx *crypto_ctx;
net/tipc/crypto.c
767
TIPC_SKB_CB(skb)->crypto_ctx = ctx;
net/tipc/crypto.c
828
TIPC_SKB_CB(skb)->crypto_ctx = NULL;
net/tipc/crypto.c
835
struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx;
net/tipc/crypto.c
905
TIPC_SKB_CB(skb)->crypto_ctx = ctx;
net/tipc/crypto.c
961
TIPC_SKB_CB(skb)->crypto_ctx = NULL;
net/tipc/crypto.c
968
struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx;
net/tipc/msg.h
142
void *crypto_ctx;
net/tls/tls_main.c
634
union tls_crypto_context *crypto_ctx;
net/tls/tls_main.c
655
crypto_ctx = &ctx->crypto_send;
net/tls/tls_main.c
658
crypto_ctx = &ctx->crypto_recv;
net/tls/tls_main.c
662
crypto_info = &crypto_ctx->info;
net/tls/tls_main.c
677
crypto_ctx = &tmp;
net/tls/tls_main.c
784
memzero_explicit(crypto_ctx, sizeof(*crypto_ctx));