Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c369 int dh_len; in eap_eke_dhcomp() local
372 dh_len = eap_eke_dh_len(sess->dhgroup); in eap_eke_dhcomp()
373 if (dh_len < 0) in eap_eke_dhcomp()
388 os_memcpy(pub, dhpub, dh_len); in eap_eke_dhcomp()
389 if (aes_128_cbc_encrypt(key, iv, pub, dh_len) < 0) in eap_eke_dhcomp()
392 os_memcpy(ret_dhcomp + AES_BLOCK_SIZE, pub, dh_len); in eap_eke_dhcomp()
394 ret_dhcomp, AES_BLOCK_SIZE + dh_len); in eap_eke_dhcomp()
/external/tcpdump/
Dprint-wb.c53 DOP_ROUNDUP(EXTRACT_16BITS(&(d)->dh_len) + sizeof(*(d)))))
91 uint16_t dh_len; /* body length */ member