Lines Matching refs:os_memcmp
2652 os_memcmp(auth->waiting_pubkey_hash, peer_bi->pubkey_hash, in dpp_notify_new_qr_code()
2906 if (os_memcmp(auth->i_nonce, i_nonce, i_nonce_len) != 0) { in dpp_auth_resp_rx_status()
2999 if (os_memcmp(r_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_resp_rx()
3022 os_memcmp(i_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_resp_rx()
3138 if (os_memcmp(auth->i_nonce, i_nonce, i_nonce_len) != 0) { in dpp_auth_resp_rx()
3228 if (os_memcmp(r_auth, r_auth2, r_auth_len) != 0) { in dpp_auth_resp_rx()
3310 if (os_memcmp(r_nonce, auth->r_nonce, r_nonce_len) != 0) { in dpp_auth_conf_rx_failure()
3379 if (os_memcmp(r_bootstrap, auth->own_bi->pubkey_hash, in dpp_auth_conf_rx()
3402 os_memcmp(i_bootstrap, auth->peer_bi->pubkey_hash, in dpp_auth_conf_rx()
3475 if (os_memcmp(i_auth, i_auth2, i_auth_len) != 0) { in dpp_auth_conf_rx()
3491 return os_strlen(cmp) == len && os_memcmp(val, cmp, len) == 0; in bin_str_eq()
4949 if (os_memcmp(hash, wpabuf_head(r_hash), SHA256_MAC_LEN) != 0) { in dpp_check_pubkey_match()
5456 if (os_memcmp(e_nonce, auth->e_nonce, e_nonce_len) != 0) { in dpp_conf_resp_rx()
5766 if (os_memcmp(addr[0], addr[1], len[0]) > 0) { in dpp_derive_pmkid()
6249 os_memcmp(bi->pubkey_hash, r_bootstrap, in dpp_bootstrap_find_pair()
6257 os_memcmp(bi->pubkey_hash, i_bootstrap, in dpp_bootstrap_find_pair()