Searched refs:mbedtls_camellia_crypt_ecb (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | camellia.c | 495 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ecb() function 576 mbedtls_camellia_crypt_ecb( ctx, mode, input, output ); in mbedtls_camellia_crypt_cbc() 595 mbedtls_camellia_crypt_ecb( ctx, mode, output, output ); in mbedtls_camellia_crypt_cbc() 628 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv ); in mbedtls_camellia_crypt_cfb128() 642 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, iv, iv ); in mbedtls_camellia_crypt_cfb128() 674 mbedtls_camellia_crypt_ecb( ctx, MBEDTLS_CAMELLIA_ENCRYPT, nonce_counter, in mbedtls_camellia_crypt_ctr() 935 mbedtls_camellia_crypt_ecb( &ctx, v, src, buf ); in mbedtls_camellia_self_test()
|
D | cipher_wrap.c | 473 return mbedtls_camellia_crypt_ecb( (mbedtls_camellia_context *) ctx, operation, input, in camellia_crypt_ecb_wrap()
|
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/ |
D | camellia.h | 107 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx,
|
D | compat-1.3.h | 1817 #define camellia_crypt_ecb mbedtls_camellia_crypt_ecb
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_camellia.function | 33 … TEST_ASSERT( mbedtls_camellia_crypt_ecb( &ctx, MBEDTLS_CAMELLIA_ENCRYPT, src_str, output ) == 0 ); 67 … TEST_ASSERT( mbedtls_camellia_crypt_ecb( &ctx, MBEDTLS_CAMELLIA_DECRYPT, src_str, output ) == 0 );
|
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1361 camellia_crypt_ecb mbedtls_camellia_crypt_ecb
|