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

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pem/
H A DCryptPem.c56 @param[in] PemData Pointer to the PEM-encoded key data to be retrieved.
63 If PemData is NULL, then return FALSE.
73 IN CONST UINT8 *PemData,
85 if (PemData == NULL || RsaContext == NULL || PemSize > INT_MAX) {
105 BIO_write (PemBio, PemData, (int)PemSize);
72 RsaGetPrivateKeyFromPem( IN CONST UINT8 *PemData, IN UINTN PemSize, IN CONST CHAR8 *Password, OUT VOID **RsaContext ) argument

Completed in 203 milliseconds