Symbol: rand_bytes
lib/crypto/tests/blake2b_kunit.c
104
rand_bytes(test_buf, data_len);
lib/crypto/tests/blake2b_kunit.c
72
rand_bytes(test_buf, data_len);
lib/crypto/tests/blake2b_kunit.c
80
rand_bytes(key, key_len);
lib/crypto/tests/blake2s_kunit.c
104
rand_bytes(test_buf, data_len);
lib/crypto/tests/blake2s_kunit.c
72
rand_bytes(test_buf, data_len);
lib/crypto/tests/blake2s_kunit.c
80
rand_bytes(key, key_len);
lib/crypto/tests/hash-test-template.h
160
rand_bytes(&test_buf[offset], total_len);
lib/crypto/tests/hash-test-template.h
204
rand_bytes(test_buf, TEST_BUF_LEN);
lib/crypto/tests/hash-test-template.h
240
rand_bytes(test_buf, TEST_BUF_LEN);
lib/crypto/tests/hash-test-template.h
270
rand_bytes(&test_buf[offset], len);
lib/crypto/tests/hash-test-template.h
295
rand_bytes(&test_buf[data_offs1], len);
lib/crypto/tests/hash-test-template.h
312
rand_bytes(test_buf, 128);
lib/crypto/tests/hash-test-template.h
352
rand_bytes(test_buf, IRQ_TEST_NUM_BUFFERS * IRQ_TEST_DATA_LEN);
lib/crypto/tests/hash-test-template.h
42
rand_bytes(out, len);
lib/crypto/tests/hash-test-template.h
435
rand_bytes(test_buf, TEST_BUF_LEN);
lib/crypto/tests/polyval_kunit.c
102
rand_bytes(data, MAX_LEN_FOR_KEY_CHECK);
lib/crypto/tests/polyval_kunit.c
124
rand_bytes(raw_key, sizeof(raw_key));
lib/crypto/tests/polyval_kunit.c
156
rand_bytes(raw_key, sizeof(raw_key));
lib/crypto/tests/polyval_kunit.c
184
rand_bytes(state.raw_key, sizeof(state.raw_key));
lib/crypto/tests/sha256_kunit.c
114
rand_bytes(test_buf, 2 * data_len);
lib/crypto/tests/sha256_kunit.c
138
rand_bytes(test_buf, data_len);
lib/crypto/tests/sha256_kunit.c
173
rand_bytes(test_buf, data_len * 2);
lib/crypto/tests/sha256_kunit.c
68
rand_bytes(data1_buf, max_data_len);
lib/crypto/tests/sha256_kunit.c
69
rand_bytes(data2_buf, max_data_len);
lib/crypto/tests/sha256_kunit.c
70
rand_bytes(salt, sizeof(salt));
lib/crypto/tests/sha3_kunit.c
330
rand_bytes(in, in_len);
lib/crypto/tests/sha3_kunit.c
331
rand_bytes(out, out_len);
lib/crypto/tests/sha3_kunit.c
382
rand_bytes(reg_buf, len);