Home
last modified time | relevance | path

Searched refs:pOtherInfo (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/kdf/
Dcc_kdf.c201 …CCKdfOtherInfo_t *pOtherInfo, /*!< [in] A pointer to the structure, containing poin… in CC_KdfKeyDerivFunc() argument
260 (pOtherInfo == NULL || pOtherInfo->dataPointers[CC_KDF_ALGORITHM_ID] == 0)) { in CC_KdfKeyDerivFunc()
267 pOtherInfo = NULL; in CC_KdfKeyDerivFunc()
348pOtherInfo->dataPointers[CC_KDF_ALGORITHM_ID], in CC_KdfKeyDerivFunc()
349 pOtherInfo->dataSizes[CC_KDF_ALGORITHM_ID], in CC_KdfKeyDerivFunc()
353 pOtherInfo->dataPointers[CC_KDF_ALGORITHM_ID], in CC_KdfKeyDerivFunc()
354 pOtherInfo->dataSizes[CC_KDF_ALGORITHM_ID], in CC_KdfKeyDerivFunc()
393 if (pOtherInfo != NULL) { in CC_KdfKeyDerivFunc()
398 if (pOtherInfo->dataPointers[j] != NULL && pOtherInfo->dataSizes[j] != 0) { in CC_KdfKeyDerivFunc()
402pOtherInfo->dataPointers[j]/*pointer to entry data*/, in CC_KdfKeyDerivFunc()
[all …]
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_kdf.h156 …CCKdfOtherInfo_t *pOtherInfo, /*!< [in] A pointer to the structure, containing poin…
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c2119 uint8_t *pOtherInfo; in CC_FfcDhSetAndCalculateSchemeData() local
2289 pOtherInfo = pZZ + zzSize; /*get OtherInfo*/ in CC_FfcDhSetAndCalculateSchemeData()
2302 pOtherInfo /*OtherInfo - Info*/, in CC_FfcDhSetAndCalculateSchemeData()