Home
last modified time | relevance | path

Searched refs:mbedtls_ecdsa_raw_to_der (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_util.function15 TEST_EQUAL(mbedtls_ecdsa_raw_to_der(key_bits, input->x, input->len,
37 TEST_ASSERT(mbedtls_ecdsa_raw_to_der(key_bits, input->x, input->len,
46 TEST_ASSERT(mbedtls_ecdsa_raw_to_der(key_bits, input->x, input->len,
H A Dtest_suite_pk.function2730 TEST_EQUAL(mbedtls_ecdsa_raw_to_der(mbedtls_pk_get_bitlen(&pk_pub),
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpsa_util.h165 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_util.c433 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len, in mbedtls_ecdsa_raw_to_der() function
H A Dpk_wrap.c729 ret = mbedtls_ecdsa_raw_to_der(key_bits, sig, *sig_len, sig, sig_size, sig_len); in ecdsa_sign_psa()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dpsa-legacy-bridges.md330 …65](https://github.com/Mbed-TLS/mbedtls/issues/7765) Implement `mbedtls_ecdsa_raw_to_der` and `mbe…
333 int mbedtls_ecdsa_raw_to_der(size_t bits,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md958 …for ECDSA signatures. To convert between the two formats, use [`mbedtls_ecdsa_raw_to_der`](https:/…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog90 * Add functions mbedtls_ecdsa_raw_to_der() and mbedtls_ecdsa_der_to_raw() to