Home
last modified time | relevance | path

Searched refs:mbedtls_camellia_crypt_cfb128 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_camellia.function34 mbedtls_camellia_crypt_cfb128(&ctx,
158 TEST_ASSERT(mbedtls_camellia_crypt_cfb128(&ctx, MBEDTLS_CAMELLIA_ENCRYPT, 16, &iv_offset,
182 TEST_ASSERT(mbedtls_camellia_crypt_cfb128(&ctx, MBEDTLS_CAMELLIA_DECRYPT, 16, &iv_offset,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_camellia.function34 mbedtls_camellia_crypt_cfb128(&ctx,
158 TEST_ASSERT(mbedtls_camellia_crypt_cfb128(&ctx, MBEDTLS_CAMELLIA_ENCRYPT, 16, &iv_offset,
182 TEST_ASSERT(mbedtls_camellia_crypt_cfb128(&ctx, MBEDTLS_CAMELLIA_DECRYPT, 16, &iv_offset,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcamellia.h195 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcamellia.h197 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx,
/aosp_15_r20/external/mbedtls/library/
H A Dcamellia.c567 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
H A Dcipher_wrap.c763 return mbedtls_camellia_crypt_cfb128((mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcamellia.c569 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
H A Dcipher_wrap.c799 return mbedtls_camellia_crypt_cfb128((mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap()