Home
last modified time | relevance | path

Searched refs:DBGC2_HD (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/net/80211/
Dwpa.c345 DBGC2_HD ( ctx, ptk_data.nonce1, WPA_NONCE_LEN ); in wpa_derive_ptk()
346 DBGC2_HD ( ctx, ptk_data.nonce2, WPA_NONCE_LEN ); in wpa_derive_ptk()
354 DBGC2_HD ( ctx, &ctx->ptk, sizeof ( ctx->ptk ) ); in wpa_derive_ptk()
369 DBGC2_HD ( ctx, &ctx->ptk.tk, len ); in wpa_install_ptk()
388 DBGC2_HD ( ctx, &ctx->gtk.tk, len ); in wpa_install_gtk()
679 DBGC2_HD ( ctx, this_rsn, this_rsn_end - this_rsn ); in wpa_handle_3_of_4()
680 DBGC2_HD ( ctx, ctx->ap_rsn_ie, ctx->ap_rsn_ie_len ); in wpa_handle_3_of_4()
694 DBGC2_HD ( ctx, this_rsn, this_rsn_end - this_rsn ); in wpa_handle_3_of_4()
695 DBGC2_HD ( ctx, new_rsn, new_rsn_end - new_rsn ); in wpa_handle_3_of_4()
904 DBGC2_HD ( ctx, their_mic, 16 ); in eapol_key_rx()
[all …]
/external/syslinux/gpxe/src/net/
Dtls.c180 DBGC2_HD ( tls, secret, secret_len ); in tls_p_hash_va()
189 DBGC2_HD ( tls, &a, sizeof ( a ) ); in tls_p_hash_va()
208 DBGC2_HD ( tls, out, frag_len ); in tls_p_hash_va()
214 DBGC2_HD ( tls, &a, sizeof ( a ) ); in tls_p_hash_va()
1208 DBGC2_HD ( tls, plaintext, plaintext_len ); in tls_send_plaintext()
1419 DBGC2_HD ( tls, data, len ); in tls_new_ciphertext()
/external/syslinux/gpxe/src/include/
Dcompiler.h428 #define DBGC2_HD( ... ) DBGC_HD_IF ( EXTRA, __VA_ARGS__ ) macro
/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c181 DBGC2_HD ( arbel, &hcr, sizeof ( hcr ) ); in arbel_cmd()
184 DBGC2_HD ( arbel, in, ( ( in_len < 512 ) ? in_len : 512 ) ); in arbel_cmd()
218 DBGC2_HD ( arbel, out, ( ( out_len < 512 ) ? out_len : 512 ) ); in arbel_cmd()