Searched refs:output (Results 1 – 5 of 5) sorted by relevance
| /crypto/ |
| A D | ansi_cprng.c | 85 unsigned char *output = NULL; in _get_more_prng_bytes() local 107 output = ctx->I; in _get_more_prng_bytes() 119 output = ctx->rand_data; in _get_more_prng_bytes() 149 output = ctx->V; in _get_more_prng_bytes() 156 crypto_cipher_encrypt_one(ctx->tfm, output, tmp); in _get_more_prng_bytes()
|
| A D | testmgr.h | 34498 char output[COMP_BUF_SIZE]; member 34512 .output = "\xf3\xca\xcf\xcc\x53\x28\x2d\x56" 34523 .output = "\x5d\x8d\x31\x0e\xc2\x30\x10\x04" 34573 .output = "Join us now and share the software " 34587 .output = "\x00\x0d\x4a\x6f\x69\x6e\x20\x75" 34601 .output = "\x00\x2c\x54\x68\x69\x73\x20\x64" 34654 .output = "Join us now and share the software " 34665 .output = "\x11\x01\x00\x0d\x4a\x6f\x69\x6e" 34679 .output = "\x11\x01\x00\x2c\x54\x68\x69\x73" 34734 .output = "Join us now and share the software " [all …]
|
| A D | testmgr.c | 3283 char *output, *decomp_out; in test_acomp() local 3290 if (!output) in test_acomp() 3295 kfree(output); in test_acomp() 3310 memset(output, 0, dlen); in test_acomp() 3313 sg_init_one(&dst, output, dlen); in test_acomp() 3339 sg_init_one(&src, output, ilen); in test_acomp() 3365 hexdump(output, req->dlen); in test_acomp() 3387 memset(output, 0, dlen); in test_acomp() 3423 if (memcmp(output, dtemplate[i].output, req->dlen)) { in test_acomp() 3426 hexdump(output, req->dlen); in test_acomp() [all …]
|
| A D | tcrypt.c | 873 char *output; in test_ahash_speed_common() local 903 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed_common() 904 if (!output) in test_ahash_speed_common() 921 ahash_request_set_crypt(req, sg, output, speed[i].plen); in test_ahash_speed_common() 925 speed[i].plen, output, secs); in test_ahash_speed_common() 929 speed[i].plen, output); in test_ahash_speed_common() 938 kfree(output); in test_ahash_speed_common()
|
| A D | Kconfig | 561 The input, output, and key of SMS4 are each 128 bits. 1038 256 and 512 bits output. 1296 measurements to produce one output block of random numbers. The 1298 generate one output block. Thus, the timing measurement is oversampled
|
Completed in 58 milliseconds