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/ |
D | cc_kdf.c | 201 …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() 348 … pOtherInfo->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() 402 … pOtherInfo->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/ |
D | cc_kdf.h | 156 …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/ |
D | cc_ffcdh.c | 2119 uint8_t *pOtherInfo; in CC_FfcDhSetAndCalculateSchemeData() local 2289 pOtherInfo = pZZ + zzSize; /*get OtherInfo*/ in CC_FfcDhSetAndCalculateSchemeData() 2302 pOtherInfo /*OtherInfo - Info*/, in CC_FfcDhSetAndCalculateSchemeData()
|