HomeSort by relevance Sort by last modified time
    Searched defs:SALT_LEN (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 32 #define SALT_LEN 8
50 unsigned char salt[SALT_LEN];
52 if (read(fd, &salt, SALT_LEN) != SALT_LEN) {
61 if (PKCS5_PBKDF2_HMAC_SHA1(argv[1], strlen(argv[1]), salt, SALT_LEN,
68 for (int i = 0; i < SALT_LEN; i++) {
Main.cpp 33 #define SALT_LEN 8
64 unsigned char salt[SALT_LEN];
103 obb->setSalt(info->salt, SALT_LEN);
147 for (int i = 0; i < SALT_LEN; i++) {
219 if (strlen(optarg) != SALT_LEN * 2) {
228 for (int i = 0, j = 0; i < SALT_LEN; i++, j+=2) {
  /system/vold/
cryptfs.h 43 #define SALT_LEN 16
104 unsigned char salt[SALT_LEN]; /* The salt used for this encryption */
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 61 milliseconds