Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcrash_dump_dm_crypt.c10 #define KEY_NUM_MAX 128 /* maximum dm crypt keys */ macro
118 if (key_count < 0 || key_count > KEY_NUM_MAX) { in restore_dm_crypt_keys_to_thread_keyring()
250 if (key_count > KEY_NUM_MAX) { in config_keys_make_item()
251 pr_err("Only %u keys at maximum to be created\n", KEY_NUM_MAX); in config_keys_make_item()