Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_eke_common.c366 u8 *ret_dhcomp) in eap_eke_dhcomp() argument
391 os_memcpy(ret_dhcomp, iv, AES_BLOCK_SIZE); 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()
Deap_eke_common.h90 u8 *ret_dhcomp);