Home
last modified time | relevance | path

Searched refs:mbedtls_ecdsa_sign_det_ext (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decdsa.h206 int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decdsa.h206 int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_ecp.c399 MBEDTLS_MPI_CHK(mbedtls_ecdsa_sign_det_ext( in mbedtls_psa_ecdsa_sign_hash()
H A Decdsa.c470 int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r, in mbedtls_ecdsa_sign_det_ext() function
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_ecp.c364 MBEDTLS_MPI_CHK(mbedtls_ecdsa_sign_det_ext( in mbedtls_psa_ecdsa_sign_hash()
H A Decdsa.c470 int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r, in mbedtls_ecdsa_sign_det_ext() function
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdsa.function212 mbedtls_ecdsa_sign_det_ext(&grp, &r, &s, &d,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecdsa.function212 mbedtls_ecdsa_sign_det_ext(&grp, &r, &s, &d,
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp593 …ret = mbedtls_ecdsa_sign_det_ext(&ecdsa.MBEDTLS_PRIVATE(grp), &r, &s, &ecdsa.MBEDTLS_PRIVATE(d), a… in otPlatCryptoEcdsaSign()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md315 `mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
H A Dpsa-transition.md938 …gn`, `mbedtls_rsa_rsassa_pss_sign_ext`, `mbedtls_ecdsa_sign`, `mbedtls_ecdsa_sign_det_ext` and `mb…
962 …k_verify` for ECDSA keys, as well as by `mbedtls_ecdsa_sign`, `mbedtls_ecdsa_sign_det_ext`, `mbedt…
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md315 `mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
/aosp_15_r20/external/mbedtls/
H A DChangeLog2423 * The new function mbedtls_ecdsa_sign_det_ext() is similar to
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2683 * The new function mbedtls_ecdsa_sign_det_ext() is similar to