Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan.cpp811 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
819 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_request_initiator()
890 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_request_initiator()
892 msg->cipher_type)) in nan_data_request_initiator()
946 if ((msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) && in nan_data_indication_response()
1006 if (msg->cipher_type != NAN_CIPHER_SUITE_SHARED_KEY_NONE) { in nan_data_indication_response()
1008 msg->cipher_type)) in nan_data_indication_response()
H A Dnan_req.cpp674 (pReq->cipher_type ? SIZEOF_TLV_HDR + sizeof(NanCsidType) : 0) + in putNanPublish()
758 if (pReq->cipher_type) { in putNanPublish()
760 pNanCsidType.csid_type = pReq->cipher_type; in putNanPublish()
931 (pReq->cipher_type ? SIZEOF_TLV_HDR + sizeof(NanCsidType) : 0) + in putNanSubscribe()
1021 if (pReq->cipher_type) { in putNanSubscribe()
1023 pNanCsidType.csid_type = pReq->cipher_type; in putNanSubscribe()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtls.h61 __u16 cipher_type; member
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h1136 u32 cipher_type; member
1299 u32 cipher_type; member
2211 u32 cipher_type; member
2251 u32 cipher_type; member
/aosp12/frameworks/base/packages/BackupEncryption/proto/
H A Dbackup_chunks_metadata.proto71 optional CipherType cipher_type = 2; field
119 optional CipherType cipher_type = 1; field
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dnan.cpp490 static int passphrase_to_pmk(u8 *peer_mac, u32 cipher_type, in passphrase_to_pmk() argument
497 salt[1] = cipher_type; in passphrase_to_pmk()
517 4096, ((cipher_type == NAN_CIPHER_SUITE_SHARED_KEY_128_MASK) ? in passphrase_to_pmk()
798 mParams->cipher_type); in createPublishRequest()
840 result = passphrase_to_pmk(mNmi, mParams->cipher_type, in createPublishRequest()
1938 mParams->cipher_type); in createDataPathInitRequest()
2085 mParams->cipher_type); in createDataPathIndResponse()
3931 ALOGI("cipher_type=%u\n", msg->cipher_type); in dump_NanPublishRequest()
3995 ALOGI("cipher_type=%u\n", msg->cipher_type); in dump_NanSubscribeRequest()
4064 ALOGI("cipher_type=%u\n", msg->cipher_type); in dump_NanDataPathInitiatorRequest()
[all …]
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1648 legacy_request->cipher_type = in convertHidlNanPublishRequestToLegacy()
1800 legacy_request->cipher_type = in convertHidlNanSubscribeRequestToLegacy()
2120 legacy_request->cipher_type = in convertHidlNanDataPathInitiatorRequestToLegacy()
2207 legacy_request->cipher_type = in convertHidlNanDataPathIndicationResponseToLegacy()