Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dblowfish.c232 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_ecb() function
279 mbedtls_blowfish_crypt_ecb( ctx, mode, input, output ); in mbedtls_blowfish_crypt_cbc()
298 mbedtls_blowfish_crypt_ecb( ctx, mode, output, output ); in mbedtls_blowfish_crypt_cbc()
331 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, iv, iv ); in mbedtls_blowfish_crypt_cfb64()
345 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, iv, iv ); in mbedtls_blowfish_crypt_cfb64()
377 mbedtls_blowfish_crypt_ecb( ctx, MBEDTLS_BLOWFISH_ENCRYPT, nonce_counter, in mbedtls_blowfish_crypt_ctr()
Dcipher_wrap.c1084 return mbedtls_blowfish_crypt_ecb( (mbedtls_blowfish_context *) ctx, operation, input, in blowfish_crypt_ecb_wrap()
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dblowfish.h99 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx,
Dcompat-1.3.h1809 #define blowfish_crypt_ecb mbedtls_blowfish_crypt_ecb
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_blowfish.function33 … TEST_ASSERT( mbedtls_blowfish_crypt_ecb( &ctx, MBEDTLS_BLOWFISH_ENCRYPT, src_str, output ) == 0 );
67 … TEST_ASSERT( mbedtls_blowfish_crypt_ecb( &ctx, MBEDTLS_BLOWFISH_DECRYPT, src_str, output ) == 0 );
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1353 blowfish_crypt_ecb mbedtls_blowfish_crypt_ecb