Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.h110 #define TRANSHDR_SIZE(kctx_len)\ argument
112 kctx_len)
113 #define CIPHER_TRANSHDR_SIZE(kctx_len, sge_pairs) \ argument
114 (TRANSHDR_SIZE((kctx_len)) + (sge_pairs) +\
116 #define HASH_TRANSHDR_SIZE(kctx_len)\ argument
117 (TRANSHDR_SIZE(kctx_len) + DUMMY_BYTES)
H A Dt4_crypto.c430 struct chcr_wr *crwr, u_int kctx_len, u_int wr_len, u_int imm_len, in ccr_populate_wreq() argument
435 cctx_size = sizeof(struct _key_ctx) + kctx_len; in ccr_populate_wreq()
482 u_int hash_size_in_response, kctx_flits, kctx_len, transhdr_len, wr_len; in ccr_hash() local
507 kctx_len = iopad_size; in ccr_hash()
509 kctx_len += iopad_size; in ccr_hash()
511 transhdr_len = HASH_TRANSHDR_SIZE(kctx_len); in ccr_hash()
543 ccr_populate_wreq(sc, s, crwr, kctx_len, wr_len, imm_len, sgl_len, in ccr_hash()
571 memcpy(crwr->key_ctx.key, s->hmac.pads, kctx_len); in ccr_hash()
574 kctx_flits = (sizeof(struct _key_ctx) + kctx_len) / 16; in ccr_hash()
581 dst = (char *)(crwr + 1) + kctx_len in ccr_hash()
626 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; ccr_cipher() local
819 u_int kctx_len, key_half, op_type, transhdr_len, wr_len; ccr_eta() local
1123 u_int iv_len, kctx_len, op_type, transhdr_len, wr_len; ccr_gcm() local
1453 u_int iv_len, kctx_len, op_type, transhdr_len, wr_len; ccr_ccm() local
2082 unsigned int ck_size, iopad_size, kctx_flits, kctx_len, kbits, mk_size; ccr_aes_setkey() local
[all...]