Searched refs:bit (Results 1 – 3 of 3) sorted by relevance
468 with the plaintext blocks to get the ciphertext. Flipping a bit in the469 ciphertext produces a flipped bit in the plaintext at the same609 very high speed on 64-bit architectures.700 optimized for 64bit platforms and can produce digests of any size718 optimized for 8-32bit platforms and can produce digests of any size862 RIPEMD-128 is a 128-bit cryptographic hash function. It should only875 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended876 to be used as a secure replacement for the 128-bit hash functions891 256 bit hash. It is intended for applications that require903 320 bit hash. It is intended for applications that require[all …]
57 static inline void lrw_setbit128_bbe(void *b, int bit) in lrw_setbit128_bbe() argument59 __set_bit(bit ^ (0x80 - in lrw_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()