Home
last modified time | relevance | path

Searched refs:mbedtls_test_ascii2uc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/src/
H A Dhelpers.c57 int mbedtls_test_ascii2uc(const char c, unsigned char *uc) in mbedtls_test_ascii2uc() function
217 if (mbedtls_test_ascii2uc(*(ibuf++), &uc) != 0) { in mbedtls_test_unhexify()
221 if (mbedtls_test_ascii2uc(*(ibuf++), &uc2) != 0) { in mbedtls_test_unhexify()
H A Dbignum_helpers.c59 TEST_ASSERT(mbedtls_test_ascii2uc(*input, byte_start) == 0); in mbedtls_test_read_mpi_core()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A Dhelpers.c364 int mbedtls_test_ascii2uc(const char c, unsigned char *uc) in mbedtls_test_ascii2uc() function
572 if (mbedtls_test_ascii2uc(*(ibuf++), &uc) != 0) { in mbedtls_test_unhexify()
576 if (mbedtls_test_ascii2uc(*(ibuf++), &uc2) != 0) { in mbedtls_test_unhexify()
H A Dbignum_helpers.c59 TEST_ASSERT(mbedtls_test_ascii2uc(*input, byte_start) == 0); in mbedtls_test_read_mpi_core()
/aosp_15_r20/external/mbedtls/tests/include/test/
H A Dhelpers.h212 int mbedtls_test_ascii2uc(const char c, unsigned char *uc);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/
H A Dhelpers.h358 int mbedtls_test_ascii2uc(const char c, unsigned char *uc);