Searched refs:mbedtls_ecdsa_from_keypair (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdsa.h | 628 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdsa.h | 628 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx,
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 131 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 D | pk_wrap.c | 891 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 D | ecdsa.c | 793 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 D | pk_wrap.c | 1153 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 D | ecdsa.c | 793 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 D | crypto_platform.cpp | 589 ret = mbedtls_ecdsa_from_keypair(&ecdsa, keypair); in otPlatCryptoEcdsaSign()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1269 …, and to basic ECDSA context manipulation functions including `mbedtls_ecdsa_from_keypair`, becaus…
|