Searched refs:mbedtls_camellia_crypt_cfb128 (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/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, iv_str… 181 …TEST_ASSERT( mbedtls_camellia_crypt_cfb128( &ctx, MBEDTLS_CAMELLIA_DECRYPT, 16, &iv_offset, iv_str…
|
/third_party/mbedtls/include/mbedtls/ |
D | camellia.h | 208 int mbedtls_camellia_crypt_cfb128( mbedtls_camellia_context *ctx,
|
/third_party/mbedtls/library/ |
D | camellia.c | 604 int mbedtls_camellia_crypt_cfb128( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
|
D | cipher_wrap.c | 703 return mbedtls_camellia_crypt_cfb128( (mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap()
|