Searched refs:mbedtls_aes_crypt_ofb (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | aes.h | 489 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | aes.h | 487 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_aes.function | 401 TEST_ASSERT(mbedtls_aes_crypt_ofb(&ctx, fragment_size, &iv_offset, 512 TEST_ASSERT(mbedtls_aes_crypt_ofb(&aes_ctx, 16, &size, out, in, out)
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_aes.function | 521 TEST_ASSERT(mbedtls_aes_crypt_ofb(&ctx, fragment_size, &iv_offset, 632 TEST_ASSERT(mbedtls_aes_crypt_ofb(&aes_ctx, 16, &size, out, in, out)
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genaes.c | 370 n = mbedtls_aes_crypt_ofb(&ctx->u.ctx, len, nc_or_iv_off, iv, in lws_genaes_crypt()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | aes.c | 1434 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ofb() function 2155 ret = mbedtls_aes_crypt_ofb(&ctx, 64, &offset, iv, buf, buf); in mbedtls_aes_self_test()
|
H A D | cipher_wrap.c | 188 return mbedtls_aes_crypt_ofb((mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | aes.c | 1398 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx, in mbedtls_aes_crypt_ofb() function 2134 ret = mbedtls_aes_crypt_ofb(&ctx, 64, &offset, iv, buf, buf); in mbedtls_aes_self_test()
|
H A D | cipher_wrap.c | 192 return mbedtls_aes_crypt_ofb((mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
|