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.c343 u8 *ret_dhcomp) in eap_eke_dhcomp() argument
368 os_memcpy(ret_dhcomp, iv, AES_BLOCK_SIZE); in eap_eke_dhcomp()
369 os_memcpy(ret_dhcomp + AES_BLOCK_SIZE, pub, dh_len); in eap_eke_dhcomp()
371 ret_dhcomp, AES_BLOCK_SIZE + dh_len); in eap_eke_dhcomp()
Deap_eke_common.h90 u8 *ret_dhcomp);