Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Decdsa.h628 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
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()
Decdsa.c793 int mbedtls_ecdsa_from_keypair(mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key) in mbedtls_ecdsa_from_keypair() function
/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp589 ret = mbedtls_ecdsa_from_keypair(&ecdsa, keypair); in otPlatCryptoEcdsaSign()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md1269 …, and to basic ECDSA context manipulation functions including `mbedtls_ecdsa_from_keypair`, becaus…