Searched refs:cipher_type (Results 1 – 7 of 7) sorted by relevance
811 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()
674 (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()
61 __u16 cipher_type; member
1136 u32 cipher_type; member1299 u32 cipher_type; member2211 u32 cipher_type; member2251 u32 cipher_type; member
71 optional CipherType cipher_type = 2; field119 optional CipherType cipher_type = 1; field
490 static int passphrase_to_pmk(u8 *peer_mac, u32 cipher_type, in passphrase_to_pmk() argument497 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 …]
1648 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()