Searched refs:pCcUserPrivKey (Results 1 – 2 of 2) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
| D | cc_rsa_kg.c | 50 CCRsaUserPrivKey_t *pCcUserPrivKey, in KGCheckAndSetParamsRSA() argument 74 if (pCcUserPrivKey == NULL) in KGCheckAndSetParamsRSA() 98 pCcPrivKey = (CCRsaPrivKey_t*)pCcUserPrivKey->PrivateKeyDbBuff; in KGCheckAndSetParamsRSA() 104 CC_PalMemSetZero(pCcUserPrivKey, sizeof(CCRsaUserPrivKey_t)); in KGCheckAndSetParamsRSA() 184 CCRsaUserPrivKey_t *pCcUserPrivKey, in CC_RsaKgKeyPairGenerate() argument 202 pCcUserPrivKey, in CC_RsaKgKeyPairGenerate() 211 pCcPrivKey = ( CCRsaPrivKey_t *)pCcUserPrivKey->PrivateKeyDbBuff; in CC_RsaKgKeyPairGenerate() 274 pCcUserPrivKey->valid_tag = CC_RSA_PRIV_KEY_VALIDATION_TAG; in CC_RsaKgKeyPairGenerate() 278 error = FIPS_RSA_VALIDATE(rndContext_ptr,pCcUserPrivKey,pCcUserPubKey,pFipsCtx); in CC_RsaKgKeyPairGenerate() 285 CC_PalMemSetZero((uint8_t*)pCcUserPrivKey, sizeof(CCRsaUserPrivKey_t) ); in CC_RsaKgKeyPairGenerate() [all …]
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
| D | cc_fips_defs.h | 15 #define FIPS_RSA_VALIDATE(rndContext_ptr,pCcUserPrivKey,pCcUserPubKey,pFipsCtx) (CC_OK) argument
|