Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1330 uint32_t *pPrivKeySize, *pPublKeySize; in CC_FfcDhValidateAndImportKeyPair() local
1383 pPrivKeySize = &pDhCtx->statPrivKeySizeBytes; in CC_FfcDhValidateAndImportKeyPair()
1394 pPrivKeySize = &pDhCtx->ephemPrivKeySizeBytes; in CC_FfcDhValidateAndImportKeyPair()
1403 CHECK_AND_SET_ERROR((*pPrivKeySize != 0) || (*pPublKeySize != 0), in CC_FfcDhValidateAndImportKeyPair()