Searched refs:mbedtls_camellia_crypt_cfb128 (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | camellia.h | 171 int mbedtls_camellia_crypt_cfb128( mbedtls_camellia_context *ctx,
|
D | compat-1.3.h | 1815 #define camellia_crypt_cfb128 mbedtls_camellia_crypt_cfb128
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_camellia.function | 179 …TEST_ASSERT( mbedtls_camellia_crypt_cfb128( &ctx, MBEDTLS_CAMELLIA_ENCRYPT, 16, &iv_offset, iv_str… 214 …TEST_ASSERT( mbedtls_camellia_crypt_cfb128( &ctx, MBEDTLS_CAMELLIA_DECRYPT, 16, &iv_offset, iv_str…
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | camellia.c | 612 int mbedtls_camellia_crypt_cfb128( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() function
|
D | cipher_wrap.c | 492 return mbedtls_camellia_crypt_cfb128( (mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap()
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1359 camellia_crypt_cfb128 mbedtls_camellia_crypt_cfb128
|