Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecies.c390 CCEcpkiPrivKey_t *pRecipPrivKey; in CC_EciesKemDecrypt() local
432 pRecipPrivKey = (CCEcpkiPrivKey_t*)&(pRecipUzPrivKey->PrivKeyDbBuff); in CC_EciesKemDecrypt()
433 pDomain = &pRecipPrivKey->domain; in CC_EciesKemDecrypt()
458 (CCEcpkiPrivKey_t *)pRecipPrivKey->PrivKey, /*in*/ in CC_EciesKemDecrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c461 CCEcpkiPrivKey_t *pRecipPrivKey = NULL; in mbedtls_ecies_kem_decrypt() local
543 pRecipPrivKey = (CCEcpkiPrivKey_t*) &(pRecipUserPrivKey->PrivKeyDbBuff); in mbedtls_ecies_kem_decrypt()
562 (CCEcpkiPrivKey_t *) pRecipPrivKey->PrivKey, /*in*/ in mbedtls_ecies_kem_decrypt()