Home
last modified time | relevance | path

Searched refs:hash_str (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc49 std::string hash_str(reinterpret_cast<char const*>(hash), in SHA256Hex()
51 return absl::BytesToHexString(hash_str); in SHA256Hex()
/external/selinux/policycoreutils/semodule/
Dsemodule.c373 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/
Dabg-hash.cc248 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/
Dkeyctl.c232 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/
Dkeyctl.c232 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/
Dkeyctl.c232 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/
DincludeTest.c297 hash_str(name, bits); in test_sunrpc_svc()
/external/toolchain-utils/llvm_tools/patch_sync/src/
Dpatch_parsing.rs380 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/
Dtests.rs39 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/
Dtypeobject.c5563 static PyObject *hash_str, *eq_str, *cmp_str; local
5566 func = lookup_method(self, "__hash__", &hash_str);