HomeSort by relevance Sort by last modified time
    Searched full:salt (Results 201 - 225 of 402) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des_old.h 376 char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret);
377 char *_ossl_old_des_crypt(const char *buf,const char *salt);
379 char *_ossl_old_crypt(const char *buf,const char *salt);
des.h 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
208 char *DES_crypt(const char *buf,const char *salt);
  /external/libppp/src/
chap_ms.c 401 static u_char salt[] = "KGS!@#$%"; /* RASAPI32.dll */ local
411 DesEncrypt(salt, SECRET, hash);
412 DesEncrypt(salt, SECRET + 7, hash + 8);
  /external/openssl/crypto/des/
des_old.h 376 char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret);
377 char *_ossl_old_des_crypt(const char *buf,const char *salt);
379 char *_ossl_old_crypt(const char *buf,const char *salt);
des.h 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
208 char *DES_crypt(const char *buf,const char *salt);
  /external/openssl/include/openssl/
des_old.h 376 char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret);
377 char *_ossl_old_des_crypt(const char *buf,const char *salt);
379 char *_ossl_old_crypt(const char *buf,const char *salt);
des.h 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
208 char *DES_crypt(const char *buf,const char *salt);
  /external/srtp/test/
rtpw.c 346 "error: too few digits in key/salt "
353 "error: too many digits in key/salt "
359 printf("set master key/salt to %s/", octet_string_hex_string(key, 16));
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 203 // If we don't have the system salt yet, loads it from the CryptohomeLibrary.
219 // Returns the ascii encoding of the system salt.
  /external/chromium_org/chromeos/dbus/
cryptohome_client_stub.cc 67 bool CryptohomeClientStubImpl::GetSystemSalt(std::vector<uint8>* salt) {
69 salt->assign(kStubSystemSalt,
cryptohome_client_stub.h 36 virtual bool GetSystemSalt(std::vector<uint8>* salt) OVERRIDE;
fake_cryptohome_client.h 37 virtual bool GetSystemSalt(std::vector<uint8>* salt) OVERRIDE;
mock_cryptohome_client.h 37 MOCK_METHOD1(GetSystemSalt, bool(std::vector<uint8>* salt));
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.h 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
208 char *DES_crypt(const char *buf,const char *salt);
  /libcore/luni/src/main/files/cacerts/
4fbd6bfa.0 33 Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN - DATACorp SGC
37 Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN - DATACorp SGC
d8274e24.0 33 Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Network Applications
37 Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Network Applications
ff783690.0 33 Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Hardware
37 Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Hardware
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 118 throw new InvalidKeySpecException("missing required salt");
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 104 // Asks cryptohomed for the system salt.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h 54 // Key is 128 bits and salt is 112 bits == 30 bytes. B64 bloat => 40 bytes.
  /external/chromium/webkit/glue/resources/
webkit_strings_ro.xtb 11 <translation id="4202807286478387388">Salt</translation>
webkit_strings_tr.xtb 47 <translation id="2226276347425096477">Lütfen bu metni <ph name="MAX_CHARACTERS"/> veya daha az karakter olacak ?ekilde k?salt?n (?u anda <ph name="CURRENT_LENGTH"/> karakter kullan?yorsunuz).</translation>
  /external/chromium_org/net/cert/
x509_cert_types_unittest.cc 83 EXPECT_EQ("Salt Lake City", usertrust.locality_name);
  /external/chromium_org/remoting/host/
token_validator_factory_impl.cc 28 // Length in bytes of the cryptographic nonce used to salt the token scope.
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 37 // Salt to separate otherwise identical string hashes so a class-selector like .article won't match <article> elements.

Completed in 777 milliseconds

1 2 3 4 5 6 7 891011>>