Searched refs:mbedtls_ecdsa_from_keypair (Results 1 – 4 of 4) sorted by relevance
638 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()
1059 MBEDTLS_MPI_CHK(mbedtls_ecdsa_from_keypair(&rs->ecdsa_ctx, ctx)); in eckey_verify_rs_wrap()1086 MBEDTLS_MPI_CHK(mbedtls_ecdsa_from_keypair(&rs->ecdsa_ctx, ctx)); in eckey_sign_rs_wrap()
805 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key) in mbedtls_ecdsa_from_keypair() function