Searched refs:output (Results 1 - 5 of 5) sorted by relevance

/crypto/
H A Dansi_cprng.c92 unsigned char *output = NULL; local
114 output = ctx->I;
122 * pseudo random data which we output
126 output = ctx->rand_data;
156 output = ctx->V;
163 crypto_cipher_encrypt_one(ctx->tfm, output, tmp);
H A Dsalsa20_generic.c58 static void salsa20_wordtobyte(u8 output[64], const u32 input[16]) argument
101 U32TO8_LITTLE(output + 4 * i,x[i]);
H A Dtcrypt.c416 static char output[1024]; local
433 if (crypto_hash_digestsize(tfm) > sizeof(output)) {
435 crypto_hash_digestsize(tfm), sizeof(output));
457 speed[i].plen, output, sec);
460 speed[i].plen, output);
655 static char output[1024]; local
667 if (crypto_ahash_digestsize(tfm) > sizeof(output)) {
669 crypto_ahash_digestsize(tfm), sizeof(output));
695 ahash_request_set_crypt(req, sg, output, speed[i].plen);
699 speed[i].plen, output, se
[all...]
H A Dtestmgr.c378 void *output; local
472 output = xoutbuf[0];
473 sg_init_one(&sgout[0], output,
477 output = input;
521 q = output;
1115 "failed for %s: output len = %d\n", i + 1, algo,
1121 if (memcmp(result, ctemplate[i].output, dlen)) {
1148 "failed for %s: output len = %d\n", i + 1, algo,
1154 if (memcmp(result, dtemplate[i].output, dlen)) {
1226 /* Provide remaining output spac
[all...]
H A Dtestmgr.h26092 char output[COMP_BUF_SIZE]; member in struct:comp_testvec
26100 char output[COMP_BUF_SIZE]; member in struct:pcomp_testvec
26117 .output = "\xf3\xca\xcf\xcc\x53\x28\x2d\x56"
26128 .output = "\x5d\x8d\x31\x0e\xc2\x30\x10\x04"
26167 .output = "This document describes a compression method based on the DEFLATE"
26178 .output = "Join us now and share the software "
26244 .output = "\xf3\xca\xcf\xcc\x53\x28\x2d\x56"
26257 .output = "\x5d\x8d\x31\x0e\xc2\x30\x10\x04"
26298 .output = "This document describes a compression method based on the DEFLATE"
26311 .output
[all...]

Completed in 5390 milliseconds