Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c572 unsigned char *pkBuf = APPV_MALLOC(pkLen); in GetRsaPk() local
573 if (pkBuf == NULL) { in GetRsaPk()
579 ret = memcpy_s(pkBuf, pkLen, c, pkLen); in GetRsaPk()
584 APPV_FREE(pkBuf); in GetRsaPk()
590 return pkBuf; in GetRsaPk()
624 unsigned char *pkBuf = APPV_MALLOC(*len); in GetEcPk() local
625 if (pkBuf == NULL) { in GetEcPk()
631 ret = memcpy_s(pkBuf, *len, buf, *len); in GetEcPk()
636 APPV_FREE(pkBuf); in GetEcPk()
640 return pkBuf; in GetEcPk()
667 unsigned char *pkBuf = GetPkBuf(&cert->pk, &len); ParseCertGetPk() local
[all...]
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify.h120 char *pkBuf; member

Completed in 4 milliseconds