Searched defs:key (Results 1 - 22 of 22) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DkeyDeriveAes.c35 * \brief AES encryption key derivation implementation.
42 * MODULE: AES broadcast key derivation *
43 * PURPOSE: AES broadcast key derivation *
63 * AES broadcast key derivation configuration function:
89 * AES key derivation function:
90 * - Decodes the key material.
91 * - Distribute the decoded key material to the driver.
95 * I - p - Pointer to the encoded key material.
105 TSecurityKeys key; local
118 TRACE1(pKeyDerive->hReport, REPORT_SEVERITY_ERROR, "KEY_DERIVE_AES: ERROR: wrong key lengt
169 TSecurityKeys key; local
[all...]
H A DkeyDeriveTkip.c35 * \brief WEP broadcast key derivation implementation.
42 * MODULE: WEP broadcast key derivation *
43 * PURPOSE: WEP broadcast key derivation *
63 * TKIP key derivation init function:
65 * - Resets the key material in the system control block
91 * TKIP key derivation function:
92 * - Decodes the key material.
93 * - Distribute the decoded key material to the driver.
97 * I - p - Pointer to the encoded key material.
107 TSecurityKeys key; local
179 TSecurityKeys key; local
[all...]
H A DkeyDerive.h35 * \brief station unicast key SM API
42 * MODULE: station unicast key SM *
43 * PURPOSE: station unicast key SM API *
71 encodedKeyMaterial_t key; member in struct:_keyDerive_t
H A DkeyDeriveCkip.c35 * \brief WEP broadcast key derivation implementation.
42 * MODULE: WEP broadcast key derivation *
43 * PURPOSE: WEP broadcast key derivation *
67 * CKIP key derivation init function:
69 * - Resets the key material in the system control block
95 * CKIP key derivation function:
96 * - Decodes the key material.
97 * - Distribute the decoded key material to the driver.
101 * I - p - Pointer to the encoded key material.
111 TSecurityKeys key; local
191 TSecurityKeys key; local
[all...]
H A DkeyDeriveWep.c35 * \brief WEP broadcast key derivation implementation.
42 * MODULE: WEP broadcast key derivation *
43 * PURPOSE: WEP broadcast key derivation *
63 * WEP broadcast key derivation init function:
65 * - Resets the key material in the system control block
91 * WEP broadcast key derivation function:
92 * - Decodes the key material.
93 * - Distribute the decoded key material to the driver.
97 * I - p - Pointer to the encoded key material.
107 TSecurityKeys key; local
157 TSecurityKeys key; local
187 TSecurityKeys key; local
[all...]
H A Drsn.c398 /* Set the WEP key to the HAL */
401 /* Change key type to WEP-key before setting*/
408 TRACE1(pRsn->hReport, REPORT_SEVERITY_ERROR, "RSN: Setting key #%d failed \n", keyIndex);
414 /* Now we configure default key ID to the HAL */
423 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "RSN: default key ID =%d \n", pRsn->defaultKeyId);
478 { /* remove previously WEP key for SHARED */
511 /* Change key type to WEP-key before setting*/
522 /* Set WEP transmit key mas
545 TSecurityKeys key; local
587 TSecurityKeys key; local
[all...]
/hardware/broadcom/wlan/bcm4329/src/include/
H A Dminiopt.h56 char key[MINIOPT_MAXKEY]; member in struct:miniopt
H A Dwlioctl.h333 uint8 key[WSEC_MAX_PSK_LEN]; member in struct:__anon59
/hardware/libhardware_legacy/qemu/
H A Dqemu.c140 char key[PROPERTY_KEY_MAX]; local
144 ret = snprintf(key, sizeof key, "ro.kernel.android.%s", name);
145 if (ret >= (int)sizeof key)
148 if (property_get(key, prop, "") == 0) {
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_common.c309 OS_802_11_KEY key; local
311 os_memset(&key, 0, sizeof(OS_802_11_KEY));
313 key.Length = pKey->Length;
314 key.KeyIndex = (pKey->KeyIndex & 0x80000000) | (pKey->KeyIndex & 0x3FFFFFFF);
315 key.KeyLength = pKey->KeyLength;
316 os_memcpy(key.KeyMaterial, pKey->KeyMaterial, pKey->KeyLength);
318 res = IPC_STA_Private_Send(pCuCommon->hIpcSta, RSN_ADD_KEY_PARAM, &key, sizeof(OS_802_11_KEY),
331 OS_802_11_KEY key; local
333 os_memset(&key, 0, sizeof(OS_802_11_KEY));
334 key
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dprotobuf_v8.cpp277 Handle<Value> key = Number::New(i); local
278 properties->Set(key, value);
478 Handle<Value> key = Number::New(types->Length()); local
479 types->Set(key, result->handle_);
/hardware/broadcom/wlan/bcm4329/src/include/proto/
H A Deapol.h67 unsigned char key[1]; /* Key (optional) */ member in struct:__anon24
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp285 String8 key; local
295 key = String8(BT_NREC_KEY);
296 if (param.get(key, value) == NO_ERROR) {
305 key = String8(BT_NAME_KEY);
306 if (param.get(key, value) == NO_ERROR) {
831 String8 key = String8(AudioParameter::keyRouting); local
836 if (param.getInt(key, device) == NO_ERROR) {
840 param.remove(key);
853 String8 key = String8(AudioParameter::keyRouting); local
855 if (param.get(key, valu
1093 String8 key = String8(AudioParameter::keyRouting); local
1119 String8 key = String8(AudioParameter::keyRouting); local
[all...]
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c1081 /* remove key if disabled */
1095 /* No key material is provided, just set given index as default TX key */
1251 TSecurityKeys key; local
1253 os_memoryZero(pCmdInterpret->hOs, &key, sizeof(key));
1254 key.keyType = ext->alg;
1259 key.encLen = ext->key_len;
1260 os_memoryCopy(pCmdInterpret->hOs, key.encKey, ext->key, ex
[all...]
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_iw.h157 uint8 key[KEY_LEN]; member in struct:ap_profile
H A Dwl_cfg80211.c214 ** key indianess swap utilities
216 static void swap_key_from_BE(struct wl_wsec_key *key);
217 static void swap_key_to_BE(struct wl_wsec_key *key);
532 swap_key_from_BE(struct wl_wsec_key *key) argument
534 key->index = htod32(key->index);
535 key->len = htod32(key->len);
536 key->algo = htod32(key
544 swap_key_to_BE(struct wl_wsec_key *key) argument
1312 struct wl_wsec_key key; local
1584 struct wl_wsec_key key; local
1674 struct wl_wsec_key key; local
1760 struct wl_wsec_key key; local
1820 struct wl_wsec_key key; local
[all...]
H A Dwl_iw.c282 wl_wsec_key_t *key
285 key->index = htod32(key->index);
286 key->len = htod32(key->len);
287 key->algo = htod32(key->algo);
288 key->flags = htod32(key->flags);
289 key
4347 wl_wsec_key_t key; local
4442 wl_wsec_key_t key; local
4591 wl_wsec_key_t key; local
5162 wl_iw_parse_wep(char *keystr, wl_wsec_key_t *key) argument
6052 wl_wsec_key_t key; local
[all...]
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/
H A Ddriver_ti.c1187 const u8 *key, size_t key_len)
1195 seq, seq_len, key, key_len);
1184 wpa_driver_tista_set_key(void *priv, wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
/hardware/broadcom/wlan/bcm4329/src/shared/
H A Dbcmutils.c1388 bcm_parse_tlvs(void *buf, int buflen, uint key) argument
1401 if ((elt->id == key) && (totlen >= (len + 2)))
1415 * than the target key.
1418 bcm_parse_ordered_tlvs(void *buf, int buflen, uint key) argument
1431 /* Punt if we start seeing IDs > than target key */
1432 if (id > key)
1436 if ((id == key) && (totlen >= (len + 2)))
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.cpp383 String8 key; local
396 key = String8(HAC_KEY);
397 if (param.get(key, value) == NO_ERROR) {
408 key = String8(BT_NREC_KEY);
409 if (param.get(key, value) == NO_ERROR) {
418 key = String8(BT_NAME_KEY);
419 if (param.get(key, value) == NO_ERROR) {
436 key = String8("noise_suppression");
437 if (param.get(key, value) == NO_ERROR) {
484 key
514 String8 key; local
1727 String8 key = String8(AudioParameter::keyRouting); local
1749 String8 key = String8(AudioParameter::keyRouting); local
1972 String8 key = String8(AudioParameter::keyInputSource); local
2008 String8 key = String8(AudioParameter::keyRouting); local
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp2097 unsigned int key = 0; local
2111 /* for a regular RCV file, 3 bytes comprise the frame size and 1 byte for key*/
2115 readOffset = fread(&key, 1, 1, inputBufferFile);
2116 if ( (key & 0x80) == false)
2118 DEBUG_PRINT("Read_Buffer_From_RCV_File - Non IDR frame key %x\n", key);
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_commands.h680 Desc: The host issues this command to manage the WEP key cache in the WiLink.
693 KEY_ADD_OR_REPLACE = 1, /* Add or replace a key in the WEP cache*/
694 KEY_REMOVE = 2, /* Remove a key from the WEP cache*/
710 0x00 WEP default key 5, 13, 29 Key Size bytes of key data
712 0x01 WEP key mapping key 5, 13, 29 Key Size bytes of key data
714 0x04 AES Group Key 16 16 bytes of key data
716 0x05 AES Pairwise Key 16 16 bytes of key dat
796 uint8 key[MAX_KEY_SIZE]; member in struct:__anon763
[all...]

Completed in 1041 milliseconds