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 D | test_suite_camellia.function | 34 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 D | test_suite_camellia.function | 34 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 D | camellia.h | 195 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | camellia.h | 197 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | camellia.c | 567 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
|
H A D | cipher_wrap.c | 763 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 D | camellia.c | 569 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
|
H A D | cipher_wrap.c | 799 return mbedtls_camellia_crypt_cfb128((mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap()
|