Searched refs:pCertBuff (Results 1 – 2 of 2) sorted by relevance
57 int32_t CC_CommonX509AddIntegerExtension(uint8_t *pCertBuff,73 int32_t CC_CommonX509AddStringExtension(uint8_t *pCertBuff,88 int32_t CC_CommonX509SetKeyAndSign(uint8_t *pCertBuff,100 int32_t CC_CommonX509ToDer(uint8_t **pCertBuff,
222 int32_t CC_CommonX509AddIntegerExtension(uint8_t *pCertBuff, in CC_CommonX509AddIntegerExtension() argument230 X509 *plCert = (X509 *)pCertBuff; in CC_CommonX509AddIntegerExtension()237 if (NULL == pCertBuff) { in CC_CommonX509AddIntegerExtension()296 int32_t CC_CommonX509AddStringExtension(uint8_t *pCertBuff, in CC_CommonX509AddStringExtension() argument305 X509 *plCert = (X509 *)pCertBuff; in CC_CommonX509AddStringExtension()313 if ((NULL == pCertBuff) || in CC_CommonX509AddStringExtension()381 int32_t CC_CommonX509SetKeyAndSign(uint8_t *pCertBuff, in CC_CommonX509SetKeyAndSign() argument386 X509 *plCert = (X509 *)pCertBuff; in CC_CommonX509SetKeyAndSign()394 if ((NULL == pCertBuff) || in CC_CommonX509SetKeyAndSign()