HomeSort by relevance Sort by last modified time
    Searched defs:SALT_LEN (Results 1 - 6 of 6) 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 42 #define SALT_LEN 16
79 unsigned char salt[SALT_LEN]; /* The salt used for this encryption */
  /external/libppp/src/
radius.c 117 #define SALT_LEN 2
159 if (mlen % 16 != SALT_LEN) {
176 C = (const u_char *)mangled + SALT_LEN; /* Then the ciphertext */
177 Clen = mlen - SALT_LEN;
185 MD5Update(&Context, A, SALT_LEN);
    [all...]
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 4992 milliseconds