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 D | test_suite_psa_crypto_util.function | 15 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 D | test_suite_pk.function | 2730 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 D | psa_util.h | 165 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 D | psa_util.c | 433 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 D | pk_wrap.c | 729 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 D | psa-legacy-bridges.md | 330 …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 D | psa-transition.md | 958 …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 D | ChangeLog | 90 * Add functions mbedtls_ecdsa_raw_to_der() and mbedtls_ecdsa_der_to_raw() to
|