HomeSort by: relevance | last modified time | path
    Searched defs:state1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_hw17.c 369 uint8_t *state1, *state2; local in function:qat_hw17_crypto_setup_auth_desc
390 state1 = auth->max.state1;
391 state2 = auth->max.state1 + auth_cd_ctrl->inner_state1_sz;
392 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2);
qat_hw15.c 575 uint8_t *state1, *state2; local in function:qat_crypto_setup_auth_desc
617 state1 = (uint8_t *)(auth_setup + 1);
618 state2 = state1 + auth_hdr->inner_state1_sz;
627 memset(state1 + state_size, 0, state1_pad_len);
635 qat_crypto_hmac_precompute(desc, cria, hash_def, state1, state2);
qatreg.h 1420 uint8_t state1[HW_SHA512_STATE1_SZ]; member in struct:hw_auth_sha512
1421 /* Slice state1 variable */
  /src/games/atc/
input.c 141 state1[] = { { 't', 2, " turn", turn }, variable in typeref:typename:RULE[][]
205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rps.c 1149 unsigned long t, corr, state1, corr2, state2; local in function:__ips_gfx_val
1158 state1 = ext_v;
1171 corr = corr * 150142 * state1 / 10000 - 78642;
1175 state2 = corr2 * state1 / 10000;

Completed in 16 milliseconds