Home
last modified time | relevance | path

Searched defs:b (Results 1 – 4 of 4) sorted by relevance

/crypt/
A Dmd5-block.c5 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument
6 #define FG(b, c, d) FF (d, b, c) argument
7 #define FH(b, c, d) (b ^ c ^ d) argument
8 #define FI(b, c, d) (c ^ (b | ~d)) argument
49 #define OP(a, b, c, d, s, T) \ in __md5_process_block() argument
91 #define OP(f, a, b, c, d, k, s, T) \ in __md5_process_block() argument
A Dsha256-block.c11 uint32_t b = ctx->H[1]; in __sha256_process_block() local
A Dsha512-block.c11 uint64_t b = ctx->H[1]; in __sha512_process_block() local
A Dcrypt_util.c283 _ufc_set_bits (ufc_long v, ufc_long *b) in _ufc_set_bits()

Completed in 10 milliseconds