Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c628 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_cipher() local
753 key_half = s->cipher.key_len / 2; in ccr_cipher()
754 memcpy(crwr->key_ctx.key, s->cipher.enckey + key_half, in ccr_cipher()
755 key_half); in ccr_cipher()
757 memcpy(crwr->key_ctx.key + key_half, in ccr_cipher()
758 s->cipher.enckey, key_half); in ccr_cipher()
760 memcpy(crwr->key_ctx.key + key_half, in ccr_cipher()
761 s->cipher.deckey, key_half); in ccr_cipher()
821 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; in ccr_eta() local
1061 key_half = s->cipher.key_len / 2; in ccr_eta()
[all …]