Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 2 of 2) sorted by relevance

/crypto/
A Dansi_cprng.c53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() function
91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
92 hexdump("Input I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
93 hexdump("Input V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
108 hexdump("tmp stage 0: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
118 hexdump("tmp stage 1: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
150 hexdump("tmp stage 2: ", tmp, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
173 hexdump("Output I: ", ctx->I, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
174 hexdump("Output V: ", ctx->V, DEFAULT_BLK_SZ); in _get_more_prng_bytes()
[all …]
A Dtestmgr.c165 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() function
2792 hexdump(q, template[i].len); in test_cipher()
2956 hexdump(iv, ivsize); in test_skcipher_vec_cfg()
3365 hexdump(output, req->dlen); in test_acomp()
3426 hexdump(output, req->dlen); in test_acomp()
3496 hexdump(result, template[i].rlen); in test_cprng()
3927 hexdump(outbuf_enc, c_size); in test_akcipher_one()
3979 hexdump(outbuf_dec, out_len); in test_akcipher_one()
4098 hexdump(sig, sig_size); in test_sig_one()

Completed in 13 milliseconds