Searched refs:csid (Results 1 – 2 of 2) sorted by relevance
1163 u8 csid; in ndp_passphrase_to_pmk() local1165 csid = (u8)(cipher_type & 0x7); in ndp_passphrase_to_pmk()1166 if (csid == 0) in ndp_passphrase_to_pmk()1167 csid = NAN_DEFAULT_NCS_SK; in ndp_passphrase_to_pmk()1182 *pos++ = csid; in ndp_passphrase_to_pmk()
1503 u32 csid = it.get_u32(); in handleEvent() local1504 ALOGI("csid: 0x%x\n", csid); in handleEvent()1505 pairing_confirm_event.npk_security_association.cipher_type = csid; in handleEvent()1506 if ((csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_128_MASK) && in handleEvent()1507 (csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_256_MASK)) { in handleEvent()1508 ALOGE("%s: Invalid cipher_type received :0x%x \n", __func__, csid); in handleEvent()7288 u32 csid = it.get_u32(); in handleEvent() local7289 ALOGI("csid: 0x%x\n", csid); in handleEvent()7290 if ((csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_128_MASK) && in handleEvent()7291 (csid != NAN_CIPHER_SUITE_PUBLIC_KEY_PASN_256_MASK)) { in handleEvent()[all …]