Home
last modified time | relevance | path

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

/crypto/
DKconfig468 with the plaintext blocks to get the ciphertext. Flipping a bit in the
469 ciphertext produces a flipped bit in the plaintext at the same
609 very high speed on 64-bit architectures.
700 optimized for 64bit platforms and can produce digests of any size
718 optimized for 8-32bit platforms and can produce digests of any size
862 RIPEMD-128 is a 128-bit cryptographic hash function. It should only
875 RIPEMD-160 is a 160-bit cryptographic hash function. It is intended
876 to be used as a secure replacement for the 128-bit hash functions
891 256 bit hash. It is intended for applications that require
903 320 bit hash. It is intended for applications that require
[all …]
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()
Decc.c132 static u64 vli_test_bit(const u64 *vli, unsigned int bit) in vli_test_bit() argument
134 return (vli[bit / 64] & ((u64)1 << (bit % 64))); in vli_test_bit()