Lines Matching refs:printf
48 printf("==================================================================================\n");
50 printf("input err!!!!!!!!!!!!!!!! \n");
51 printf("usage: %s filename\n",argv[0]);
54 printf("input_file:%s\n",input_file);
58 printf("open file failed!\n");
73 printf("ERROR: not find KEY=XXXX string!!!\n");
83 printf("==================================================================================\n");
84 printf("AES KEY:\n");
86 printf("%02x", buf[i]);
87 printf("\n");
88 printf("==================================================================================\n");
90 printf("==================================================================================\n");
91 printf("AES KEY REG VALUE:\n");
95 printf("mw 0x100900%02x 0x", (i * 4) + 0xc);
96 printf("%02x", buf[i * 4 + j]);
98 printf("\n");
101 printf("==================================================================================\n");