Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_core.h67 struct _key_ctx { struct
93 struct _key_ctx key_ctx; argument
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c195 key_ctx_size = sizeof(struct _key_ctx) + in ch_ipsec_setkey()
507 struct _key_ctx *key_ctx; in copy_key_cpltx_pktxt()
529 key_ctx = (struct _key_ctx *)pos; in copy_key_cpltx_pktxt()
532 pos += sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()
533 left -= sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()
H A Dchcr_ipsec.h29 struct _key_ctx key_ctx;