Searched refs:mbedtls_camellia_crypt_cbc (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_camellia.function | 26 mbedtls_camellia_crypt_cbc( &ctx, 106 …TEST_ASSERT( mbedtls_camellia_crypt_cbc( &ctx, MBEDTLS_CAMELLIA_ENCRYPT, src_str->len, iv_str->x, … 132 …TEST_ASSERT( mbedtls_camellia_crypt_cbc( &ctx, MBEDTLS_CAMELLIA_DECRYPT, src_str->len, iv_str->x, …
|
/third_party/mbedtls/include/mbedtls/ |
D | camellia.h | 162 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx,
|
/third_party/mbedtls/library/ |
D | camellia.c | 544 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cbc() function 1002 mbedtls_camellia_crypt_cbc( &ctx, v, 16, iv, src, buf ); in mbedtls_camellia_self_test()
|
D | cipher_wrap.c | 693 return mbedtls_camellia_crypt_cbc( (mbedtls_camellia_context *) ctx, operation, length, iv, in camellia_crypt_cbc_wrap()
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 894 mbedtls_camellia_crypt_cbc( &camellia, MBEDTLS_CAMELLIA_ENCRYPT, in main()
|