HomeSort by relevance Sort by last modified time
    Searched full:saltlen (Results 26 - 35 of 35) sorted by null

12

  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 51 * if <code>saltLen</code> less than 0
116 * if <code>saltLen<code> less than 0
  /frameworks/base/tools/obbtool/
Main.cpp 144 size_t saltLen;
145 const unsigned char* salt = obb->getSalt(&saltLen);
  /external/openssl/crypto/x509/
x509.h     [all...]
  /external/openssl/include/openssl/
x509.h     [all...]
evp.h     [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 76 int hash_idx, unsigned long saltlen,
82 int hash_idx, unsigned long saltlen,
  /external/openssl/crypto/rsa/
rsa_err.c 162 {ERR_REASON(RSA_R_INVALID_PSS_SALTLEN) ,"invalid pss saltlen"},
  /external/openssl/crypto/evp/
evp.h     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 764 int saltLen = in.readInt();
765 byte[] salt = new byte[saltLen];
    [all...]

Completed in 1315 milliseconds

12