HomeSort by relevance Sort by last modified time
    Searched refs:user_pass (Results 1 - 9 of 9) 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/fpdfapi/parser/
cpdf_security_handler.h 38 const uint8_t* user_pass,
46 const uint8_t* user_pass,
91 const uint8_t* user_pass,
cpdf_security_handler.cpp 510 CFX_ByteString user_pass = GetUserPassword(password, pass_size, key_len); local
511 if (CheckUserPassword(user_pass.raw_str(), user_pass.GetLength(), false, key,
515 return CheckUserPassword(user_pass.raw_str(), user_pass.GetLength(), true,
525 const uint8_t* user_pass,
536 owner_pass = user_pass;
547 AES256_SetPassword(pEncryptDict, user_pass, user_size, false, m_EncryptKey);
572 passcode[i] = i < user_size ? user_pass[i] : defpasscode[i - user_size];
586 CalcEncryptKey(m_pEncryptDict, (uint8_t*)user_pass, user_size, m_EncryptKey
    [all...]
  /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/fpdfapi/edit/
fpdf_edit_create.cpp 1935 CFX_ByteString user_pass = m_pParser->GetPassword(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 725 user_pass = '%s:%s' % (unquote(user), unquote(password))
726 creds = base64.b64encode(user_pass).strip()
    [all...]

Completed in 797 milliseconds