Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1645 …uint8_t **ppCtxKey, /*!< [in/out] pointer to pointer to context publ.key buffer … in FfcDhValidatePartnInfoPublKey() argument
1651 uint8_t *pKey = *ppCtxKey; in FfcDhValidatePartnInfoPublKey()
1655 size1 = FFCDH_GET_LENGTH(*ppCtxKey); /*in ctx*/ in FfcDhValidatePartnInfoPublKey()
1661 …CHECK_AND_SET_ERROR(CC_PalMemCmp(*ppCtxKey, *ppInKey, size1), CC_FFCDH_PARTN_INFO_PARSING_DATA_ERR… in FfcDhValidatePartnInfoPublKey()
1679 *ppCtxKey += size1; in FfcDhValidatePartnInfoPublKey()