Home
last modified time | relevance | path

Searched refs:test_key (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Dtest_static_keys.c35 struct test_key { struct
38 bool (*test_key)(void); member
55 static void invert_keys(struct test_key *keys, int size) in invert_keys()
68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys()
78 ret = keys[i].test_key(); in verify_keys()
114 struct test_key static_key_tests[] = { in test_key_func()
119 .test_key = &old_true_key_static_key_true, in test_key_func()
124 .test_key = &old_false_key_static_key_false, in test_key_func()
130 .test_key = &true_key_static_branch_likely, in test_key_func()
135 .test_key = &true_key_static_branch_unlikely, in test_key_func()
[all …]
/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c13 static u8 test_key[POLY1305_KEY_SIZE]; variable
28 poly1305_init(ctx, test_key); in poly1305_init_withtestkey()
34 poly1305(test_key, data, len, out); in poly1305_withtestkey()
48 rand_bytes_seeded_from_len(test_key, POLY1305_KEY_SIZE); in poly1305_suite_init()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c383 struct test_key {
402 struct test_key *keys; in is_fips_enabled()
422 struct test_key *key = &collection.keys[index];
478 static void test_key_error(const char *msg, struct test_key *key) in init_key_in_collection()
558 struct test_key *key = &collection.keys[i]; in verify_current_rnext()
604 struct test_key *key = &collection.keys[i]; in key_collection_socket()
665 struct test_key *key = &collection.keys[i]; in lookup_key()
935 struct test_key *key; in start_client()
408 struct test_key { global() struct
427 skip_counters_checkstest_key global() argument
/linux/fs/crypto/
H A Dkeyring.c800 static u8 test_key[FSCRYPT_MAX_RAW_KEY_SIZE]; in fscrypt_get_test_dummy_secret() local
802 get_random_once(test_key, sizeof(test_key)); in fscrypt_get_test_dummy_secret()
805 secret->size = sizeof(test_key); in fscrypt_get_test_dummy_secret()
806 memcpy(secret->bytes, test_key, sizeof(test_key)); in fscrypt_get_test_dummy_secret()