Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h860 … size_t *pSharedSecretValSize, /*!< [in/out] pointer to the shared secret value size:
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c2441 … size_t *pSharedSecretValSize, /*!< [in/out] pointer to the shared secret value size: in CC_FfcDhGetSharedSecretVal() argument
2477 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()