Searched refs:mbedtls_ecdsa_sign_det_ext (Results 1 – 8 of 8) sorted by relevance
/openthread-3.7.0/third_party/mbedtls/repo/include/mbedtls/ |
D | ecdsa.h | 206 int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r,
|
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_ecp.c | 399 MBEDTLS_MPI_CHK(mbedtls_ecdsa_sign_det_ext( in mbedtls_psa_ecdsa_sign_hash()
|
D | ecdsa.c | 470 int mbedtls_ecdsa_sign_det_ext(mbedtls_ecp_group *grp, mbedtls_mpi *r, in mbedtls_ecdsa_sign_det_ext() function
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecdsa.function | 212 mbedtls_ecdsa_sign_det_ext(&grp, &r, &s, &d,
|
/openthread-3.7.0/src/core/crypto/ |
D | crypto_platform.cpp | 593 …ret = mbedtls_ecdsa_sign_det_ext(&ecdsa.MBEDTLS_PRIVATE(grp), &r, &s, &ecdsa.MBEDTLS_PRIVATE(d), a… in otPlatCryptoEcdsaSign()
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 315 `mbedtls_ecdsa_write_signature()` and `mbedtls_ecdsa_sign_det_ext()`
|
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…
|
/openthread-3.7.0/third_party/mbedtls/repo/ |
D | ChangeLog | 2683 * The new function mbedtls_ecdsa_sign_det_ext() is similar to
|