/external/libchrome/mojo/core/ports/ |
D | name_unittest.cc | 40 size_t hash_c = port_hash_fn(port_name_c); in TEST() local 43 EXPECT_NE(hash_a, hash_c); in TEST() 44 EXPECT_NE(hash_b, hash_c); in TEST() 65 size_t hash_c = node_hash_fn(node_name_c); in TEST() local 68 EXPECT_NE(hash_a, hash_c); in TEST() 69 EXPECT_NE(hash_b, hash_c); in TEST()
|
/external/rust/android-crates-io/crates/crc32fast/src/ |
D | lib.rs | 202 let mut hash_c = Hasher::new(); localVariable 203 hash_c.update(&bytes_1); 204 hash_c.combine(&hash_b); 206 hash_a.finalize() == hash_c.finalize()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/crc32fast-1.4.2/src/ |
D | lib.rs | 202 let mut hash_c = Hasher::new(); localVariable 203 hash_c.update(&bytes_1); 204 hash_c.combine(&hash_b); 206 hash_a.finalize() == hash_c.finalize()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/crc32fast-1.4.2/src/ |
D | lib.rs | 202 let mut hash_c = Hasher::new(); localVariable 203 hash_c.update(&bytes_1); 204 hash_c.combine(&hash_b); 206 hash_a.finalize() == hash_c.finalize()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | pmbtoken.c | 54 hash_c_func_t hash_c; member 63 hash_c_func_t hash_c, int prefix_point) { in pmbtoken_init_method() argument 71 method->hash_c = hash_c; in pmbtoken_init_method() 366 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleq() 404 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleqor() 436 !method->hash_c(method->group, out, buf, len)) { in hash_c_batch()
|
/external/cronet/tot/third_party/boringssl/src/crypto/trust_token/ |
D | pmbtoken.cc | 56 hash_c_func_t hash_c; member 68 hash_c_func_t hash_c, in pmbtoken_init_method() argument 74 method->hash_c = hash_c; in pmbtoken_init_method() 428 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleq() 465 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleqor() 495 !method->hash_c(method->group, out, buf, len)) { in hash_c_batch()
|
/external/boringssl/src/crypto/trust_token/ |
D | pmbtoken.cc | 56 hash_c_func_t hash_c; member 68 hash_c_func_t hash_c, in pmbtoken_init_method() argument 74 method->hash_c = hash_c; in pmbtoken_init_method() 428 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleq() 465 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleqor() 495 !method->hash_c(method->group, out, buf, len)) { in hash_c_batch()
|
/external/cronet/stable/third_party/boringssl/src/crypto/trust_token/ |
D | pmbtoken.cc | 56 hash_c_func_t hash_c; member 68 hash_c_func_t hash_c, in pmbtoken_init_method() argument 74 method->hash_c = hash_c; in pmbtoken_init_method() 428 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleq() 465 !method->hash_c(method->group, out, buf, len)) { in hash_c_dleqor() 495 !method->hash_c(method->group, out, buf, len)) { in hash_c_batch()
|