Searched refs:mbedtls_chacha20_crypt (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | chacha20.c | 245 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 D | chacha20.c | 245 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 D | chacha20.h | 181 int mbedtls_chacha20_crypt(const unsigned char key[32],
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | chacha20.h | 181 int mbedtls_chacha20_crypt(const unsigned char key[32],
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_chacha20.function | 29 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 D | test_suite_chacha20.function | 29 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 D | benchmark.c | 878 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 D | benchmark.c | 959 TIME_AND_TSC("ChaCha20", mbedtls_chacha20_crypt(buf, buf, 0U, BUFSIZE, buf, buf)); in main()
|