Searched refs:mbedtls_aes_crypt_ctr (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_aes.function | 119 TEST_EQUAL(mbedtls_aes_crypt_ctr(&ctx, len, &nc_off, ctr, 124 TEST_EQUAL(mbedtls_aes_crypt_ctr(&ctx, len, &nc_off, ctr, 171 TEST_EQUAL(mbedtls_aes_crypt_ctr(&ctx, length, &nc_off_a, ctr_a, 188 TEST_EQUAL(mbedtls_aes_crypt_ctr(&ctx, l, &nc_off_b, ctr_b, stream_block_b, ip, op), 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | aes.h | 572 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | aes.h | 570 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx,
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genaes.c | 357 n = mbedtls_aes_crypt_ctr(&ctx->u.ctx, len, nc_or_iv_off, in lws_genaes_crypt()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 796 TIME_AND_TSC(title, mbedtls_aes_crypt_ctr(&aes, BUFSIZE, &nc_off, tmp, stream_block, in main()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | aes.c | 1473 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr() function 2211 ret = mbedtls_aes_crypt_ctr(&ctx, len, &offset, nonce_counter, in mbedtls_aes_self_test()
|
H A D | cipher_wrap.c | 198 return mbedtls_aes_crypt_ctr((mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | aes.c | 1437 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ctr() function 2190 ret = mbedtls_aes_crypt_ctr(&ctx, len, &offset, nonce_counter, in mbedtls_aes_self_test()
|
H A D | cipher_wrap.c | 202 return mbedtls_aes_crypt_ctr((mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()
|