Lines Matching +full:0 +full:x23
40 unsigned char key[32] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
41 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10,
42 0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
43 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff};
44 unsigned char iv[16] = {0};
45 char plaintx[16] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef,
46 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10};
48 0x9a, 0xcc, 0x23, 0x7d, 0xff, 0x16, 0xd7, 0x6c,
49 0x20, 0xef, 0x7c, 0x91, 0x9e, 0x3a, 0x75, 0x09
60 fd = open("/dev/crypto", O_RDWR, 0); in main()
61 if (fd < 0) in main()
63 memset(&cs, 0, sizeof(cs)); in main()
68 if (res < 0) in main()
71 memset(&co, 0, sizeof(co)); in main()
80 if (res < 0) in main()
86 return 0; in main()