Home
last modified time | relevance | path

Searched refs:bit (Results 1 – 3 of 3) sorted by relevance

/crypto/
Dlrw.c57 static inline void lrw_setbit128_bbe(void *b, int bit) in lrw_setbit128_bbe() argument
59 __set_bit(bit ^ (0x80 - in lrw_setbit128_bbe()
DKconfig495 with the plaintext blocks to get the ciphertext. Flipping a bit in the
496 ciphertext produces a flipped bit in the plaintext at the same
656 very high speed on 64-bit architectures.
747 optimized for 64bit platforms and can produce digests of any size
908 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended
909 to be used as a secure replacement for the 128-bit hash functions
998 This version of SHA implements a 256 bit hash with 128 bits of
1001 This code also includes SHA-224, a 224 bit hash with 112 bits
1037 This version of SHA implements a 512 bit hash with 256 bits of
1040 This code also includes SHA-384, a 384 bit hash with 192 bits
[all …]
Decc.c143 static u64 vli_test_bit(const u64 *vli, unsigned int bit) in vli_test_bit() argument
145 return (vli[bit / 64] & ((u64)1 << (bit % 64))); in vli_test_bit()