Searched refs:passphrase_to_pmk (Results 1 – 2 of 2) sorted by relevance
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 492 static int passphrase_to_pmk(u8 *peer_mac, u32 cipher_type, in passphrase_to_pmk() function 842 result = passphrase_to_pmk(mNmi, mParams->cipher_type, in createPublishRequest() 2043 result = passphrase_to_pmk(mParams->peer_disc_mac_addr, mParams->cipher_type, in createDataPathInitRequest() 2209 result = passphrase_to_pmk(mPubNmi, mParams->cipher_type, in createDataPathIndResponse()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 558 static int passphrase_to_pmk(u8 *peer_mac, u32 cipher_type, in passphrase_to_pmk() function 1957 result = passphrase_to_pmk(mNmi, mParams->cipher_type, in createPublishRequest() 3426 result = passphrase_to_pmk(mParams->peer_disc_mac_addr, mParams->cipher_type, in createDataPathInitRequest() 3616 result = passphrase_to_pmk(mPubNmi, mParams->cipher_type, in createDataPathIndResponse()
|