Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dchacha20.c245 int mbedtls_chacha20_crypt(const unsigned char key[32], in mbedtls_chacha20_crypt() function
471 ret = mbedtls_chacha20_crypt(test_keys[i], in mbedtls_chacha20_self_test()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dchacha20.c245 int mbedtls_chacha20_crypt(const unsigned char key[32], in mbedtls_chacha20_crypt() function
471 ret = mbedtls_chacha20_crypt(test_keys[i], in mbedtls_chacha20_self_test()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dchacha20.h181 int mbedtls_chacha20_crypt(const unsigned char key[32],
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dchacha20.h181 int mbedtls_chacha20_crypt(const unsigned char key[32],
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_chacha20.function29 TEST_ASSERT(mbedtls_chacha20_crypt(key_str->x, nonce_str->x, counter, src_str->len, src_str->x,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_chacha20.function29 TEST_ASSERT(mbedtls_chacha20_crypt(key_str->x, nonce_str->x, counter, src_str->len, src_str->x,
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c878 TIME_AND_TSC("ChaCha20", mbedtls_chacha20_crypt(buf, buf, 0U, BUFSIZE, buf, buf)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c959 TIME_AND_TSC("ChaCha20", mbedtls_chacha20_crypt(buf, buf, 0U, BUFSIZE, buf, buf)); in main()