Searched refs:subkey (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-help.c254 const char *subkey = strrchr(name, '.'); local
256 if (!subkey) {
261 if (!strcmp(subkey, ".path")) {
264 return add_man_viewer_path(name, subkey - name, value);
266 if (!strcmp(subkey, ".cmd")) {
269 return add_man_viewer_cmd(name, subkey - name, value);
272 pr_warning("'%s': unsupported man viewer sub key.", subkey);
/linux-master/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S91 #define roundsm(ab, subkey, cd) \
92 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \
268 #define roundsm2(ab, subkey, cd) \
269 movq (key_table + ((subkey) * 2) * 4)(CTX), RT2; \
H A Dcamellia_glue.c795 #define SET_SUBKEY_LR(INDEX, sRL) (subkey[(INDEX)] = ror64((sRL), 32))
797 static void camellia_setup_tail(u64 *subkey, u64 *subRL, int max) argument
979 static void camellia_setup128(const unsigned char *key, u64 *subkey) argument
1082 camellia_setup_tail(subkey, subRL, 24);
1085 static void camellia_setup256(const unsigned char *key, u64 *subkey) argument
1215 camellia_setup_tail(subkey, subRL, 32);
1218 static void camellia_setup192(const unsigned char *key, u64 *subkey) argument
1227 camellia_setup256(kk, subkey);
H A Daesni-intel_asm.S183 # Input: Hash subkey.
/linux-master/crypto/
H A Dcamellia_generic.c354 #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) argument
537 static void camellia_setup128(const unsigned char *key, u32 *subkey) argument
640 camellia_setup_tail(subkey, subL, subR, 24);
643 static void camellia_setup256(const unsigned char *key, u32 *subkey) argument
789 camellia_setup_tail(subkey, subL, subR, 32);
792 static void camellia_setup192(const unsigned char *key, u32 *subkey) argument
804 camellia_setup256(kk, subkey);
843 static void camellia_do_encrypt(const u32 *subkey, u3 argument
898 camellia_do_decrypt(const u32 *subkey, u32 *io, unsigned i) argument
[all...]
/linux-master/sound/isa/wavefront/
H A Dwavefront_synth.c896 header->number, header->subkey,
1399 header->subkey,
1403 switch (header->subkey) {
1469 header->subkey);
/linux-master/include/sound/
H A Dwavefront.h472 u8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member in struct:wf_patch_info

Completed in 146 milliseconds