Home
last modified time | relevance | path

Searched refs:OctStr (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
DCryptPkcs7Verify.c930 ASN1_OCTET_STRING *OctStr; in Pkcs7GetAttachedContent() local
942 OctStr = NULL; in Pkcs7GetAttachedContent()
980 OctStr = Pkcs7->d.sign->contents->d.data; in Pkcs7GetAttachedContent()
981 if ((OctStr->length > 0) && (OctStr->data != NULL)) { in Pkcs7GetAttachedContent()
982 *ContentSize = OctStr->length; in Pkcs7GetAttachedContent()
988 CopyMem (*Content, OctStr->data, *ContentSize); in Pkcs7GetAttachedContent()