Searched refs:bit (Results 1 – 3 of 3) sorted by relevance
57 static inline void lrw_setbit128_bbe(void *b, int bit) in lrw_setbit128_bbe() argument59 __set_bit(bit ^ (0x80 - in lrw_setbit128_bbe()
495 with the plaintext blocks to get the ciphertext. Flipping a bit in the496 ciphertext produces a flipped bit in the plaintext at the same656 very high speed on 64-bit architectures.747 optimized for 64bit platforms and can produce digests of any size908 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended909 to be used as a secure replacement for the 128-bit hash functions998 This version of SHA implements a 256 bit hash with 128 bits of1001 This code also includes SHA-224, a 224 bit hash with 112 bits1037 This version of SHA implements a 512 bit hash with 256 bits of1040 This code also includes SHA-384, a 384 bit hash with 192 bits[all …]
143 static u64 vli_test_bit(const u64 *vli, unsigned int bit) in vli_test_bit() argument145 return (vli[bit / 64] & ((u64)1 << (bit % 64))); in vli_test_bit()