| /linux/tools/perf/ |
| H A D | builtin-help.c | 253 const char *subkey = strrchr(name, '.'); in add_man_viewer_info() local 255 if (!subkey) { in add_man_viewer_info() 260 if (!strcmp(subkey, ".path")) { in add_man_viewer_info() 263 return add_man_viewer_path(name, subkey - name, value); in add_man_viewer_info() 265 if (!strcmp(subkey, ".cmd")) { in add_man_viewer_info() 268 return add_man_viewer_cmd(name, subkey - name, value); in add_man_viewer_info() 271 pr_warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info()
|
| /linux/tools/bootconfig/samples/ |
| H A D | good-mixed-kv1.bconf | 1 # value -> subkey pattern 3 key.subkey = another-value
|
| H A D | good-mixed-kv2.bconf | 1 # subkey -> value pattern 2 key.subkey = value
|
| H A D | exp-good-mixed-kv2.bconf | 2 key.subkey = "value";
|
| H A D | exp-good-mixed-append.bconf | 2 keyx.subkey = "value";
|
| H A D | exp-good-mixed-kv1.bconf | 2 key.subkey = "another-value";
|
| H A D | good-mixed-append.bconf | 2 keyx.subkey = value
|
| /linux/arch/x86/crypto/ |
| H A D | camellia_glue.c | 796 #define SET_SUBKEY_LR(INDEX, sRL) (subkey[(INDEX)] = ror64((sRL), 32)) 798 static void camellia_setup_tail(u64 *subkey, u64 *subRL, int max) in camellia_setup_tail() argument 980 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128() argument 1083 camellia_setup_tail(subkey, subRL, 24); in camellia_setup128() 1086 static void camellia_setup256(const unsigned char *key, u64 *subkey) in camellia_setup256() argument 1216 camellia_setup_tail(subkey, subRL, 32); in camellia_setup256() 1219 static void camellia_setup192(const unsigned char *key, u64 *subkey) in camellia_setup192() argument 1228 camellia_setup256(kk, subkey); in camellia_setup192()
|
| H A D | camellia-x86_64-asm_64.S | 92 #define roundsm(ab, subkey, cd) \ argument 93 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \ 269 #define roundsm2(ab, subkey, cd) \ argument 270 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \
|
| /linux/crypto/ |
| H A D | camellia_generic.c | 354 #define SUBKEY_L(INDEX) (subkey[(INDEX)*2]) 355 #define SUBKEY_R(INDEX) (subkey[(INDEX)*2 + 1]) 357 static void camellia_setup_tail(u32 *subkey, u32 *subL, u32 *subR, int max) in camellia_setup_tail() argument 537 static void camellia_setup128(const unsigned char *key, u32 *subkey) in camellia_setup128() argument 640 camellia_setup_tail(subkey, subL, subR, 24); in camellia_setup128() 643 static void camellia_setup256(const unsigned char *key, u32 *subkey) in camellia_setup256() argument 789 camellia_setup_tail(subkey, subL, subR, 32); in camellia_setup256() 792 static void camellia_setup192(const unsigned char *key, u32 *subkey) in camellia_setup192() argument 804 camellia_setup256(kk, subkey); in camellia_setup192() 843 static void camellia_do_encrypt(const u32 *subkey, u32 *io, unsigned max) in camellia_do_encrypt() argument [all …]
|
| /linux/Documentation/process/ |
| H A D | maintainer-pgp-guide.rst | 136 key can be used in place of any of other subkey on the same chain (like 144 private subkey, it cannot be restored or recreated from any other 149 subkey). All subkeys are fully independent -- a message encrypted to 150 one **[E]** subkey cannot be decrypted with any other **[E]** subkey 152 3. A single subkey may have multiple capabilities (e.g. your **[C]** key 161 - add or change the expiration date on itself or any subkey 166 - One subkey carrying both Certify and Sign capabilities (**[SC]**) 167 - A separate subkey with the Encryption capability (**[E]**) 195 Create a separate Signing subkey 200 separate signing subkey:: [all …]
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront_synth.c | 896 header->number, header->subkey, in wavefront_send_sample() 1399 header->subkey, in wavefront_load_patch() 1403 switch (header->subkey) { in wavefront_load_patch() 1469 header->subkey); in wavefront_load_patch()
|
| /linux/include/sound/ |
| H A D | wavefront.h | 472 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member
|
| /linux/Documentation/crypto/ |
| H A D | krb5.rst | 185 value used to derive the appropriate subkey(s). They create an appropriate
|
| /linux/Documentation/trace/ |
| H A D | histogram-design.rst | 241 with the key: for each subkey in the key (in the above example, there 242 is just one subkey corresponding to pid), the hist_field that 243 represents that subkey is retrieved from hist_data.fields[] and the 245 field's size and offset, is used to grab that subkey's data from the 270 each subkey in the key, but hist_trigger_elt_update() doesn't look at
|
| H A D | boottime-trace.rst | 132 action option, there are tree-style options under per-event 'hist' subkey
|