Home
last modified time | relevance | path

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 Daes.h489 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Daes.h487 int mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_aes.function401 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 Dtest_suite_aes.function521 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 Dlws-genaes.c370 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 Daes.c1434 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 Dcipher_wrap.c188 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 Daes.c1398 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 Dcipher_wrap.c192 return mbedtls_aes_crypt_ofb((mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()