Searched refs:keydata (Results 1 – 6 of 6) sorted by relevance
/external/iw/ |
D | util.c | 395 char *keydata; in parse_keys() local 413 keydata = arg + pos; in parse_keys() 414 switch (strlen(keydata)) { in parse_keys() 416 keydata = hex2bin(keydata, keybuf); in parse_keys() 422 keydata = hex2bin(keydata, keybuf); in parse_keys() 431 if (!keydata) in parse_keys() 434 NLA_PUT(msg, NL80211_KEY_DATA, keylen, keydata); in parse_keys()
|
/external/python/rsa/tests/ |
D | test_load_save_keys.py | 189 keydata = privatefile.read() 190 privkey = rsa.key.PrivateKey.load_pkcs1(keydata)
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.c | 699 struct eap_key_data keydata; in eapol_sm_processKey() local 737 res = eapol_sm_get_key(sm, (u8 *) &keydata, sizeof(keydata)); in eapol_sm_processKey() 745 res = eapol_sm_get_key(sm, (u8 *) &keydata, 16); in eapol_sm_processKey() 753 os_memcpy(keydata.sign_key, keydata.encr_key, 16); in eapol_sm_processKey() 777 hmac_md5(keydata.sign_key, sign_key_len, in eapol_sm_processKey() 805 os_memcpy(ekey + IEEE8021X_KEY_IV_LEN, keydata.encr_key, in eapol_sm_processKey() 824 os_memcpy(datakey, keydata.encr_key, key_len); in eapol_sm_processKey()
|
/external/python/rsa/rsa/ |
D | cli.py | 166 keydata = keyfile.read() 168 return self.key_class.load_pkcs1(keydata, keyform)
|
/external/python/rsa/doc/ |
D | usage.rst | 40 ... keydata = privatefile.read() 41 >>> privkey = rsa.PrivateKey.load_pkcs1(keydata)
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 1848 const u8 *keydata, in wpa_supplicant_process_1_of_2_rsn() argument 1858 keydata, keydatalen); in wpa_supplicant_process_1_of_2_rsn() 1859 if (wpa_supplicant_parse_ies(keydata, keydatalen, &ie) < 0) in wpa_supplicant_process_1_of_2_rsn()
|