Searched refs:bit (Results 1 – 3 of 3) sorted by relevance
415 with the plaintext blocks to get the ciphertext. Flipping a bit in the416 ciphertext produces a flipped bit in the plaintext at the same556 very high speed on 64-bit architectures.648 optimized for 8-32bit platforms and can produce digests of any size671 optimized for 64bit platforms and can produce digests of any size802 RIPEMD-128 is a 128-bit cryptographic hash function. It should only815 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended816 to be used as a secure replacement for the 128-bit hash functions831 256 bit hash. It is intended for applications that require843 320 bit hash. It is intended for applications that require[all …]
57 static inline void setbit128_bbe(void *b, int bit) in setbit128_bbe() argument59 __set_bit(bit ^ (0x80 - in setbit128_bbe()
132 static u64 vli_test_bit(const u64 *vli, unsigned int bit) in vli_test_bit() argument134 return (vli[bit / 64] & ((u64)1 << (bit % 64))); in vli_test_bit()