Searched refs:mbedtls_camellia_crypt_ecb (Results 1 – 4 of 4) sorted by relevance
/third_party/mbedtls/library/ |
D | camellia.c | 476 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ecb() function 568 mbedtls_camellia_crypt_ecb( ctx, mode, input, output ); in mbedtls_camellia_crypt_cbc() 587 mbedtls_camellia_crypt_ecb( ctx, mode, output, output ); in mbedtls_camellia_crypt_cbc() 631 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv ); in mbedtls_camellia_crypt_cfb128() 645 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv ); in mbedtls_camellia_crypt_cfb128() 687 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr() 950 mbedtls_camellia_crypt_ecb( &ctx, v, src, buf ); in mbedtls_camellia_self_test()
|
D | cipher_wrap.c | 684 return mbedtls_camellia_crypt_ecb( (mbedtls_camellia_context *) ctx, operation, input, in camellia_crypt_ecb_wrap()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_camellia.function | 20 mbedtls_camellia_crypt_ecb( &ctx, 60 …TEST_ASSERT( mbedtls_camellia_crypt_ecb( &ctx, MBEDTLS_CAMELLIA_ENCRYPT, src_str->x, output ) == 0… 84 …TEST_ASSERT( mbedtls_camellia_crypt_ecb( &ctx, MBEDTLS_CAMELLIA_DECRYPT, src_str->x, output ) == 0…
|
/third_party/mbedtls/include/mbedtls/ |
D | camellia.h | 128 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx,
|