Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c1308 static int32_t ParsePemFormatSignedData(const unsigned char *buf, size_t bufLen, mbedtls_pem_contex… in ParsePemFormatSignedData() function
1343 rc = ParsePemFormatSignedData(buf, bufLen, &pkcs7->pem, &format); in PKCS7_ParseSignedData()