Searched refs:ppCertBuff (Results 1 – 2 of 2) sorted by relevance
68 void CC_CommonX509Free(uint8_t **ppCertBuff) in CC_CommonX509Free() argument71 if ((NULL == ppCertBuff) || in CC_CommonX509Free()72 (NULL == *ppCertBuff)) { in CC_CommonX509Free()79 X509_free((X509 *)*ppCertBuff); in CC_CommonX509Free()80 *ppCertBuff = NULL; in CC_CommonX509Free()92 int32_t CC_CommonX509CreateAndSetHeader(uint8_t **ppCertBuff, in CC_CommonX509CreateAndSetHeader() argument106 if ((NULL == ppCertBuff) || in CC_CommonX509CreateAndSetHeader()198 *ppCertBuff = (uint8_t *)plCert; in CC_CommonX509CreateAndSetHeader()207 *ppCertBuff = NULL; in CC_CommonX509CreateAndSetHeader()501 int32_t CC_CommonX509ToDer(uint8_t **ppCertBuff, in CC_CommonX509ToDer() argument[all …]
34 void CC_CommonX509Free(uint8_t **ppCertBuff);44 int32_t CC_CommonX509CreateAndSetHeader(uint8_t **ppCertBuff,118 int32_t CC_CommonX509BuildCertPkg(uint8_t **ppCertBuff,125 int32_t CC_CommonX509BuildCertPkg(uint8_t **ppCertBuff,