Searched refs:mbedtls_ecdsa_der_to_raw (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 | 74 TEST_ASSERT(mbedtls_ecdsa_der_to_raw(key_bits, in_buf, in_buf_len, 80 TEST_EQUAL(mbedtls_ecdsa_der_to_raw(key_bits, input->x, input->len,
|
H A D | test_suite_pk.function | 2711 TEST_EQUAL(mbedtls_ecdsa_der_to_raw(mbedtls_pk_get_bitlen(&pk_pub),
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | psa_util.h | 181 int mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size_t der_len,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_util.c | 550 int mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size_t der_len, in mbedtls_ecdsa_der_to_raw() function
|
H A D | pk_wrap.c | 573 ret = mbedtls_ecdsa_der_to_raw(curve_bits, p, sig_len, extracted_sig, in ecdsa_verify_psa()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
H A D | psa-legacy-bridges.md | 330 …/mbedtls/issues/7765) Implement `mbedtls_ecdsa_raw_to_der` and `mbedtls_ecdsa_der_to_raw` as descr… 336 int mbedtls_ecdsa_der_to_raw(size_t bits,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 958 …up__psa__tls__helpers_1ga9295799b5437bdff8ce8abd524c5ef2e) or [`mbedtls_ecdsa_der_to_raw`](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
|