Searched refs:ctr_low_bits (Results 1 – 2 of 2) sorted by relevance
9641 u32 ctr_low_bits; in check_one_cipher_ctr_reset() local9648 ctr_low_bits = (mode == GCRY_CIPHER_MODE_CTR) ? -32 : -8; in check_one_cipher_ctr_reset()9659 iv[i + 0] = (ctr_low_bits >> (i * 8)) & 0xff; in check_one_cipher_ctr_reset()
9585 u32 ctr_low_bits; in check_one_cipher_ctr_reset() local9592 ctr_low_bits = (mode == GCRY_CIPHER_MODE_CTR) ? -32 : -8; in check_one_cipher_ctr_reset()9603 iv[i + 0] = (ctr_low_bits >> (i * 8)) & 0xff; in check_one_cipher_ctr_reset()