Searched refs:SharedSecrValSize_ptr (Results 1 – 2 of 2) sorted by relevance
38 … size_t *SharedSecrValSize_ptr, /*in/out*/ in CC_EcdhSvdpDh() argument76 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()
52 …size_t *SharedSecrValSize_ptr, /*!< [in/out] Pointer to the size of user-pass…