HomeSort by relevance Sort by last modified time
    Searched refs:SALT_LEN (Results 1 - 7 of 7) 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 32 #define SALT_LEN 16
cryptfs.c 207 if ( (cnt = write(fd, salt, SALT_LEN)) != SALT_LEN) {
331 if ( (cnt = read(fd, salt, SALT_LEN)) != SALT_LEN) {
554 PKCS5_PBKDF2_HMAC_SHA1(passwd, strlen(passwd), salt, SALT_LEN,
637 read(fd, salt, SALT_LEN);
795 unsigned char salt[SALT_LEN];
842 unsigned char salt[SALT_LEN];
995 unsigned char salt[SALT_LEN];
    [all...]
  /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 75 milliseconds