Searched refs:user_password (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_security_handler.h | 36 const ByteString& user_password, 40 const ByteString& user_password); 70 bool CheckPassword(const ByteString& user_password, bool bOwner); 81 const ByteString& user_password,
|
D | cpdf_security_handler.cpp | 539 const ByteString& user_password, in OnCreateInternal() argument 551 owner_password_copy = user_password; in OnCreateInternal() 561 AES256_SetPassword(pEncryptDict, user_password, false); in OnCreateInternal() 578 GetPassCode(user_password, passcode); in OnCreateInternal() 595 CalcEncryptKey(m_pEncryptDict.Get(), user_password, m_EncryptKey, key_len, in OnCreateInternal() 625 const ByteString& user_password, in OnCreate() argument 627 OnCreateInternal(pEncryptDict, pIdArray, user_password, owner_password, true); in OnCreate() 633 const ByteString& user_password) { in OnCreate() argument 634 OnCreateInternal(pEncryptDict, pIdArray, user_password, ByteString(), false); in OnCreate()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_ttls.c | 163 u8 *user_password; member 269 parse->user_password = password; in eap_ttls_avp_parse() 530 const u8 *user_password, in eap_ttls_process_phase2_pap() argument 542 os_memcmp_const(sm->user->password, user_password, in eap_ttls_process_phase2_pap() 1091 } else if (parse.user_password) { in eap_ttls_process_phase2() 1092 eap_ttls_process_phase2_pap(sm, data, parse.user_password, in eap_ttls_process_phase2()
|
/external/libpcap/rpcapd/ |
D | daemon.c | 1490 char *user_password; in daemon_AuthUserPwd() 1510 user_password = usersp->sp_pwdp; in daemon_AuthUserPwd() 1522 user_password = user->pw_passwd; in daemon_AuthUserPwd() 1531 crypt_password = crypt(password, user_password); in daemon_AuthUserPwd() 1548 if (strcmp(user_password, crypt_password) != 0) in daemon_AuthUserPwd()
|