Searched refs:crypto_ctx (Results 1 – 11 of 11) sorted by relevance
25 if (!mrq->crypto_ctx) in cqhci_crypto_prep_task_desc()29 WARN_ON_ONCE(mrq->crypto_ctx->bc_dun[0] > U32_MAX); in cqhci_crypto_prep_task_desc()33 mrq->crypto_ctx->bc_dun[0]; in cqhci_crypto_prep_task_desc()
65 sha_context crypto_ctx; member78 sha_context crypto_ctx; member
138 ctx->crypto_ctx.algo = CRYPTO_SHA512; in avb_sha512_init()139 ctx->crypto_ctx.length = ctx->tot_len; in avb_sha512_init()142 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha512_init()145 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha512_init()380 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha512_final()
43 ctx->crypto_ctx.algo = CRYPTO_SHA256; in avb_sha256_init()44 ctx->crypto_ctx.length = ctx->tot_len; in avb_sha256_init()47 ctx->crypto_dev = crypto_get_device(ctx->crypto_ctx.algo); in avb_sha256_init()51 crypto_sha_init(ctx->crypto_dev, &ctx->crypto_ctx); in avb_sha256_init()61 crypto_sha_final(ctx->crypto_dev, &ctx->crypto_ctx, ctx->buf); in avb_sha256_final()
37 mrq->crypto_ctx = req->crypt_ctx; in mmc_crypto_prepare_req()
167 const struct bio_crypt_ctx *crypto_ctx; member
136 u32 crypto_ctx; /* NPE Crypto Param structure address */ member658 crypt->crypto_ctx = ctx_addr; in register_chain_var()739 crypt->crypto_ctx = dir->npe_ctx_phys; in gen_rev_aes_key()912 crypt->crypto_ctx = dir->npe_ctx_phys; in ablk_perform()1031 crypt->crypto_ctx = dir->npe_ctx_phys; in aead_perform()
260 struct __crypto_ctx crypto_ctx[]; member
100 return ctx->crypto_ctx->aeadctx; in AEAD_CTX()105 return ctx->crypto_ctx->ablkctx; in ABLK_CTX()110 return ctx->crypto_ctx->hmacctx; in HMAC_CTX()
780 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_encrypt()833 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_encrypt()840 struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_encrypt_done()909 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_decrypt()957 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_decrypt()964 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done()
142 void *crypto_ctx; member