Home
last modified time | relevance | path

Searched refs:cph_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/ksmbd/
Dsmb2pdu.c892 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt() local
893 int i, cphs_size = cph_cnt * sizeof(__le16); in decode_encrypt_ctxt()
899 pr_err("Invalid cipher count(%d)\n", cph_cnt); in decode_encrypt_ctxt()
906 for (i = 0; i < cph_cnt; i++) { in decode_encrypt_ctxt()