Searched refs:keytype (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/sound/ |
D | jack.h | 94 int keytype); 117 int keytype) in snd_jack_set_key() argument
|
/linux-4.4.14/sound/core/ |
D | jack.c | 318 int keytype) in snd_jack_set_key() argument 324 if (!keytype || key >= ARRAY_SIZE(jack->key)) in snd_jack_set_key() 328 jack->key[key] = keytype; in snd_jack_set_key()
|
/linux-4.4.14/include/keys/ |
D | trusted-type.h | 32 uint16_t keytype; member
|
/linux-4.4.14/security/keys/ |
D | trusted.h | 43 pr_info("trusted_key: sealing key type %d\n", o->keytype); in dump_options()
|
D | trusted.c | 458 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() argument 483 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 674 ret = tpm_seal(tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 759 opt->keytype = SEAL_keytype; in getoptions() 874 options->keytype = SRK_keytype; in trusted_options_alloc()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 1369 info.keytype = fi->keytype; in ath_tx_fill_desc() 2080 enum ath9k_key_type keytype; in setup_frame_info() local 2094 keytype = ath9k_cmn_get_hw_crypto_keytype(skb); in setup_frame_info() 2117 fi->keytype = keytype; in setup_frame_info() 2906 fi->keytype = ATH9K_KEY_TYPE_CLEAR; in ath9k_tx99_send()
|
D | ar9002_mac.c | 227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
|
D | mac.h | 709 enum ath9k_key_type keytype; member
|
D | beacon.c | 94 info.keytype = ATH9K_KEY_TYPE_CLEAR; in ath9k_beacon_setup()
|
D | ar9003_mac.c | 90 ctl17 = SM(i->keytype, AR_EncrType); in ar9003_set_txdesc()
|
D | ath9k.h | 184 enum ath9k_key_type keytype:2;
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | cfg.c | 935 cmd.keytype[i] = CMD_TYPE_WEP_40_BIT; in lbs_set_wep_keys() 938 cmd.keytype[i] = CMD_TYPE_WEP_104_BIT; in lbs_set_wep_keys() 941 cmd.keytype[i] = 0; in lbs_set_wep_keys()
|
D | host.h | 550 uint8_t keytype[4]; member
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 1196 keytype->def_datalen, then key_payload_reserve() should be called.
|