Home
last modified time | relevance | path

Searched refs:user_password (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h35 const ByteString& user_password,
39 const ByteString& user_password);
46 bool CheckPassword(const ByteString& user_password,
82 const ByteString& user_password,
Dcpdf_security_handler.cpp513 const ByteString& user_password, in OnCreateInternal() argument
525 owner_password_copy = user_password; in OnCreateInternal()
535 AES256_SetPassword(pEncryptDict, user_password, false, m_EncryptKey); in OnCreateInternal()
560 passcode[i] = i < user_password.GetLength() in OnCreateInternal()
561 ? user_password[i] in OnCreateInternal()
562 : defpasscode[i - user_password.GetLength()]; in OnCreateInternal()
581 CalcEncryptKey(m_pEncryptDict.Get(), user_password, m_EncryptKey, key_len, in OnCreateInternal()
612 const ByteString& user_password, in OnCreate() argument
614 OnCreateInternal(pEncryptDict, pIdArray, user_password, owner_password, true); in OnCreate()
620 const ByteString& user_password) { in OnCreate() argument
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_ttls.c163 u8 *user_password; member
269 parse->user_password = password; in eap_ttls_avp_parse()
529 const u8 *user_password, in eap_ttls_process_phase2_pap() argument
541 os_memcmp_const(sm->user->password, user_password, in eap_ttls_process_phase2_pap()
1083 } else if (parse.user_password) { in eap_ttls_process_phase2()
1084 eap_ttls_process_phase2_pap(sm, data, parse.user_password, in eap_ttls_process_phase2()
/external/libpcap/rpcapd/
Ddaemon.c1190 char *user_password; in daemon_AuthUserPwd()
1209 user_password = usersp->sp_pwdp; in daemon_AuthUserPwd()
1221 user_password = user->pw_passwd; in daemon_AuthUserPwd()
1224 if (strcmp(user_password, (char *) crypt(password, user_password)) != 0) in daemon_AuthUserPwd()