HomeSort by relevance Sort by last modified time
    Searched full:passwordlength (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/
keychain_mac.cc 52 UInt32 passwordLength, const void *passwordData,
60 passwordLength, passwordData,
69 UInt32 *passwordLength,
77 passwordLength,
92 UInt32 passwordLength,
100 passwordLength,
keychain_mac.h 58 UInt32 passwordLength,
67 UInt32 *passwordLength,
79 UInt32 passwordLength,
keychain_mock_mac.cc 283 UInt32 passwordLength, const void *passwordData,
308 passwordLength);
344 UInt32 *passwordLength,
354 DCHECK(passwordLength);
355 *passwordLength = strlen(password);
374 UInt32 passwordLength,
379 DCHECK(passwordLength > 0);
383 passwordLength);
keychain_mock_mac.h 58 UInt32 passwordLength,
66 UInt32 *passwordLength,
76 UInt32 passwordLength,
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
Policy.java 67 * @param passwordLength Password minimum length.
70 public void saveToLocal(int passwordQuality, int passwordLength, int passwordMinUppercase) {
77 if (mPasswordLength != passwordLength) {
78 editor.putInt(KEY_PASSWORD_LENGTH, passwordLength);
79 mPasswordLength = passwordLength;
PolicySetupActivity.java 261 int passwordLength = 0;
263 passwordLength = Integer.valueOf(mPasswordLengthInputField.getText().toString());
272 mPolicy.saveToLocal(passwordQuality, passwordLength, passwordMinUppercase);
  /external/clang/test/Analysis/
keychainAPI.m 33 UInt32 *passwordLength,
50 UInt32 *passwordLength,
137 OSStatus getPasswordAndItem(void** password, UInt32* passwordLength) {
141 passwordLength, password, &item);
147 OSStatus testSecKeychainFindGenericPassword(UInt32* passwordLength,
154 passwordLength, &password, &item);
159 passwordLength, &(password), 0);
355 OSStatus my_Allocate_Param(void** password, UInt32* passwordLength) {
359 passwordLength, password, &item);
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 182 password:(char**)password passwordLength:(uint32_t*)passwordLength;
npapi.mm 212 password:password passwordLength:plen];
WebNetscapePluginView.mm     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 971 auth_id.PasswordLength = static_cast<unsigned long>(
973 memcpy(passbuf, sensitive, auth_id.PasswordLength);
974 passbuf[auth_id.PasswordLength] = 0;
984 auth_id.PasswordLength = static_cast<unsigned long>(
986 memcpy(passbuf, sensitive, auth_id.PasswordLength);
987 passbuf[auth_id.PasswordLength] = 0;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm     [all...]
NetscapePluginInstanceProxy.h 137 data_t& usernameData, mach_msg_type_number_t& usernameLength, data_t& passwordData, mach_msg_type_number_t& passwordLength);
NetscapePluginInstanceProxy.mm     [all...]
  /external/chromium/net/http/
http_auth_sspi_win.cc 65 identity.PasswordLength = password.size();
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
ms_funcs.c 377 * PasswordLength is 4 octets, but since the maximum password length is
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 449 * PasswordLength is 4 octets, but since the maximum password length is
  /external/webkit/Source/WebKit/mac/
ChangeLog-2010-01-29     [all...]
ChangeLog     [all...]
  /prebuilts/tools/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 520 milliseconds