Searched refs:mbedtls_blowfish_crypt_ecb (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | blowfish.c | 232 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()
|
D | cipher_wrap.c | 1084 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/ |
D | blowfish.h | 99 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx,
|
D | compat-1.3.h | 1809 #define blowfish_crypt_ecb mbedtls_blowfish_crypt_ecb
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_blowfish.function | 33 … 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/ |
D | rename-1.3-2.0.txt | 1353 blowfish_crypt_ecb mbedtls_blowfish_crypt_ecb
|