Searched refs:civ (Results 1 – 3 of 3) sorted by relevance
473 u_char *civ = NULL; in cipher_get_keyiv() local491 civ = cc->evp.iv; in cipher_get_keyiv()510 memcpy(iv, civ, len); in cipher_get_keyiv()
601 uint8_t civ; in audio1575_count() local625 civ = GET8(civoff); in audio1575_count()626 PUT8(lvioff, (civ - 1) % M1575_BD_NUMS); in audio1575_count()
596 uint8_t civ; in audio810_count() local604 civ = I810_BM_GET8(regoff + I810_OFFSET_CIV); in audio810_count()605 I810_BM_PUT8(port->regoff + I810_OFFSET_LVI, (civ - 1) % I810_BD_NUMS); in audio810_count()