Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-help.c247 const char *subkey = strrchr(name, '.'); in add_man_viewer_info() local
249 if (!subkey) { in add_man_viewer_info()
254 if (!strcmp(subkey, ".path")) { in add_man_viewer_info()
257 return add_man_viewer_path(name, subkey - name, value); in add_man_viewer_info()
259 if (!strcmp(subkey, ".cmd")) { in add_man_viewer_info()
262 return add_man_viewer_cmd(name, subkey - name, value); in add_man_viewer_info()
265 pr_warning("'%s': unsupported man viewer sub key.", subkey); in add_man_viewer_info()
/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c811 #define SET_SUBKEY_LR(INDEX, sRL) (subkey[(INDEX)] = ror64((sRL), 32))
813 static void camellia_setup_tail(u64 *subkey, u64 *subRL, int max) in camellia_setup_tail() argument
995 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128() argument
1098 camellia_setup_tail(subkey, subRL, 24); in camellia_setup128()
1101 static void camellia_setup256(const unsigned char *key, u64 *subkey) in camellia_setup256() argument
1231 camellia_setup_tail(subkey, subRL, 32); in camellia_setup256()
1234 static void camellia_setup192(const unsigned char *key, u64 *subkey) in camellia_setup192() argument
1243 camellia_setup256(kk, subkey); in camellia_setup192()
Dcamellia-x86_64-asm_64.S104 #define roundsm(ab, subkey, cd) \ argument
105 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \
281 #define roundsm2(ab, subkey, cd) \ argument
282 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \
Daesni-intel_asm.S200 # Input: Hash subkey.
/Linux-v4.19/crypto/
Dcamellia_generic.c374 #define SUBKEY_L(INDEX) (subkey[(INDEX)*2])
375 #define SUBKEY_R(INDEX) (subkey[(INDEX)*2 + 1])
377 static void camellia_setup_tail(u32 *subkey, u32 *subL, u32 *subR, int max) in camellia_setup_tail() argument
557 static void camellia_setup128(const unsigned char *key, u32 *subkey) in camellia_setup128() argument
660 camellia_setup_tail(subkey, subL, subR, 24); in camellia_setup128()
663 static void camellia_setup256(const unsigned char *key, u32 *subkey) in camellia_setup256() argument
809 camellia_setup_tail(subkey, subL, subR, 32); in camellia_setup256()
812 static void camellia_setup192(const unsigned char *key, u32 *subkey) in camellia_setup192() argument
824 camellia_setup256(kk, subkey); in camellia_setup192()
863 static void camellia_do_encrypt(const u32 *subkey, u32 *io, unsigned max) in camellia_do_encrypt() argument
[all …]
/Linux-v4.19/Documentation/process/
Dmaintainer-pgp-guide.rst167 5. A subkey is fully independent from the master key. A message
168 encrypted to a subkey cannot be decrypted with the master key. If you
169 lose your private subkey, it cannot be recreated from the master key
178 - add or change the expiration date on itself or any subkey
184 - A separate subkey with the Encryption capability (**[E]**)
215 Create a separate Signing subkey
220 signing subkey::
225 your new subkey::
237 recommend that you create an ECC signing subkey for your kernel
393 passphrase or adding a subkey, should automatically convert the old
[all …]
/Linux-v4.19/sound/isa/wavefront/
Dwavefront_synth.c894 header->number, header->subkey, in wavefront_send_sample()
1387 header->subkey, in wavefront_load_patch()
1391 switch (header->subkey) { in wavefront_load_patch()
1457 header->subkey); in wavefront_load_patch()
/Linux-v4.19/include/sound/
Dwavefront.h536 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member