Home
last modified time | relevance | path

Searched refs:mbedtls_camellia_crypt_ecb (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dcamellia.c495 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()
Dcipher_wrap.c473 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/
Dcamellia.h107 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx,
Dcompat-1.3.h1817 #define camellia_crypt_ecb mbedtls_camellia_crypt_ecb
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_camellia.function33 … 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/
Drename-1.3-2.0.txt1361 camellia_crypt_ecb mbedtls_camellia_crypt_ecb