Searched refs:vector (Results 1 – 6 of 6) sorted by relevance
/hostap-3.6.0/wlantest/ |
D | test_vectors.c | 559 static int run_gcmp(int idx, const struct gcmp_test *vector) in run_gcmp() argument 570 wpa_hexdump(MSG_INFO, "TK", vector->tk, sizeof(vector->tk)); in run_gcmp() 571 wpa_hexdump(MSG_INFO, "PN", vector->pn, sizeof(vector->pn)); in run_gcmp() 572 wpa_hexdump(MSG_INFO, "802.11 Header", vector->frame, vector->hdr_len); in run_gcmp() 574 vector->frame + vector->hdr_len, in run_gcmp() 575 vector->payload_len); in run_gcmp() 577 enc = gcmp_encrypt(vector->tk, sizeof(vector->tk), in run_gcmp() 578 vector->frame, in run_gcmp() 579 vector->hdr_len + vector->payload_len, in run_gcmp() 580 vector->hdr_len, in run_gcmp() [all …]
|
/hostap-3.6.0/wpa_supplicant/binder/ |
D | supplicant.h | 49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
|
/hostap-3.6.0/src/common/ |
D | dpp_crypto.c | 1881 const u8 *vector[3]; in dpp_build_conn_signature() local 1886 vector[0] = (const u8 *) signed1; in dpp_build_conn_signature() 1887 vector[1] = (const u8 *) dot; in dpp_build_conn_signature() 1888 vector[2] = (const u8 *) signed2; in dpp_build_conn_signature() 1898 ret = sha256_vector(3, vector, vector_len, hash); in dpp_build_conn_signature() 1900 ret = sha384_vector(3, vector, vector_len, hash); in dpp_build_conn_signature() 1902 ret = sha512_vector(3, vector, vector_len, hash); in dpp_build_conn_signature()
|
/hostap-3.6.0/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 39 40-bit keys, 24-bit initialization vector (IV), and CRC32 to
|
/hostap-3.6.0/hostapd/ |
D | README | 247 24-bit initialization vector (IV), and CRC32 to protect against packet
|
/hostap-3.6.0/wpa_supplicant/ |
D | README | 209 24-bit initialization vector (IV), and CRC32 to protect against packet
|