Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_x509.c68 void CC_CommonX509Free(uint8_t **ppCertBuff) in CC_CommonX509Free() argument
71 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() argument
106 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 …]
Dcommon_crypto_x509.h34 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,