Searched refs:cph_cnt (Results 1 – 2 of 2) sorted by relevance
56 __u8 cph_cnt; member
919 int cph_cnt; in decode_encrypt_ctxt() local 929 cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt() 930 cphs_size = cph_cnt * sizeof(__le16); in decode_encrypt_ctxt() 934 pr_err("Invalid cipher count(%d)\n", cph_cnt); in decode_encrypt_ctxt() 941 for (i = 0; i < cph_cnt; i++) { in decode_encrypt_ctxt()