Searched refs:CCEcEdwTempBuff_t (Results 1 – 5 of 5) sorted by relevance
65 } CCEcEdwTempBuff_t; typedef88 CCEcEdwTempBuff_t *pTempBuff /*!< [in] pointer to the temp buffer. */);111 CCEcEdwTempBuff_t *pEcEdwTempBuff /*!< [in] Pointer to temp buffer. */);136 … CCEcEdwTempBuff_t *pTempBuff /*!< [in] Pointer to the temp buffer, for internal use. */);156 … CCEcEdwTempBuff_t *pTempBuff /*!< [in] Pointer to the temp buffer. */);
81 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 …]
42 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()
133 CCEcEdwTempBuff_t *pEcEdwTempBuff); /*!< [in] pointer to the temp buffer. */154 CCEcEdwTempBuff_t *pEcEdwTempBuff); /*!< [in] pointer to the temp buffer. */
331 … CCEcEdwTempBuff_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()