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
1008
crypt->crypto_ctx = dir->npe_ctx_phys;
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
1128
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];
include/linux/mmc/core.h
172
const struct bio_crypt_ctx *crypto_ctx;
net/tipc/crypto.c
776
TIPC_SKB_CB(skb)->crypto_ctx = ctx;
net/tipc/crypto.c
837
TIPC_SKB_CB(skb)->crypto_ctx = NULL;
net/tipc/crypto.c
844
struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx;
net/tipc/crypto.c
914
TIPC_SKB_CB(skb)->crypto_ctx = ctx;
net/tipc/crypto.c
962
TIPC_SKB_CB(skb)->crypto_ctx = NULL;
net/tipc/crypto.c
969
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
642
union tls_crypto_context *crypto_ctx;
net/tls/tls_main.c
652
crypto_ctx = &ctx->crypto_send;
net/tls/tls_main.c
655
crypto_ctx = &ctx->crypto_recv;
net/tls/tls_main.c
659
crypto_info = &crypto_ctx->info;
net/tls/tls_main.c
674
crypto_ctx = &tmp;
net/tls/tls_main.c
781
memzero_explicit(crypto_ctx, sizeof(*crypto_ctx));