Home
last modified time | relevance | path

Searched refs:dh_len (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/wpa/src/eap_common/
HDeap_eke_common.c374 int dh_len; in eap_eke_dhcomp() local
377 dh_len = eap_eke_dh_len(sess->dhgroup); in eap_eke_dhcomp()
378 if (dh_len < 0) in eap_eke_dhcomp()
393 os_memcpy(pub, dhpub, dh_len); in eap_eke_dhcomp()
394 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0) in eap_eke_dhcomp()
397 os_memcpy(ret_dhcomp + AES_BLOCK_SIZE, pub, dh_len); in eap_eke_dhcomp()
399 ret_dhcomp, AES_BLOCK_SIZE + dh_len); in eap_eke_dhcomp()
/NextBSD/contrib/tcpdump/
HDprint-wb.c52 DOP_ROUNDUP(EXTRACT_16BITS(&(d)->dh_len) + sizeof(*(d)))))
90 uint16_t dh_len; /* body length */ member