Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c893 int cph_cnt = le16_to_cpu(pneg_ctxt->CipherCount); in decode_encrypt_ctxt() local
894 int i, cphs_size = cph_cnt * sizeof(__le16); in decode_encrypt_ctxt()
900 pr_err("Invalid cipher count(%d)\n", cph_cnt); in decode_encrypt_ctxt()
907 for (i = 0; i < cph_cnt; i++) { in decode_encrypt_ctxt()