Home
last modified time | relevance | path

Searched refs:pSharedSecretVal (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.h857 …uint8_t *pSharedSecretVal, /*!< [out] pointer to the shared secret value in big endianness or…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c2438 …uint8_t *pSharedSecretVal, /*!< [out] pointer to the shared secret value in big endianness or… in CC_FfcDhGetSharedSecretVal() argument
2477 CHECK_AND_SET_ERROR((pSharedSecretVal == NULL) || (pSharedSecretValSize == NULL), in CC_FfcDhGetSharedSecretVal()
2524 CHECK_ERROR(CC_CommonConvertLswMswWordsToMsbLsbBytes(pSharedSecretVal, *pSharedSecretValSize, in CC_FfcDhGetSharedSecretVal()
2532 CC_PalMemSetZero(pSharedSecretVal, primeSizeBytes); in CC_FfcDhGetSharedSecretVal()