Searched refs:mbedtls_ecdsa_sign_edwards (Results 1 – 4 of 4) sorted by relevance
77 int mbedtls_ecdsa_sign_edwards(
172 int mbedtls_ecdsa_sign_edwards( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign_edwards() function
148 …RUNIT_ASSERT_WITH_RESULT( mbedtls_ecdsa_sign_edwards( &pCtx->grp, &r, &s, &pCtx->d, pDataIn, data_… in runIt_ecdsaPrimRandomEdwTest()
579 RUNIT_PERF_REG_API(mbedtls_ecdsa_sign_edwards , gCompConf.ecc); in runIt_regApi()