Searched refs:hexdump (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | ansi_cprng.c | 60 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function 98 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 99 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 100 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 115 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 125 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 151 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 173 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 174 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 175 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes() [all …]
|
D | testmgr.c | 98 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function 184 hexdump(result, crypto_ahash_digestsize(tfm)); in test_hash() 248 hexdump(result, crypto_ahash_digestsize(tfm)); in test_hash() 378 hexdump(q, template[i].rlen); in test_aead() 506 hexdump(q, n); in test_aead() 528 hexdump(q, n); in test_aead() 597 hexdump(q, template[i].rlen); in test_cipher() 701 hexdump(q, template[i].rlen); in test_skcipher() 795 hexdump(q, template[i].tap[k]); in test_skcipher() 808 hexdump(q, n); in test_skcipher() [all …]
|