Searched refs:nativeScrypt (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/security/ |
D | Scrypt.java | 26 native byte[] nativeScrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen); in nativeScrypt() method in Scrypt 30 return nativeScrypt(password, salt, n, r, p, outLen); in scrypt()
|