Searched defs:Password (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pem/
H A DCryptPem.c58 @param[in] Password NULL-terminated passphrase used for encrypted PEM key data.
75 IN CONST CHAR8 *Password,
113 *RsaContext = PEM_read_bio_RSAPrivateKey (PemBio, NULL, (pem_password_cb *)&PasswordCallback, (void *)Password);
72 RsaGetPrivateKeyFromPem( IN CONST UINT8 *PemData, IN UINTN PemSize, IN CONST CHAR8 *Password, OUT VOID **RsaContext ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h2 Password Credential Provider driver header file.
46 // Password credential information.
50 CHAR8 Password[CREDENTIAL_LEN]; member in struct:__anon12695
54 // Password credential table.
H A DPwdCredentialProvider.c2 Password Credential Provider driver implementation.
211 // Get Password credential data from NV variable.
266 @param[in] Password Points to the input password.
276 IN CHAR16 *Password,
294 Status = Sha1Update (Hash, Password, PasswordSize);
323 CHAR16 Password[CREDENTIAL_LEN]; local
364 Password[PasswordLen] = Key.UnicodeChar;
375 GenerateCredential (Password, PasswordLen, (UINT8 *)Credential);
381 @param[in] Password The password to be found.
389 IN CHAR8 *Password
275 GenerateCredential( IN CHAR16 *Password, IN UINTN PasswordSize, OUT UINT8 *Credential ) argument
548 CHAR8 Password[CREDENTIAL_LEN]; local
746 CHAR8 Password[CREDENTIAL_LEN]; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFtp4.h86 /// responsible for freeing Password after GetModeData() is called.
88 UINT8 *Password; member in struct:__anon12142
244 mode data. The string buffers for Username and Password
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c226 @param Password The string to be encoded.
232 IN CHAR16 *Password,
247 Buffer[Loop] = (CHAR16) (Password[Loop] ^ Key[Index]);
251 CopyMem (Password, Buffer, MaxSize);
276 CHAR16 *Password; local
319 Password = HiiGetString (PrivateData->HiiHandle[0], StringId, NULL);
320 if (Password == NULL) {
323 if (StrSize (Password) > PasswordMaxSize) {
324 FreePool (Password);
333 StrnCpy (EncodedPassword, Password, StrLe
231 EncodePassword( IN CHAR16 *Password, IN UINTN MaxSize ) argument
367 CHAR16 *Password; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcdce.h236 unsigned short* Password; member in struct:_SEC_WINNT_AUTH_IDENTITY_W
247 unsigned char* Password; member in struct:_SEC_WINNT_AUTH_IDENTITY_A
H A Dntsecpkg.h76 UNICODE_STRING Password; member in struct:_SECPKG_PRIMARY_CRED
H A Dwtypes.h277 USHORT *Password; member in struct:_COAUTHIDENTITY
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcdce.h222 unsigned short* Password; member in struct:_SEC_WINNT_AUTH_IDENTITY_W
233 unsigned char* Password; member in struct:_SEC_WINNT_AUTH_IDENTITY_A
H A Dntsecpkg.h76 UNICODE_STRING Password; member in struct:_SECPKG_PRIMARY_CRED
H A Dwtypes.h277 USHORT *Password; member in struct:_COAUTHIDENTITY

Completed in 80 milliseconds