Searched refs:mbedtls_ecdsa_sign_det_ext (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdsa.h | 206 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 D | ecdsa.h | 206 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 D | psa_crypto_ecp.c | 399 MBEDTLS_MPI_CHK(mbedtls_ecdsa_sign_det_ext( in mbedtls_psa_ecdsa_sign_hash()
|
H A D | ecdsa.c | 470 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 D | psa_crypto_ecp.c | 364 MBEDTLS_MPI_CHK(mbedtls_ecdsa_sign_det_ext( in mbedtls_psa_ecdsa_sign_hash()
|
H A D | ecdsa.c | 470 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 D | test_suite_ecdsa.function | 212 mbedtls_ecdsa_sign_det_ext(&grp, &r, &s, &d,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecdsa.function | 212 mbedtls_ecdsa_sign_det_ext(&grp, &r, &s, &d,
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | crypto_platform.cpp | 593 …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 D | 3.0-migration-guide.md | 315 `mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
|
H A D | psa-transition.md | 938 …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 D | 3.0-migration-guide.md | 315 `mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 2423 * The new function mbedtls_ecdsa_sign_det_ext() is similar to
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 2683 * The new function mbedtls_ecdsa_sign_det_ext() is similar to
|