Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c37 const uint8_t *pMsg, /*!< [in] Pointer to the message. */ in CC_EcEdwSign() argument
52 ((pMsg == NULL)^(msgSize == 0)) || in CC_EcEdwSign()
75 err = EcEdwSign(pSign, pMsg, msgSize, in CC_EcEdwSign()
108 uint8_t *pMsg, /*!< [in] Pointer to the message. */ in CC_EcEdwVerify() argument
121 ((pMsg == NULL)^(msgSize == 0)) || pTempBuff == NULL) { in CC_EcEdwVerify()
140 err = EcEdwSignVerify (pSign, pMsg, msgSize, in CC_EcEdwVerify()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_edw_api.h83 const uint8_t *pMsg, /*!< [in] Pointer to the message. */
108 uint8_t *pMsg, /*!< [in] Pointer to the message. */
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.c325 … const uint8_t *pMsg, /*!< [in] - the pointer to the message. */ in EcEdwSign() argument
390 CC_PalMemCopy((uint8_t*)pEphPriv + edwSizeBytes, pMsg, msgSize); in EcEdwSign()
395 … CC_PalMemCopy((uint8_t*)pEphPriv + edwSizeBytes, pMsg, sizeToHash - edwSizeBytes); in EcEdwSign()
404 … err = mbedtls_md_update(p_hash_ctx, (uint8_t*)pMsg+(sizeToHash - edwSizeBytes), msgSize1); in EcEdwSign()
486 CC_PalMemCopy((uint8_t*)pSign + 2*edwSizeBytes, pMsg, msgSize); in EcEdwSign()
491 … CC_PalMemCopy((uint8_t*)pSign + 2*edwSizeBytes, pMsg, sizeToHash - 2*edwSizeBytes); in EcEdwSign()
511 err = mbedtls_md_update(p_hash_ctx, (uint8_t*)pMsg+2*edwSizeBytes, msgSize1); in EcEdwSign()
667 … const uint8_t *pMsg, /*!< [in] - the pointer to the message. */ in EcEdwSignVerify() argument
742 CC_PalMemCopy((uint8_t*)pSign + 2*edwSizeBytes, pMsg, msgSize); in EcEdwSignVerify()
747 … CC_PalMemCopy((uint8_t*)pSign + 2*edwSizeBytes, pMsg, sizeToHash - 2*edwSizeBytes); in EcEdwSignVerify()
[all …]
Dec_edw.h127 … const uint8_t *pMsg, /*!< [in] - the pointer to the message. */
148 … const uint8_t *pMsg, /*!< [in] - the pointer to the message. */