Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Decdsa.h583 int mbedtls_ecdsa_from_keypair( mbedtls_ecdsa_context *ctx,
Dcompat-1.3.h1895 #define ecdsa_from_keypair mbedtls_ecdsa_from_keypair
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpk_wrap.c251 if( ( ret = mbedtls_ecdsa_from_keypair( &ecdsa, ctx ) ) == 0 ) in eckey_verify_wrap()
269 if( ( ret = mbedtls_ecdsa_from_keypair( &ecdsa, ctx ) ) == 0 ) in eckey_sign_wrap()
347 MBEDTLS_MPI_CHK( mbedtls_ecdsa_from_keypair( &rs->ecdsa_ctx, ctx ) ); in eckey_verify_rs_wrap()
372 MBEDTLS_MPI_CHK( mbedtls_ecdsa_from_keypair( &rs->ecdsa_ctx, ctx ) ); in eckey_sign_rs_wrap()
Decdsa.c932 int mbedtls_ecdsa_from_keypair( mbedtls_ecdsa_context *ctx, const mbedtls_ecp_keypair *key ) in mbedtls_ecdsa_from_keypair() function
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdsa.function198 mbedtls_ecdsa_from_keypair( NULL, &key ) );
200 mbedtls_ecdsa_from_keypair( &ctx, NULL ) );
/openthread-3.5.0/src/core/crypto/
Dcrypto_platform.cpp589 ret = mbedtls_ecdsa_from_keypair(&ecdsa, keypair); in otPlatCryptoEcdsaSign()
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1479 ecdsa_from_keypair mbedtls_ecdsa_from_keypair