Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c97 CCDhUserPubKey_t *tmpPubKey_ptr, /*temp buff*/ in CC_DhGeneratePubPrv() argument
141 tmpPubKey_ptr == NULL || tmpPrimeData_ptr == NULL) in CC_DhGeneratePubPrv()
358 tmpPubKey_ptr, in CC_DhGeneratePubPrv()
370 tmpPubKey_ptr, in CC_DhGeneratePubPrv()
389 CC_PalMemSetZero( tmpPubKey_ptr, sizeof(CCDhUserPubKey_t) ); in CC_DhGeneratePubPrv()
404 CCDhUserPubKey_t *tmpPubKey_ptr, in CC_DhGetSecretKey() argument
425 Prime_ptr == NULL || tmpPubKey_ptr == NULL || in CC_DhGetSecretKey()
449 tmpPubKey_ptr, in CC_DhGetSecretKey()
457 tmpPubKey_ptr, in CC_DhGetSecretKey()
470 tmpPubKey_ptr, /* Note: this is the private key */ in CC_DhGetSecretKey()
[all …]