Home
last modified time | relevance | path

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 Dtest_suite_aes.function119 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 Daes.h572 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Daes.h570 int mbedtls_aes_crypt_ctr(mbedtls_aes_context *ctx,
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genaes.c357 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 Dbenchmark.c796 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 Daes.c1473 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 Dcipher_wrap.c198 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 Daes.c1437 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 Dcipher_wrap.c202 return mbedtls_aes_crypt_ctr((mbedtls_aes_context *) ctx, length, nc_off, nonce_counter, in aes_crypt_ctr_wrap()