Searched refs:key_type (Results 26 - 50 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_cmd.c642 cmd->key_type = KEY_WEP;
656 int wl1271_cmd_set_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type, argument
669 if (key_type != KEY_WEP)
674 cmd->key_type = key_type;
684 if (key_type == KEY_TKIP) {
H A Dwl1251_main.c715 key->key_type = KEY_WEP_DEFAULT;
717 key->key_type = KEY_WEP_ADDR;
723 key->key_type = KEY_TKIP_MIC_GROUP;
725 key->key_type = KEY_TKIP_MIC_PAIRWISE;
731 key->key_type = KEY_AES_GROUP;
733 key->key_type = KEY_AES_PAIRWISE;
803 if (wl_cmd->key_type != KEY_WEP_DEFAULT)
806 if ((wl_cmd->key_type == KEY_TKIP_MIC_GROUP) ||
807 (wl_cmd->key_type == KEY_TKIP_MIC_PAIRWISE)) {
H A Dwl1271_cmd.h54 int wl1271_cmd_set_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type,
335 u8 key_type; member in struct:wl1271_cmd_set_keys
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dgc.c130 ubifs_assert(key_type(c, &sa->key) == UBIFS_DATA_KEY);
131 ubifs_assert(key_type(c, &sb->key) == UBIFS_DATA_KEY);
168 typea = key_type(c, &sa->key);
169 typeb = key_type(c, &sb->key);
254 if (key_type(c, &snod->key) != UBIFS_DATA_KEY)
357 if (key_type(c, &snod->key) == UBIFS_DENT_KEY ||
H A Dtnc_misc.c324 switch (key_type(c, &zbr->key)) {
340 type = key_type(c, &zbr->key);
462 int err, type = key_type(c, key);
H A Dkey.h309 * key_type - get key type.
313 static inline int key_type(const struct ubifs_info *c, function
515 int type = key_type(c, key);
H A Dreplay.c221 switch (key_type(c, &r->key)) {
463 int key_type = key_type_flash(c, dent->key); local
471 ubifs_err("bad %s node", key_type == UBIFS_DENT_KEY ?
476 if (key_type != UBIFS_DENT_KEY && key_type != UBIFS_XENT_KEY) {
477 ubifs_err("bad key type %d", key_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cfgable.h114 char *key_type; member in struct:OperationConfig
H A Dtool_cfgable.c105 Curl_safefree(config->key_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_spnego.c63 struct key_type cifs_spnego_key_type = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dkey.c46 static struct key_type key_type_dead = {
227 struct key *key_alloc(struct key_type *type, const char *desc,
675 struct key_type *key_type_lookup(const char *type)
677 struct key_type *ktype;
700 void key_type_put(struct key_type *ktype)
763 struct key_type *ktype;
938 int register_key_type(struct key_type *ktype)
940 struct key_type *p;
968 void unregister_key_type(struct key_type *ktype)
H A Duser_defined.c25 struct key_type key_type_user = {
H A Dkeyring.c64 struct key_type key_type_keyring = {
289 struct key_type *type,
460 struct key_type *type,
480 const struct key_type *ktype,
680 int __key_link_begin(struct key *keyring, const struct key_type *type,
858 void __key_link_end(struct key *keyring, struct key_type *type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Dmanager.c144 enum omap_dss_trans_key_type key_type; local
146 key_type = mgr->info.trans_key_type;
147 BUG_ON(key_type >= ARRAY_SIZE(trans_key_type_str));
149 return snprintf(buf, PAGE_SIZE, "%s\n", trans_key_type_str[key_type]);
155 enum omap_dss_trans_key_type key_type; local
159 for (key_type = OMAP_DSS_COLOR_KEY_GFX_DST;
160 key_type < ARRAY_SIZE(trans_key_type_str); key_type++) {
161 if (sysfs_streq(buf, trans_key_type_str[key_type]))
165 if (key_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcshelp.cpp377 wxSimpleHelpProviderHashMap::key_type key = (wxSimpleHelpProviderHashMap::key_type)id;
H A Dlist.cpp578 wxList::wxList( int key_type )
579 : wxObjectList( (wxKeyType)key_type )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dapplehttp.c62 enum KeyType key_type; member in struct:segment
204 enum KeyType key_type = KEY_NONE; local
241 key_type = KEY_NONE;
244 key_type = KEY_AES_128;
300 seg->key_type = key_type;
327 if (seg->key_type == KEY_NONE) {
330 } else if (seg->key_type == KEY_AES_128) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c472 __ham_insertpair(dbc, p, indxp, key_dbt, data_dbt, key_type, data_type)
477 int key_type, data_type;
489 ksize = (key_type == H_OFFPAGE) ?
499 key_type, &match, &indx)) != 0)
576 if (key_type == H_OFFPAGE)
580 key_dbt->size, key_type); local
601 * The key_type parameter overloads the entry type to allow for comparison of
610 __ham_getindex(dbc, p, key, key_type, match, indx)
614 int key_type, *match;
625 p, key, key_type, matc
2008 int do_expand, data_type, is_keybig, is_databig, key_type, match, ret; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dregfio.h145 uint16 key_type; member in struct:__anon5298
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl.c1480 const struct key_type *key_type,
1525 key2_print (&key2, key_type, "Master Encrypt", "Master Decrypt");
1530 fixup_key (&key2.keys[i], key_type);
1531 if (!check_key (&key2.keys[i], key_type))
1544 key_type,
1550 key_type,
1740 generate_key_random (&key, &session->opt->key_type);
1741 if (!check_key (&key, &session->opt->key_type))
1747 if (!write_key (&key, &session->opt->key_type, bu
1479 generate_key_expansion(struct key_ctx_bi *key, const struct key_type *key_type, const struct key_source2 *key_src, const struct session_id *client_sid, const struct session_id *server_sid, bool server) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c139 tx_hdr.key_type = ath9k_cmn_get_hw_crypto_keytype(skb);
140 if (tx_hdr.key_type == ATH9K_KEY_TYPE_CLEAR)
181 mgmt_hdr.key_type = ath9k_cmn_get_hw_crypto_keytype(skb);
182 if (mgmt_hdr.key_type == ATH9K_KEY_TYPE_CLEAR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.h50 enum nl80211_key_type key_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c73 enum KeyType key_type; member in struct:segment
499 enum KeyType key_type = KEY_NONE; local
555 key_type = KEY_NONE;
558 key_type = KEY_AES_128;
623 seg->key_type = key_type;
632 if (key_type != KEY_NONE) {
935 if (seg->key_type == KEY_NONE) {
939 } else if (seg->key_type == KEY_AES_128) {
983 if (ret == 0 && seg->key_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/hashes/
H A Dhashes.cpp397 typedef typename HashMapT::key_type key_type; typedef
401 key_type buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dlmac.h254 u8 key_type; member in struct:p54_tx_data
444 u8 key_type; member in struct:p54_keycache

Completed in 137 milliseconds

1234