Searched refs:publKey (Results 1 – 1 of 1) sorted by relevance
225 CCEcpkiPublKey_t *publKey; in CC_EcpkiPubKeyExport() local255 publKey = (CCEcpkiPublKey_t *)((void*)pUserPublKey->PublKeyDbBuff); in CC_EcpkiPubKeyExport()258 modSizeInBytes = CALC_FULL_BYTES(publKey->domain.modSizeInBits); in CC_EcpkiPubKeyExport()259 modSizeInWords = CALC_FULL_32BIT_WORDS(publKey->domain.modSizeInBits); in CC_EcpkiPubKeyExport()262 yBit = (uint8_t)(publKey->y[0] & 1); in CC_EcpkiPubKeyExport()276 publKey->x, modSizeInBytes); in CC_EcpkiPubKeyExport()299 publKey->x, modSizeInBytes ); in CC_EcpkiPubKeyExport()306 publKey->y, modSizeInBytes ); in CC_EcpkiPubKeyExport()