Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_build_publ.c225 CCEcpkiPublKey_t *publKey; in CC_EcpkiPubKeyExport() local
255 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()