Searched refs:hexdump (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | tcrypt.c | 71 hexdump(unsigned char *buf, unsigned int len) in hexdump() function 125 hexdump (result, crypto_tfm_alg_digestsize (tfm)); in test_hash() 157 hexdump (result, crypto_tfm_alg_digestsize (tfm)); in test_hash() 213 hexdump(result, crypto_tfm_alg_digestsize(tfm)); in test_hmac() 245 hexdump(result, crypto_tfm_alg_digestsize(tfm)); in test_hmac() 346 hexdump(q, cipher_tv[i].rlen); in test_cipher() 407 hexdump(q, cipher_tv[i].tap[k]); in test_cipher() 461 hexdump(result, dlen); in test_deflate() 492 hexdump(result, dlen); in test_deflate()
|
/linux-2.4.37.9/drivers/scsi/ |
D | ide-scsi.c | 315 static void hexdump(u8 *x, int len) in hexdump() function 390 hexdump(scsi_buf, IDE_MIN(16, pc->scsi_cmd->request_bufflen)); in idescsi_end_request() 469 hexdump(pc->c, 12); in idescsi_pc_intr() 1114 hexdump(cmd->cmnd, cmd->cmd_len); in idescsi_queue() 1118 hexdump(pc->c, 12); in idescsi_queue()
|
/linux-2.4.37.9/drivers/net/ |
D | cirrus.c | 164 static void hexdump (struct net_device *dev,const void *ptr,size_t size) in hexdump() function 181 if (skb->len < 0x100) hexdump (dev,skb->data,skb->len); in dump_packet()
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 1116 make sense of a hexdump of code ). 1339 hexdump -s 0xf160054 /dev/mem | more 1343 hexdump -s 0x0feecc6c /dev/mem | more
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | aztcd | 497 (mis)use cdplay to read and hexdump data disks. You can find the code in the
|