Home
last modified time | relevance | path

Searched refs:_key_ctx (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_core.h67 struct _key_ctx { struct
93 struct _key_ctx key_ctx; argument
H A Dchcr_algo.c594 struct _key_ctx *key_ctx) in generate_copy_rrkey()
3429 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()
3524 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()
3655 key_ctx_len = sizeof(struct _key_ctx) + in chcr_authenc_setkey()
3722 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c238 static void chtls_rxkey_ivauth(struct _key_ctx *kctx) in chtls_rxkey_ivauth()
251 struct _key_ctx *kctx, in chtls_key_info()
262 key_ctx_size = sizeof(struct _key_ctx) + in chtls_key_info()
362 struct _key_ctx *kctx; in chtls_setkey()
422 kctx = (struct _key_ctx *)(kwr + 1); in chtls_setkey()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.h30 struct _key_ctx key_ctx;
H A Dchcr_ipsec.c196 key_ctx_size = sizeof(struct _key_ctx) + in ch_ipsec_setkey()
514 struct _key_ctx *key_ctx; in copy_key_cpltx_pktxt()
536 key_ctx = (struct _key_ctx *)pos; in copy_key_cpltx_pktxt()
539 pos += sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()
540 left -= sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()