Searched refs:pExportPublKey (Results 1 – 1 of 1) sorted by relevance
219 … uint8_t *pExportPublKey, /*in*/ in CC_EcpkiPubKeyExport() argument240 if (pExportPublKey == NULL) in CC_EcpkiPubKeyExport()272 pExportPublKey[0] = 0x02 | yBit; in CC_EcpkiPubKeyExport()275 … pExportPublKey + 1, 4*modSizeInWords, in CC_EcpkiPubKeyExport()293 pExportPublKey[0] = 0x04; in CC_EcpkiPubKeyExport()295 pExportPublKey[0] = (0x06 | yBit); in CC_EcpkiPubKeyExport()298 … pExportPublKey + 1, 4*((modSizeInBytes+3)/4), in CC_EcpkiPubKeyExport()305 … pExportPublKey + 1 + modSizeInBytes, 4*((modSizeInBytes+3)/4), in CC_EcpkiPubKeyExport()321 CC_PalMemSetZero(pExportPublKey, *pPublKeySizeBytes); in CC_EcpkiPubKeyExport()