crypto_ctx
return &ctx->crypto_ctx->aeadctx;
return &ctx->crypto_ctx->ablkctx;
return &ctx->crypto_ctx->hmacctx;
struct __crypto_ctx crypto_ctx[];
struct crypto_ctx *ctx = __ctx;
crypt->crypto_ctx = dir->npe_ctx_phys;
crypt->crypto_ctx = dir->npe_ctx_phys;
u32 crypto_ctx; /* NPE Crypto Param structure address */
crypt->crypto_ctx = ctx_addr;
crypt->crypto_ctx = dir->npe_ctx_phys;
struct crypto_ctx crypto;
mrq->crypto_ctx = req->crypt_ctx;
if (!mrq->crypto_ctx)
WARN_ON_ONCE(mrq->crypto_ctx->bc_dun[0] > U32_MAX);
mrq->crypto_ctx->bc_dun[0];
const struct bio_crypt_ctx *crypto_ctx;
TIPC_SKB_CB(skb)->crypto_ctx = ctx;
TIPC_SKB_CB(skb)->crypto_ctx = NULL;
struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx;
TIPC_SKB_CB(skb)->crypto_ctx = ctx;
TIPC_SKB_CB(skb)->crypto_ctx = NULL;
struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx;
void *crypto_ctx;
union tls_crypto_context *crypto_ctx;
crypto_ctx = &ctx->crypto_send;
crypto_ctx = &ctx->crypto_recv;
crypto_info = &crypto_ctx->info;
crypto_ctx = &tmp;
memzero_explicit(crypto_ctx, sizeof(*crypto_ctx));