Searched refs:DataBio (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptPkcs7.c143 BIO *DataBio; local
161 DataBio = NULL;
200 DataBio = BIO_new (BIO_s_mem ());
201 BIO_write (DataBio, InData, (int) InDataSize);
210 DataBio,
269 if (DataBio != NULL) {
270 BIO_free (DataBio);
617 BIO *DataBio; local
636 DataBio = NULL;
707 DataBio
[all...]

Completed in 39 milliseconds