Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c210 …uint8_t *pKeyingData, /*!< [out] A pointer to the buffer for derived keying … in CC_KdfKeyDerivFunc() argument
251 if (pZzSecret == NULL || pKeyingData == NULL) { in CC_KdfKeyDerivFunc()
444 CC_PalMemCopy(&pKeyingData[currentOutputBuffPos],(uint8_t *)hashResultBuff, hashOutputSize); in CC_KdfKeyDerivFunc()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_kdf.h168 …uint8_t *pKeyingData, /*!< [out] A pointer to the buffer for derived keying …