Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c171 mbedtls_mpi *pExtEphUzPrivateKey, in mbedtls_ecies_kem_encrypt_full() argument
237 if ((pExtEphUzPublicKey != NULL) ^ (pExtEphUzPrivateKey != NULL)) in mbedtls_ecies_kem_encrypt_full()
307 if (pExtEphUzPublicKey == NULL && pExtEphUzPrivateKey == NULL) in mbedtls_ecies_kem_encrypt_full()
350 …if ((error = ecies_convert_mbed_to_cc_private_key(pDomain, pExtEphUzPrivateKey, pEphUzPrivKey, pTe… in mbedtls_ecies_kem_encrypt_full()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_ecies.h99 mbedtls_mpi *pExtEphUzPrivateKey,