Searched refs:mbedtls_camellia_crypt_cfb128 (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
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,
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | camellia.h | 197 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | camellia.c | 569 int mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
|
D | cipher_wrap.c | 799 return mbedtls_camellia_crypt_cfb128((mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap()
|