Searched refs:p_cc_temp_buf (Results 1 – 1 of 1) sorted by relevance
264 CCEcEdwTempBuff_t* p_cc_temp_buf; in mbedtls_ecdsa_verify_edwards() local306 …p_cc_temp_buf = (CCEcEdwTempBuff_t*)mbedtls_calloc( 1, sizeof(CCEcEdwTempBuff_t) + signature_size … in mbedtls_ecdsa_verify_edwards()307 if ( p_cc_temp_buf == NULL ) in mbedtls_ecdsa_verify_edwards()313 p_signature = (uint8_t *)(p_cc_temp_buf + 1); in mbedtls_ecdsa_verify_edwards()339 p_cc_temp_buf); in mbedtls_ecdsa_verify_edwards()348 mbedtls_zeroize_internal(p_cc_temp_buf, sizeof(CCEcEdwTempBuff_t) + signature_size); in mbedtls_ecdsa_verify_edwards()349 mbedtls_free( p_cc_temp_buf ); in mbedtls_ecdsa_verify_edwards()