Searched refs:crypto_ctx (Results 1 – 5 of 5) sorted by relevance
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