H A D | t4_crypto.c | 430 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...] |