/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | aws_request_signer.cc | 49 std::string hash_str(reinterpret_cast<char const*>(hash), in SHA256Hex() 51 return absl::BytesToHexString(hash_str); in SHA256Hex()
|
/external/selinux/policycoreutils/semodule/ |
D | semodule.c | 373 char *hash_str = NULL; in hash_module_data() local 393 result = semanage_module_compute_checksum(sh, modkey, 1, &hash_str, in hash_module_data() 403 return hash_str; in hash_module_data()
|
/external/libabigail/src/ |
D | abg-hash.cc | 248 std::hash<string> hash_str; in operator ()() local 253 size_t v = hash_str(typeid(t).name()); in operator ()() 254 v = hashing::combine_hashes(v, hash_str(t.is_lvalue() in operator ()() 281 std::hash<string> hash_str; in operator ()() local 287 size_t v = hash_str(typeid(t).name()); in operator ()()
|
/external/strace/tests/ |
D | keyctl.c | 232 bool print_spare, const char *hash_str, const char *oi_str) in kckdfp_to_str() argument 241 if (deref_hash && hash_str) { in kckdfp_to_str() 242 append_str(&pos, &left, "%s", hash_str); in kckdfp_to_str() 1064 const char *hash_str = NULL; in main() local 1109 print_spare, hash_str, oi_str), in main()
|
/external/strace/tests-m32/ |
D | keyctl.c | 232 bool print_spare, const char *hash_str, const char *oi_str) in kckdfp_to_str() argument 241 if (deref_hash && hash_str) { in kckdfp_to_str() 242 append_str(&pos, &left, "%s", hash_str); in kckdfp_to_str() 1064 const char *hash_str = NULL; in main() local 1109 print_spare, hash_str, oi_str), in main()
|
/external/strace/tests-mx32/ |
D | keyctl.c | 232 bool print_spare, const char *hash_str, const char *oi_str) in kckdfp_to_str() argument 241 if (deref_hash && hash_str) { in kckdfp_to_str() 242 append_str(&pos, &left, "%s", hash_str); in kckdfp_to_str() 1064 const char *hash_str = NULL; in main() local 1109 print_spare, hash_str, oi_str), in main()
|
/external/ltp/testcases/kernel/device-drivers/include/ |
D | includeTest.c | 297 hash_str(name, bits); in test_sunrpc_svc()
|
/external/toolchain-utils/llvm_tools/patch_sync/src/ |
D | patch_parsing.rs | 380 if let (Some("commit" | "From"), Some(hash_str)) = (fst_word, snd_word) { in hash_from_patch() 383 Ok(hash_str.to_string()) in hash_from_patch()
|
/external/rust/crates/openssl/src/x509/ |
D | tests.rs | 39 let hash_str = "59172d9313e84459bcff27f967e79e6e9217e584"; in test_cert_loading() localVariable 40 let hash_vec = Vec::from_hex(hash_str).unwrap(); in test_cert_loading()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 5563 static PyObject *hash_str, *eq_str, *cmp_str; local 5566 func = lookup_method(self, "__hash__", &hash_str);
|