Searched refs:mbedtls_ecdsa_from_keypair (Results 1 – 4 of 4) sorted by relevance
264 if( ( ret = mbedtls_ecdsa_from_keypair( &ecdsa, ctx ) ) == 0 ) in eckey_verify_wrap()282 if( ( ret = mbedtls_ecdsa_from_keypair( &ecdsa, ctx ) ) == 0 ) in eckey_sign_wrap()361 MBEDTLS_MPI_CHK( mbedtls_ecdsa_from_keypair( &rs->ecdsa_ctx, ctx ) ); in eckey_verify_rs_wrap()386 MBEDTLS_MPI_CHK( mbedtls_ecdsa_from_keypair( &rs->ecdsa_ctx, ctx ) ); in eckey_sign_rs_wrap()
849 int mbedtls_ecdsa_from_keypair( mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key ) in mbedtls_ecdsa_from_keypair() function
463 int mbedtls_ecdsa_from_keypair( mbedtls_ecdsa_context *ctx,
131 if (mbedtls_ecdsa_from_keypair(ctx->u.ctx_ecdsa, &kp)) in lws_genec_keypair_import()