Lines Matching refs:output
17 unsigned char output[100];
23 memset(output, 0x00, 100);
29 TEST_ASSERT( mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_ENCRYPT, src_str, output ) == 0 );
30 hexify( dst_str, output, 8 );
43 unsigned char output[100];
49 memset(output, 0x00, 100);
55 TEST_ASSERT( mbedtls_xtea_crypt_ecb( &ctx, MBEDTLS_XTEA_DECRYPT, src_str, output ) == 0 );
56 hexify( dst_str, output, 8 );
70 unsigned char output[100];
78 memset(output, 0x00, 100);
86 src_str, output ) == 0 );
87 hexify( dst_str, output, len );
101 unsigned char output[100];
109 memset(output, 0x00, 100);
117 src_str, output ) == 0 );
118 hexify( dst_str, output, len );