Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_ec_edw_api.h65 } CCEcEdwTempBuff_t; typedef
88 CCEcEdwTempBuff_t *pTempBuff /*!< [in] pointer to the temp buffer. */);
111 CCEcEdwTempBuff_t *pEcEdwTempBuff /*!< [in] Pointer to temp buffer. */);
136CCEcEdwTempBuff_t *pTempBuff /*!< [in] Pointer to the temp buffer, for internal use. */);
156CCEcEdwTempBuff_t *pTempBuff /*!< [in] Pointer to the temp buffer. */);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c81 CCEcEdwTempBuff_t *pTempBuff = NULL; // size is 3*ecEdwOrderSizeBytes in mbedtls_ecdsa_genkey_edwards()
108 …pTempBuff = mbedtls_calloc(1, ((ecEdwOrderSizeBytes + sizeof(CCEcEdwTempBuff_t) + privKeySizeBytes… in mbedtls_ecdsa_genkey_edwards()
117 pPrivKey = (uint8_t*)pFuncTemp + sizeof( CCEcEdwTempBuff_t ); in mbedtls_ecdsa_genkey_edwards()
165 …mbedtls_zeroize_internal(pTempBuff, (ecEdwOrderSizeBytes + sizeof(CCEcEdwTempBuff_t) + privKeySize… in mbedtls_ecdsa_genkey_edwards()
176 CCEcEdwTempBuff_t *cc_temp_buff; in mbedtls_ecdsa_sign_edwards()
204 …cc_temp_buff = (CCEcEdwTempBuff_t *)mbedtls_calloc(1, sizeof(CCEcEdwTempBuff_t) + signature_size ); in mbedtls_ecdsa_sign_edwards()
210 mbedtls_zeroize_internal(cc_temp_buff, signature_size + sizeof(CCEcEdwTempBuff_t)); in mbedtls_ecdsa_sign_edwards()
253 mbedtls_zeroize_internal(cc_temp_buff, signature_size + sizeof(CCEcEdwTempBuff_t) ); in mbedtls_ecdsa_sign_edwards()
264 CCEcEdwTempBuff_t* p_cc_temp_buf; in mbedtls_ecdsa_verify_edwards()
306 …p_cc_temp_buf = (CCEcEdwTempBuff_t*)mbedtls_calloc( 1, sizeof(CCEcEdwTempBuff_t) + signature_size … in mbedtls_ecdsa_verify_edwards()
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_edw/
Dcc_ec_edw.c42 CCEcEdwTempBuff_t *pTempBuff) /*!< [in] pointer to the temp buffer. */ in CC_EcEdwSign()
111 CCEcEdwTempBuff_t *pTempBuff) /*!< [in] the pointer to temp buffer. */ in CC_EcEdwVerify()
171 CCEcEdwTempBuff_t *pTempBuff) in CC_EcEdwSeedKeyPair()
236 CCEcEdwTempBuff_t *pTempBuff) in CC_EcEdwKeyPair()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h133 CCEcEdwTempBuff_t *pEcEdwTempBuff); /*!< [in] pointer to the temp buffer. */
154 CCEcEdwTempBuff_t *pEcEdwTempBuff); /*!< [in] pointer to the temp buffer. */
Dec_edw.c331CCEcEdwTempBuff_t *pEcEdwSignTempBuff) /*!< [in] pointer to the temp buffer. */ in EcEdwSign()
556 CC_PalMemSetZero(pEcEdwSignTempBuff, sizeof(CCEcEdwTempBuff_t)); in EcEdwSign()
673 CCEcEdwTempBuff_t *pEcEdwTempBuff) /*!< [in] pointer to the temp buffer. */ in EcEdwSignVerify()
839 CC_PalMemSetZero(pEcEdwTempBuff, sizeof(CCEcEdwTempBuff_t)); in EcEdwSignVerify()