/external/scrypt/lib/crypto/ |
crypto_scrypt.h | 35 * crypto_scrypt(passwd, passwdlen, salt, saltlen, N, r, p, buf, buflen): 43 int crypto_scrypt(const uint8_t *, size_t, const uint8_t *, size_t, uint64_t,
|
crypto_scrypt-neon.c | 46 #include "crypto_scrypt.h" 48 #include "crypto_scrypt-neon-salsa208.h" 183 * crypto_scrypt(passwd, passwdlen, salt, saltlen, N, r, p, buf, buflen): 192 crypto_scrypt(const uint8_t * passwd, size_t passwdlen, function
|
crypto_scrypt-ref.c | 43 #include "crypto_scrypt.h" 211 * crypto_scrypt(passwd, passwdlen, salt, saltlen, N, r, p, buf, buflen): 220 crypto_scrypt(const uint8_t * passwd, size_t passwdlen, function
|
crypto_scrypt-sse.c | 47 #include "crypto_scrypt.h" 257 * crypto_scrypt(passwd, passwdlen, salt, saltlen, N, r, p, buf, buflen): 266 crypto_scrypt(const uint8_t * passwd, size_t passwdlen, function
|
/device/generic/goldfish/gatekeeper/ |
SoftGateKeeper.h | 25 #include <crypto_scrypt.h> 85 crypto_scrypt(password, password_length, reinterpret_cast<uint8_t *>(&salt),
|
/device/google/cuttlefish_common/guest/hals/gatekeeper/ |
SoftGateKeeper.h | 25 #include <crypto_scrypt.h> 85 crypto_scrypt(password, password_length, reinterpret_cast<uint8_t *>(&salt),
|
/external/scrypt/tests/ |
scrypt_test.cpp | 26 #include <crypto_scrypt.h> 69 crypto_scrypt((const uint8_t*) s.pw, strlen(s.pw), (const uint8_t*) s.salt,
|