Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dutils.h24 struct st_key key_table[MAXKEYS]; variable
25 struct st_key *extra_keys = key_table+HASHSIZE;
68 return &key_table[hash]; in hash_name()
87 if (extra_keys-key_table >= MAXKEYS) in add_key()
H A Dmakemapdata.c62 bzero(key_table, sizeof(key_table)); in main()
116 this = &key_table[i]; in main()
H A Dgenmap.c57 bzero(key_table, sizeof(key_table)); in main()
/linux/arch/x86/crypto/
H A Dcamellia.h18 u64 key_table[CAMELLIA_TABLE_BYTE_LEN / sizeof(u64)]; member