Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c837 int32_t LoadCertAndCmpDest(const unsigned char *certBase64, const CertInfo *binSignCert) in LoadCertAndCmpDest() argument
839 if (certBase64 == NULL || binSignCert == NULL) { in LoadCertAndCmpDest()
844 int32_t ret = mbedtls_x509_crt_parse(&cert, certBase64, strlen((char *)certBase64) + 1); in LoadCertAndCmpDest()
847 LOG_PRINT_STR("%s", certBase64); in LoadCertAndCmpDest()

Completed in 3 milliseconds