Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dpkcs7_data.cpp177 BIO* oriBio = PKCS7_dataDecode(m_p7, NULL, NULL, NULL); in GetContent() local
178 if (oriBio == NULL) { in GetContent()
184 while (BIO_read_ex(oriBio, buf, sizeof(buf), &readBytes) == 1) { in GetContent()
187 BIO_free_all(oriBio); in GetContent()

Completed in 2 milliseconds