Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
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,
Dtest_suite_pk.function2730 TEST_EQUAL(mbedtls_ecdsa_raw_to_der(mbedtls_pk_get_bitlen(&pk_pub),
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpsa_util.h165 int mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len,
/openthread-latest/third_party/mbedtls/repo/library/
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
Dpk_wrap.c729 ret = mbedtls_ecdsa_raw_to_der(key_bits, sig, *sig_len, sig, sig_size, sig_len); in ecdsa_sign_psa()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
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,
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md958 …for ECDSA signatures. To convert between the two formats, use [`mbedtls_ecdsa_raw_to_der`](https:/…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog90 * Add functions mbedtls_ecdsa_raw_to_der() and mbedtls_ecdsa_der_to_raw() to