Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_asym.c359 int8_t *pPrivKeyFileName, in CC_CommonRsaSign() argument
368 (NULL == pPrivKeyFileName) || in CC_CommonRsaSign()
388 if (CC_CommonGetKeyPair (&pRsaPrivKey, pPrivKeyFileName, pwd) < 0) { in CC_CommonRsaSign()
500 int8_t *pPrivKeyFileName, in CC_CommonRsaDecrypt() argument
510 if ((NULL == pPrivKeyFileName) || in CC_CommonRsaDecrypt()
531 if (CC_CommonGetKeyPair (&pRsaPrivKey, pPrivKeyFileName, pwd) < 0) { in CC_CommonRsaDecrypt()