HomeSort by relevance Sort by last modified time
    Searched full:securehash (Results 1 - 11 of 11) sorted by null

  /external/libchrome/crypto/
secure_hash.h 22 class CRYPTO_EXPORT SecureHash {
27 virtual ~SecureHash() {}
29 static SecureHash* Create(Algorithm type);
46 SecureHash() {}
49 DISALLOW_COPY_AND_ASSIGN(SecureHash);
sha2.cc 16 scoped_ptr<SecureHash> ctx(SecureHash::Create(SecureHash::SHA256));
secure_hash_unittest.cc 31 scoped_ptr<crypto::SecureHash> ctx(crypto::SecureHash::Create(
32 crypto::SecureHash::SHA256));
54 scoped_ptr<crypto::SecureHash> ctx1(crypto::SecureHash::Create(
55 crypto::SecureHash::SHA256));
56 scoped_ptr<crypto::SecureHash> ctx2(crypto::SecureHash::Create(
57 crypto::SecureHash::SHA256));
secure_hash_default.cc 20 class SecureHashSHA256NSS : public SecureHash {
30 // SecureHash implementation:
86 SecureHash* SecureHash::Create(Algorithm algorithm) {
secure_hash_openssl.cc 21 class SecureHashSHA256OpenSSL : public SecureHash {
92 SecureHash* SecureHash::Create(Algorithm algorithm) {
  /system/tpm/trunks/
tpm_generated.cc     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Log.java 140 return "[" + secureHash(String.valueOf(pii).getBytes()) + "]";
143 private static String secureHash(byte[] input) {
  /packages/services/Telephony/src/com/android/services/telephony/
Log.java 134 return "[" + secureHash(String.valueOf(pii).getBytes()) + "]";
137 private static String secureHash(byte[] input) {
  /frameworks/base/telecomm/java/android/telecom/
Log.java 164 return "[" + secureHash(String.valueOf(pii).getBytes()) + "]";
192 private static String secureHash(byte[] input) {
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java     [all...]
  /system/tpm/trunks/generator/
generator.py     [all...]

Completed in 211 milliseconds