Home
last modified time | relevance | path

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

/drivers/crypto/chelsio/
A Dchcr_core.h67 struct _key_ctx { struct
93 struct _key_ctx key_ctx; argument
A Dchcr_algo.c594 struct _key_ctx *key_ctx) in generate_copy_rrkey()
3436 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) * 2; in chcr_ccm_common_setkey()
3531 key_ctx_size = sizeof(struct _key_ctx) + roundup(keylen, 16) + in chcr_gcm_setkey()
3662 key_ctx_len = sizeof(struct _key_ctx) + in chcr_authenc_setkey()
3729 key_ctx_len = sizeof(struct _key_ctx) + roundup(keys.enckeylen, 16); in chcr_aead_digest_null_setkey()
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_hw.c229 static void chtls_rxkey_ivauth(struct _key_ctx *kctx) in chtls_rxkey_ivauth()
242 struct _key_ctx *kctx, in chtls_key_info()
253 key_ctx_size = sizeof(struct _key_ctx) + in chtls_key_info()
353 struct _key_ctx *kctx; in chtls_setkey()
413 kctx = (struct _key_ctx *)(kwr + 1); in chtls_setkey()
/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
A Dchcr_ipsec.c195 key_ctx_size = sizeof(struct _key_ctx) + in ch_ipsec_setkey()
502 struct _key_ctx *key_ctx; in copy_key_cpltx_pktxt()
524 key_ctx = (struct _key_ctx *)pos; in copy_key_cpltx_pktxt()
527 pos += sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()
528 left -= sizeof(struct _key_ctx); in copy_key_cpltx_pktxt()
A Dchcr_ipsec.h29 struct _key_ctx key_ctx;

Completed in 21 milliseconds