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

  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs5Pbkdf2.c 26 @param[in] PasswordLength Length of input password in bytes.
47 IN UINTN PasswordLength,
67 if ((PasswordLength == 0) || (PasswordLength > INT_MAX) ||
93 (int)PasswordLength,
CryptPkcs5Pbkdf2Null.c 26 @param[in] PasswordLength Length of input password in bytes.
44 IN UINTN PasswordLength,
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
OpalPasswordSupportLib.h 80 UINT8 PasswordLength;
152 @param[in] PasswordLength Length of password in bytes
165 IN UINT32 PasswordLength,
202 @param[in] PasswordLength Length of password in bytes
212 IN UINT32 PasswordLength,
223 @param[in] PasswordLength Length of password in bytes
232 IN UINT32 PasswordLength,
242 @param[in] PasswordLength Length of password in bytes
251 IN UINT32 PasswordLength,
TcgStorageOpalLib.h 667 @param[in] PasswordLength Length of password in bytes
676 UINT32 PasswordLength,
686 @param[in] PasswordLength Length of password in bytes
695 UINT32 PasswordLength,
704 @param[in] PasswordLength Length of password in bytes
713 UINT32 PasswordLength,
723 @param[in] PasswordLength Length of password in bytes
735 UINT32 PasswordLength,
746 @param PasswordLength, Input password length.
756 UINT32 PasswordLength,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 189 @param[in] PasswordLength Length of password in bytes
199 IN UINT32 PasswordLength,
210 Ret = OpalUtilDisableUser(Session, Password, PasswordLength, PasswordFailed);
212 OpalSupportSendPasword (DevicePath, PasswordLength, Password);
284 @param[in] PasswordLength Length of password in bytes
297 IN UINT32 PasswordLength,
311 Ret = OpalUtilRevert(Session, KeepUserData, Password, PasswordLength, PasswordFailed, Msid, MsidLength);
325 @param[in] PasswordLength Length of password in bytes
334 IN UINT32 PasswordLength,
343 Ret = OpalUtilUpdateGlobalLockingRange(Session, Password, PasswordLength, FALSE, FALSE);
    [all...]
OpalPasswordSupportNotify.h 45 UINT8 PasswordLength;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
TcgStorageOpalUtil.c 415 @param[in] PasswordLength Length of password in bytes
424 UINT32 PasswordLength,
438 PasswordLength,
456 @param[in] PasswordLength Length of password in bytes
465 UINT32 PasswordLength,
483 PasswordLength,
501 PasswordLength,
527 @param[in] PasswordLength Length of password in bytes
536 UINT32 PasswordLength,
554 PasswordLength,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.h 129 UINT8 PasswordLength;
OpalPasswordSmm.c 445 Result = OpalSupportUnlock (&Session, OpalDev->Password, OpalDev->PasswordLength, NULL);
516 SmmDev->PasswordLength = PciDev->PasswordLength;
    [all...]
  /external/curl/lib/
curl_sspi.c 206 identity->PasswordLength = curlx_uztoul(_tcslen(dup_passwd.tchar_ptr));
  /external/webrtc/webrtc/base/
httpcommon.cc 970 auth_id.PasswordLength = static_cast<unsigned long>(
972 memcpy(passbuf, sensitive, auth_id.PasswordLength);
973 passbuf[auth_id.PasswordLength] = 0;
983 auth_id.PasswordLength = static_cast<unsigned long>(
985 memcpy(passbuf, sensitive, auth_id.PasswordLength);
986 passbuf[auth_id.PasswordLength] = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypesbase.h 190 ULONG PasswordLength;
sspi.h     [all...]
rpcdce.h 330 unsigned __LONG32 PasswordLength;
340 unsigned __LONG32 PasswordLength;
ntsecpkg.h 465 ULONG PasswordLength;
477 ULONG PasswordLength;
    [all...]
iscsidsc.h 106 ULONG PasswordLength;
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]

Completed in 4399 milliseconds