HomeSort by relevance Sort by last modified time
    Searched refs:user_pass (Results 1 - 8 of 8) sorted by null

  /system/update_engine/
run_unittests 27 user_pass=0
28 ./update_engine_unittests --gtest_filter='-*.RunAsRoot*' && user_pass=1
32 echo -n "User tests: " && [ $user_pass == 1 ] && echo "PASSED" || echo "FAILED"
35 exit $((2 - user_pass - root_pass))
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 518 CFX_ByteString user_pass = GetUserPassword(password, pass_size, key_len); local
519 if (CheckUserPassword(user_pass, user_pass.GetLength(), FALSE, key,
523 return CheckUserPassword(user_pass, user_pass.GetLength(), TRUE, key,
534 const uint8_t* user_pass,
545 owner_pass = user_pass;
556 AES256_SetPassword(pEncryptDict, user_pass, user_size, FALSE, m_EncryptKey);
583 passcode[i] = i < user_size ? user_pass[i] : defpasscode[i - user_size];
597 CalcEncryptKey(m_pEncryptDict, (uint8_t*)user_pass, user_size, m_EncryptKey
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 593 const uint8_t* user_pass,
601 const uint8_t* user_pass,
662 const uint8_t* user_pass,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 735 user_pass = '%s:%s' % (unquote(user), unquote(password))
736 creds = base64.b64encode(user_pass).strip()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 735 user_pass = '%s:%s' % (unquote(user), unquote(password))
736 creds = base64.b64encode(user_pass).strip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 735 user_pass = '%s:%s' % (unquote(user), unquote(password))
736 creds = base64.b64encode(user_pass).strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 735 user_pass = '%s:%s' % (unquote(user), unquote(password))
736 creds = base64.b64encode(user_pass).strip()
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 2020 CFX_ByteString user_pass = m_pParser->GetPassword(); local
    [all...]

Completed in 1386 milliseconds