Searched refs:pSharedSecretValSize (Results 1 – 2 of 2) sorted by relevance
860 … size_t *pSharedSecretValSize, /*!< [in/out] pointer to the shared secret value size:
2441 … size_t *pSharedSecretValSize, /*!< [in/out] pointer to the shared secret value size: in CC_FfcDhGetSharedSecretVal() argument2477 CHECK_AND_SET_ERROR((pSharedSecretVal == NULL) || (pSharedSecretValSize == NULL), in CC_FfcDhGetSharedSecretVal()2483 … CHECK_AND_SET_ERROR(*pSharedSecretValSize < primeSizeBytes, CC_FFCDH_LOW_OUTPUT_BUFF_SIZE_ERROR); in CC_FfcDhGetSharedSecretVal()2521 *pSharedSecretValSize = ROUNDUP_BITS_TO_BYTES(sharSecrSizeBits); in CC_FfcDhGetSharedSecretVal()2524 CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pSharedSecretVal, *pSharedSecretValSize, in CC_FfcDhGetSharedSecretVal()