Searched refs:pKeyPairFileName (Results 1 – 3 of 3) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/ |
| D | main.c | 486 SBUEXPORT_C uint32_t SBU_x509_AddPubKeyNpBuffExtension(int8_t *pKeyPairFileName, int8_t *pwdFileNam… in SBU_x509_AddPubKeyNpBuffExtension() argument 494 (NULL == pKeyPairFileName)) { in SBU_x509_AddPubKeyNpBuffExtension() 500 …rc = CC_CommonGetNAndNpFromKeyPair(pKeyPairFileName, pwdFileName, (uint8_t *)&pNAndNp, &pNAndNpSi… in SBU_x509_AddPubKeyNpBuffExtension() 502 …UTIL_LOG_ERR("failed to CC_CommonGetNAndNpFromKeyPair %s pwd %s\n", pKeyPairFileName, pwdFileName); in SBU_x509_AddPubKeyNpBuffExtension() 761 SBUEXPORT_C uint32_t SBU_x509_SetKeyAndSign(int8_t *pKeyPairFileName, in SBU_x509_SetKeyAndSign() argument 768 (NULL == pKeyPairFileName)) { in SBU_x509_SetKeyAndSign() 773 … CC_CommonX509SetKeyAndSign pKeyPairFileName %s, pPrivKeyPwd %s\n", pKeyPairFileName, pPrivKeyPwd); in SBU_x509_SetKeyAndSign() 774 rc = CC_CommonX509SetKeyAndSign(gpCertBuff, pKeyPairFileName, pPrivKeyPwd); in SBU_x509_SetKeyAndSign()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/ |
| D | common_crypto_x509.h | 89 uint8_t *pKeyPairFileName,
|
| D | common_crypto_x509.c | 382 uint8_t *pKeyPairFileName, in CC_CommonX509SetKeyAndSign() argument 395 (NULL == pKeyPairFileName)) { in CC_CommonX509SetKeyAndSign() 414 rc = CC_CommonGetKeyPair(&pRsaKeyPair, pKeyPairFileName, pwd); in CC_CommonX509SetKeyAndSign()
|