Home
last modified time | relevance | path

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

/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dbasic.c9641 u32 ctr_low_bits; in check_one_cipher_ctr_reset() local
9648 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()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dbasic.c9585 u32 ctr_low_bits; in check_one_cipher_ctr_reset() local
9592 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()