Lines Matching refs:r_pubkey_hash

62 					  const u8 *r_pubkey_hash,  in dpp_auth_build_req()  argument
93 dpp_build_attr_r_bootstrap_key_hash(msg, r_pubkey_hash); in dpp_auth_build_req()
237 const u8 *r_pubkey_hash, in dpp_auth_build_resp() argument
278 dpp_build_attr_r_bootstrap_key_hash(msg, r_pubkey_hash); in dpp_auth_build_resp()
427 const u8 *r_pubkey_hash, *i_pubkey_hash, *r_nonce, *i_nonce; in dpp_auth_build_resp_ok() local
524 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_ok()
536 r_pubkey_hash = NULL; in dpp_auth_build_resp_ok()
541 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_ok()
543 r_pubkey_hash = test_hash; in dpp_auth_build_resp_ok()
587 r_pubkey_hash, i_pubkey_hash, in dpp_auth_build_resp_ok()
606 const u8 *r_pubkey_hash, *i_pubkey_hash, *i_nonce; in dpp_auth_build_resp_status() local
615 r_pubkey_hash = auth->own_bi->pubkey_hash; in dpp_auth_build_resp_status()
626 r_pubkey_hash = NULL; in dpp_auth_build_resp_status()
631 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_resp_status()
633 r_pubkey_hash = test_hash; in dpp_auth_build_resp_status()
657 r_pubkey_hash, i_pubkey_hash, in dpp_auth_build_resp_status()
969 const u8 *r_pubkey_hash, *i_pubkey_hash; in dpp_auth_build_conf() local
991 r_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_build_conf()
1014 r_pubkey_hash = NULL; in dpp_auth_build_conf()
1019 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_build_conf()
1021 r_pubkey_hash = test_hash; in dpp_auth_build_conf()
1039 dpp_build_attr_r_bootstrap_key_hash(msg, r_pubkey_hash); in dpp_auth_build_conf()
1173 const u8 *r_pubkey_hash, *i_pubkey_hash; in dpp_auth_init() local
1254 r_pubkey_hash = auth->peer_bi->pubkey_hash; in dpp_auth_init()
1260 r_pubkey_hash = NULL; in dpp_auth_init()
1264 os_memcpy(test_hash, r_pubkey_hash, SHA256_MAC_LEN); in dpp_auth_init()
1266 r_pubkey_hash = test_hash; in dpp_auth_init()
1291 auth->req_msg = dpp_auth_build_req(auth, pi, nonce_len, r_pubkey_hash, in dpp_auth_init()