Home
last modified time | relevance | path

Searched refs:pmk_hex (Results 1 – 3 of 3) sorted by relevance

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp493 u8 *svc_hash, NanSecurityKeyInfo *key_info, u8 *pmk_hex) { in passphrase_to_pmk() argument
520 … (const EVP_MD *)EVP_sha256():(const EVP_MD *)EVP_sha384()), NAN_PMK_INFO_LEN, pmk_hex); in passphrase_to_pmk()
521 prhex("PMK_HEX", pmk_hex, 32); in passphrase_to_pmk()
648 u8 pmk_hex[NAN_PMK_INFO_LEN]; in createPublishRequest() local
841 memset(pmk_hex, 0, NAN_PMK_INFO_LEN); in createPublishRequest()
843 mParams->service_name, &mParams->key_info, pmk_hex); in createPublishRequest()
853 result = request.put(NAN_ATTRIBUTE_KEY_DATA, pmk_hex, NAN_PMK_INFO_LEN); in createPublishRequest()
1917 u8 pmk_hex[NAN_PMK_INFO_LEN]; in createDataPathInitRequest() local
2042 memset(pmk_hex, 0, NAN_PMK_INFO_LEN); in createDataPathInitRequest()
2044 mParams->service_name, &mParams->key_info, pmk_hex); in createDataPathInitRequest()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp559 u8 *svc_hash, NanSecurityKeyInfo *key_info, u8 *pmk_hex) { in passphrase_to_pmk() argument
587 NAN_PMK_INFO_LEN, pmk_hex); in passphrase_to_pmk()
1735 u8 pmk_hex[NAN_PMK_INFO_LEN]; in createPublishRequest() local
1956 memset(pmk_hex, 0, NAN_PMK_INFO_LEN); in createPublishRequest()
1958 mParams->service_name, &mParams->key_info, pmk_hex); in createPublishRequest()
1969 result = request.put(NAN_ATTRIBUTE_KEY_DATA, pmk_hex, NAN_PMK_INFO_LEN); in createPublishRequest()
3284 u8 pmk_hex[NAN_PMK_INFO_LEN]; in createDataPathInitRequest() local
3425 memset(pmk_hex, 0, NAN_PMK_INFO_LEN); in createDataPathInitRequest()
3427 mParams->service_name, &mParams->key_info, pmk_hex); in createDataPathInitRequest()
3438 result = request.put(NAN_ATTRIBUTE_KEY_DATA, pmk_hex, NAN_PMK_INFO_LEN); in createDataPathInitRequest()
[all …]
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan.cpp1158 u8 pmk_hex[NAN_PMK_INFO_LEN] = {0}; in ndp_passphrase_to_pmk() local
1196 NAN_PMK_INFO_LEN, pmk_hex); in ndp_passphrase_to_pmk()
1198 memcpy(pmk, pmk_hex, NAN_PMK_INFO_LEN); in ndp_passphrase_to_pmk()