Searched refs:CipherCount (Results 1 – 4 of 4) sorted by relevance
372 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
464 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()468 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()474 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()635 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
304 __le16 CipherCount; /* AES-128-GCM and AES-128-CCM by default */ member
752 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()893 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()