Lines Matching refs:hexdump
63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) in hexdump() function
148 hexdump(stdout,"Key",key,kn); in test1()
150 hexdump(stdout,"IV",iv,in); in test1()
151 hexdump(stdout,"Plaintext",plaintext,pn); in test1()
152 hexdump(stdout,"Ciphertext",ciphertext,cn); in test1()
194 hexdump(stderr,"Got",out,cn); in test1()
195 hexdump(stderr,"Expected",ciphertext,cn); in test1()
233 hexdump(stderr,"Got",out,pn); in test1()
234 hexdump(stderr,"Expected",plaintext,pn); in test1()
275 hexdump(stdout,"Plaintext",plaintext,pn); in test_digest()
276 hexdump(stdout,"Digest",ciphertext,cn); in test_digest()
308 hexdump(stderr,"Got",md,cn); in test_digest()
309 hexdump(stderr,"Expected",ciphertext,cn); in test_digest()