Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_build_publ.c220 … size_t *pPublKeySizeBytes /*in/out*/) in CC_EcpkiPubKeyExport() argument
246 if (pPublKeySizeBytes == NULL) in CC_EcpkiPubKeyExport()
268 if (*pPublKeySizeBytes < modSizeInBytes + 1) in CC_EcpkiPubKeyExport()
282 *pPublKeySizeBytes = modSizeInBytes + 1; in CC_EcpkiPubKeyExport()
288 if (*pPublKeySizeBytes < 2*modSizeInBytes + 1) in CC_EcpkiPubKeyExport()
313 *pPublKeySizeBytes = 2*modSizeInBytes + 1; in CC_EcpkiPubKeyExport()
321 CC_PalMemSetZero(pExportPublKey, *pPublKeySizeBytes); in CC_EcpkiPubKeyExport()
322 *pPublKeySizeBytes = 0; in CC_EcpkiPubKeyExport()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ecpki_build.h163 …size_t *pPublKeySizeBytes /*!< [in/out] Pointer used for the input of t…
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1196 uint32_t *pPublKey32, *pPublKeySizeBytes; in CC_FfcDhValidateAndImportPublKey() local
1234 pPublKeySizeBytes = &pDhCtx->partnerStatPublKeySizeBytes; in CC_FfcDhValidateAndImportPublKey()
1245 pPublKeySizeBytes = &pDhCtx->partnerEphemPublKeySizeBytes; in CC_FfcDhValidateAndImportPublKey()
1272 *pPublKeySizeBytes = primeSizeBytes; in CC_FfcDhValidateAndImportPublKey()