Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c589 CCDhHybrTemp_t *tmpDhHybr_ptr, in CC_DhX942HybridGetSecretData() argument
605 if (tmpDhHybr_ptr == NULL || SecretKeyingData_ptr == NULL) in CC_DhX942HybridGetSecretData()
626 &tmpDhHybr_ptr->UserPubKey, in CC_DhX942HybridGetSecretData()
627 &tmpDhHybr_ptr->PrimeData, in CC_DhX942HybridGetSecretData()
628 (uint8_t*)&tmpDhHybr_ptr->TempBuff, in CC_DhX942HybridGetSecretData()
641 &tmpDhHybr_ptr->UserPubKey, in CC_DhX942HybridGetSecretData()
642 &tmpDhHybr_ptr->PrimeData, in CC_DhX942HybridGetSecretData()
643 (uint8_t*)&tmpDhHybr_ptr->TempBuff+SecretKeyDataSize1, in CC_DhX942HybridGetSecretData()
653 (uint8_t*)&tmpDhHybr_ptr->TempBuff, in CC_DhX942HybridGetSecretData()
662 CC_PalMemSetZero(tmpDhHybr_ptr, sizeof(CCDhHybrTemp_t)); in CC_DhX942HybridGetSecretData()