Home
last modified time | relevance | path

Searched refs:peer_commit (Results 1 – 9 of 9) sorted by relevance

/dports/net/hostapd/hostapd-2.9/src/common/
H A Dcommon_module_tests.c292 const u8 peer_commit[] = { in sae_tests() local
379 if (sae_parse_commit(&sae, peer_commit, sizeof(peer_commit), NULL, NULL, in sae_tests()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dcommon_module_tests.c292 const u8 peer_commit[] = { in sae_tests() local
379 if (sae_parse_commit(&sae, peer_commit, sizeof(peer_commit), NULL, NULL, in sae_tests()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/common/
H A Dcommon_module_tests.c292 const u8 peer_commit[] = { in sae_tests() local
379 if (sae_parse_commit(&sae, peer_commit, sizeof(peer_commit), NULL, NULL, in sae_tests()
/dports/net/hostapd-devel/hostap-14ab4a816/src/common/
H A Dcommon_module_tests.c292 const u8 peer_commit[] = { in sae_tests() local
430 if (sae_parse_commit(&sae, peer_commit, sizeof(peer_commit), NULL, NULL, in sae_tests()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/common/
H A Dcommon_module_tests.c292 const u8 peer_commit[] = { in sae_tests() local
430 if (sae_parse_commit(&sae, peer_commit, sizeof(peer_commit), NULL, NULL, in sae_tests()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_utils.c511 hash2compare = (char*)stream->messages.peer_commit.hash; in _zrtp_packet_preparse()
543 hdr = &stream->messages.peer_commit.hdr; in _zrtp_packet_preparse()
H A Dzrtp_protocol.c547 char* peer_key_id = (char*)stream->messages.peer_commit.hv+ZRTP_HV_NONCE_SIZE; in _derive_s0()
765 …tok = is_initiator ? (uint8_t*)&stream->messages.commit : (uint8_t*)&stream->messages.peer_commit; in _zrtp_set_public_value()
766 …tok_len = is_initiator ? stream->messages.commit.hdr.length : stream->messages.peer_commit.hdr.len… in _zrtp_set_public_value()
1408 hdr = &stream->messages.peer_commit.hdr; in _zrtp_machine_process_confirm()
H A Dzrtp_responder.c493 zrtp_memcpy(&stream->messages.peer_commit, commit, zrtp_ntoh16(commit->hdr.length)*4); in _zrtp_machine_process_commit()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_types.h474 zrtp_packet_Commit_t peer_commit; member