Lines Matching refs:wpabuf_head

262 	addr[0] = wpabuf_head(uncomp);  in dpp_get_pubkey_hash()
325 res = dpp_bi_pubkey_hash(bi, wpabuf_head(der), wpabuf_len(der)); in dpp_bootstrap_key_hash()
361 if (dpp_bi_pubkey_hash(bi, wpabuf_head(der), wpabuf_len(der)) < 0) { in dpp_keygen()
366 base64 = base64_encode(wpabuf_head(der), wpabuf_len(der), &len); in dpp_keygen()
524 secret_buf = crypto_ecdh_set_peerkey(ecdh, 1, wpabuf_head(peer_pub), in dpp_ecdh()
537 os_memcpy(secret, wpabuf_head(secret_buf), wpabuf_len(secret_buf)); in dpp_ecdh()
700 addr[0] = wpabuf_head(uncomp); in dpp_check_pubkey_match()
708 if (os_memcmp(hash, wpabuf_head(r_hash), SHA256_MAC_LEN) != 0) { in dpp_check_pubkey_match()
931 addr[num_elem] = wpabuf_head(pix); in dpp_gen_r_auth()
935 addr[num_elem] = wpabuf_head(prx); in dpp_gen_r_auth()
940 addr[num_elem] = wpabuf_head(bix); in dpp_gen_r_auth()
945 addr[num_elem] = wpabuf_head(brx); in dpp_gen_r_auth()
1018 addr[num_elem] = wpabuf_head(prx); in dpp_gen_i_auth()
1022 addr[num_elem] = wpabuf_head(pix); in dpp_gen_i_auth()
1026 addr[num_elem] = wpabuf_head(brx); in dpp_gen_i_auth()
1031 addr[num_elem] = wpabuf_head(bix); in dpp_gen_i_auth()
1184 addr[0] = wpabuf_head(nkx); in dpp_derive_pmkid()
1186 addr[1] = wpabuf_head(pkx); in dpp_derive_pmkid()
1191 addr[0] = wpabuf_head(pkx); in dpp_derive_pmkid()
1192 addr[1] = wpabuf_head(nkx); in dpp_derive_pmkid()
1891 signed1 = base64_url_encode(wpabuf_head(jws_prot_hdr), in dpp_build_jws_prot_hdr()
1949 wpabuf_head(sig), wpabuf_len(sig)); in dpp_build_conn_signature()
1950 signed3 = base64_url_encode(wpabuf_head(sig), wpabuf_len(sig), in dpp_build_conn_signature()
1967 signed2 = base64_url_encode(wpabuf_head(dppcon), wpabuf_len(dppcon), in dpp_sign_connector()
2460 addr[1] = wpabuf_head(pcx); in dpp_derive_auth_i()
2462 addr[2] = wpabuf_head(pex); in dpp_derive_auth_i()