Home
last modified time | relevance | path

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

/crypto/
Dansi_cprng.c84 unsigned char *output = NULL; in _get_more_prng_bytes() local
106 output = ctx->I; in _get_more_prng_bytes()
118 output = ctx->rand_data; in _get_more_prng_bytes()
148 output = ctx->V; in _get_more_prng_bytes()
155 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
Dtestmgr.h29530 char output[COMP_BUF_SIZE]; member
29544 .output = "\xf3\xca\xcf\xcc\x53\x28\x2d\x56"
29555 .output = "\x5d\x8d\x31\x0e\xc2\x30\x10\x04"
29594 .output = "This document describes a compression method based on the DEFLATE"
29605 .output = "Join us now and share the software "
29616 .output = "\x78\x5e\xf3\xca\xcf\xcc\x53\x28"
29628 .output = "\x78\x5e\x5d\xce\x41\x0a\xc3\x30"
29668 .output = "This document describes a compression method based on the DEFLATE"
29680 .output = "Join us now and share the software "
29694 .output = "\x00\x0d\x4a\x6f\x69\x6e\x20\x75"
[all …]
Dtestmgr.c2904 char *output, *decomp_output; in test_comp() local
2908 output = kmalloc(COMP_BUF_SIZE, GFP_KERNEL); in test_comp()
2909 if (!output) in test_comp()
2914 kfree(output); in test_comp()
2922 memset(output, 0, COMP_BUF_SIZE); in test_comp()
2927 ilen, output, &dlen); in test_comp()
2937 ret = crypto_comp_decompress(tfm, output, in test_comp()
2987 if (memcmp(decomp_output, dtemplate[i].output, dlen)) { in test_comp()
3000 kfree(output); in test_comp()
3011 char *output, *decomp_out; in test_acomp() local
[all …]
Dtcrypt.c1061 char *output; in test_ahash_speed_common() local
1091 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed_common()
1092 if (!output) in test_ahash_speed_common()
1109 ahash_request_set_crypt(req, sg, output, speed[i].plen); in test_ahash_speed_common()
1113 speed[i].plen, output, secs); in test_ahash_speed_common()
1117 speed[i].plen, output); in test_ahash_speed_common()
1126 kfree(output); in test_ahash_speed_common()
DKconfig981 This setting enables two hash algorithms with 256 and 512 bits output.
1556 The input, output, and key of SMS4 are each 128 bits.