Searched refs:CipherCount (Results 1 – 3 of 3) sorted by relevance
462 __le16 CipherCount; /* AES128-GCM and AES128-CCM by default */ member
456 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()460 pneg_ctxt->CipherCount = cpu_to_le16(3); in build_encrypt_ctxt()466 pneg_ctxt->CipherCount = cpu_to_le16(2); in build_encrypt_ctxt()637 if (le16_to_cpu(ctxt->CipherCount) != 1) { in decode_encrypt_ctx()
746 pneg_ctxt->CipherCount = cpu_to_le16(1); in build_encrypt_ctxt()887 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt()
Completed in 33 milliseconds