Searched refs:pPrivKeyPwd (Results 1 – 2 of 2) sorted by relevance
360 int8_t *pPrivKeyPwd, in CC_CommonRsaSign() argument375 if ((NULL != pPrivKeyPwd)) { in CC_CommonRsaSign()376 if (CC_CommonGetPassphrase(pPrivKeyPwd, &pwd)) { in CC_CommonRsaSign()501 int8_t *pPrivKeyPwd, in CC_CommonRsaDecrypt() argument518 if ((NULL != pPrivKeyPwd)) { in CC_CommonRsaDecrypt()519 if (CC_CommonGetPassphrase(pPrivKeyPwd, &pwd)) { in CC_CommonRsaDecrypt()
762 int8_t *pPrivKeyPwd) in SBU_x509_SetKeyAndSign() argument773 … CC_CommonX509SetKeyAndSign pKeyPairFileName %s, pPrivKeyPwd %s\n", pKeyPairFileName, pPrivKeyPwd); in SBU_x509_SetKeyAndSign()774 rc = CC_CommonX509SetKeyAndSign(gpCertBuff, pKeyPairFileName, pPrivKeyPwd); in SBU_x509_SetKeyAndSign()