Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecdh.c38 … size_t *SharedSecrValSize_ptr, /*in/out*/ in CC_EcdhSvdpDh() argument
76 if (SharedSecrValSize_ptr == NULL) in CC_EcdhSvdpDh()
103 if (*SharedSecrValSize_ptr < modSizeInBytes) { in CC_EcdhSvdpDh()
104 *SharedSecrValSize_ptr = modSizeInBytes; in CC_EcdhSvdpDh()
119 *SharedSecrValSize_ptr = modSizeInBytes; in CC_EcdhSvdpDh()
123 CC_PalMemSetZero(SharedSecretValue_ptr, *SharedSecrValSize_ptr); in CC_EcdhSvdpDh()
124 *SharedSecrValSize_ptr = 0; in CC_EcdhSvdpDh()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ecpki_dh.h52 …size_t *SharedSecrValSize_ptr, /*!< [in/out] Pointer to the size of user-pass…