Searched refs:pSecretKeyDataSize (Results 1 – 2 of 2) sorted by relevance
834 … size_t *pSecretKeyDataSize, /*!< [in/out] the pointer to the size of shared secret key data:
2360 … size_t *pSecretKeyDataSize, /*!< [in/out] the pointer to the size of shared secret key data: in CC_FfcDhGetSharedSecretKeyingData() argument2383 CHECK_AND_SET_ERROR(pSecretKeyDataSize == NULL, CC_FFCDH_KEYING_DATA_SIZE_PTR_INVALID_ERROR); in CC_FfcDhGetSharedSecretKeyingData()2393 CHECK_AND_SET_ERROR(*pSecretKeyDataSize < pDhCtx->secretKeyingDataSize, in CC_FfcDhGetSharedSecretKeyingData()2412 *pSecretKeyDataSize = pDhCtx->secretKeyingDataSize; in CC_FfcDhGetSharedSecretKeyingData()