Home
last modified time | relevance | path

Searched refs:mbedtls_ecdsa_from_keypair (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Decdsa.h638 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx,
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c131 if (mbedtls_ecdsa_from_keypair(ctx->u.ctx_ecdsa, &kp)) in lws_genec_keypair_import()
/third_party/mbedtls/library/
Dpk_wrap.c1059 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()
Decdsa.c805 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key) in mbedtls_ecdsa_from_keypair() function