Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpk_wrap.c264 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()
Decdsa.c849 int mbedtls_ecdsa_from_keypair( mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key ) in mbedtls_ecdsa_from_keypair() function
/third_party/mbedtls/include/mbedtls/
Decdsa.h463 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()