Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdsa.h628 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdsa.h628 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx,
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c131 if (mbedtls_ecdsa_from_keypair(ctx->u.ctx_ecdsa, &kp)) in lws_genec_keypair_import()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk_wrap.c891 MBEDTLS_MPI_CHK(mbedtls_ecdsa_from_keypair(&rs->ecdsa_ctx, pk->pk_ctx)); in eckey_verify_rs_wrap()
918 MBEDTLS_MPI_CHK(mbedtls_ecdsa_from_keypair(&rs->ecdsa_ctx, pk->pk_ctx)); in eckey_sign_rs_wrap()
H A Decdsa.c793 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key) in mbedtls_ecdsa_from_keypair() function
/aosp_15_r20/external/mbedtls/library/
H A Dpk_wrap.c1153 MBEDTLS_MPI_CHK(mbedtls_ecdsa_from_keypair(&rs->ecdsa_ctx, pk->pk_ctx)); in eckey_verify_rs_wrap()
1180 MBEDTLS_MPI_CHK(mbedtls_ecdsa_from_keypair(&rs->ecdsa_ctx, pk->pk_ctx)); in eckey_sign_rs_wrap()
H A Decdsa.c793 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key) in mbedtls_ecdsa_from_keypair() function
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp589 ret = mbedtls_ecdsa_from_keypair(&ecdsa, keypair); in otPlatCryptoEcdsaSign()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1269 …, and to basic ECDSA context manipulation functions including `mbedtls_ecdsa_from_keypair`, becaus…