Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dtest_static_keys.c35 struct test_key { struct
38 bool (*test_key)(void); argument
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-6.12.1/kernel/trace/
Dtracing_map.c505 static inline bool keys_match(void *key, void *test_key, unsigned key_size) in keys_match() argument
509 if (memcmp(key, test_key, key_size)) in keys_match()
518 u32 idx, key_hash, test_key; in __tracing_map_insert() local
531 test_key = entry->key; in __tracing_map_insert()
533 if (test_key && test_key == key_hash) { in __tracing_map_insert()
562 if (!test_key) { in __tracing_map_insert()
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dkey-management.c408 struct test_key { struct
427 struct test_key *keys; argument
454 struct test_key *key = &collection.keys[index]; in init_key_in_collection()
513 static void test_key_error(const char *msg, struct test_key *key) in test_key_error()
593 struct test_key *key = &collection.keys[i]; in key_collection_socket()
639 struct test_key *key = &collection.keys[i]; in verify_counters()
700 struct test_key *key = &collection.keys[i]; in verify_keys()
970 struct test_key *key; in try_unmatched_keys()
/linux-6.12.1/fs/crypto/
Dkeyring.c772 static u8 test_key[FSCRYPT_MAX_KEY_SIZE]; in fscrypt_get_test_dummy_secret() local
774 get_random_once(test_key, FSCRYPT_MAX_KEY_SIZE); in fscrypt_get_test_dummy_secret()
778 memcpy(secret->raw, test_key, FSCRYPT_MAX_KEY_SIZE); in fscrypt_get_test_dummy_secret()