Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa_verify.c34 CCError_t EcWrstDsaVerify(CCEcpkiPublKey_t *pSignPublKey, /*!< [in] Pointer to signer public key … in EcWrstDsaVerify() argument
41 const CCEcpkiDomain_t *domain = &pSignPublKey->domain; in EcWrstDsaVerify()
42 EcWrstDomain_t *llfBuff = (EcWrstDomain_t*)&pSignPublKey->domain.llfBuff; in EcWrstDsaVerify()
79 PkaCopyDataIntoPkaReg(EC_VERIFY_REG_P_WX, 1, pSignPublKey->x, modSizeInWords); in EcWrstDsaVerify()
80 PkaCopyDataIntoPkaReg(EC_VERIFY_REG_P_WY, 1, pSignPublKey->y, modSizeInWords); in EcWrstDsaVerify()
Dec_wrst_dsa.c289 CCError_t EcWrstDsaVerify(CCEcpkiPublKey_t *pSignPublKey, /*!< [in] Pointer to signer public key … in EcWrstDsaVerify() argument
296 const CCEcpkiDomain_t *domain = &pSignPublKey->domain; in EcWrstDsaVerify()
297 EcWrstDomain_t *llfBuff = (EcWrstDomain_t*)&pSignPublKey->domain.llfBuff; in EcWrstDsaVerify()
338 PkaCopyDataIntoPkaReg(EC_VERIFY_REG_P_WX, 1, pSignPublKey->x, modSizeInWords); in EcWrstDsaVerify()
339 PkaCopyDataIntoPkaReg(EC_VERIFY_REG_P_WY, 1, pSignPublKey->y, modSizeInWords); in EcWrstDsaVerify()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c105 const uint8_t *pSignPublKey, /*!< [in] Pointer to signer public key. */ in CC_EcEdwVerify() argument
120 if (pSign == NULL || pSignPublKey == NULL || in CC_EcEdwVerify()
141 pSignPublKey, pEcDomain, pTempBuff); in CC_EcEdwVerify()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_edw_api.h105 … const uint8_t *pSignPublKey, /*!< [in] Pointer to signer public key. */
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h151 … const uint8_t *pSignPublKey, /*!< [in] - the pointer to the signer public key, stated
Dec_edw.c670 … const uint8_t *pSignPublKey, /*!< [in] - the pointer to the signer public key, stated in EcEdwSignVerify() argument
725 if (PkiIsUint8ArrayEqualTo0(pSignPublKey, edwSizeBytes)) { in EcEdwSignVerify()
735 CC_PalMemCopy((uint8_t*)pSign + edwSizeBytes, pSignPublKey, edwSizeBytes); in EcEdwSignVerify()
809 CC_CommonConvertLsbMsbBytesToLswMswWords(pPublKeyY, pSignPublKey, edwSizeBytes); in EcEdwSignVerify()