Searched refs:smb31_enc_cipherid (Results 1 – 3 of 3) sorted by relevance
91 switch (s->smb31_enc_cipherid) { in smb3_encrypt_init_mech()159 if (s->smb31_enc_cipherid == SMB3_CIPHER_AES256_GCM || in smb3_encrypt_begin()160 s->smb31_enc_cipherid == SMB3_CIPHER_AES256_CCM) { in smb3_encrypt_begin()322 switch (s->smb31_enc_cipherid) { in smb3_decrypt_sr()503 switch (s->smb31_enc_cipherid) { in smb3_encrypt_sr()
380 s->smb31_enc_cipherid = c; in smb31_decode_neg_ctxs()408 s->smb31_enc_cipherid = 0; in smb31_decode_neg_ctxs()481 s->smb31_enc_cipherid); /* encrypt. cipher id */ in smb31_encode_neg_ctxs()833 s->smb31_enc_cipherid = SMB3_CIPHER_AES128_CCM; in smb2_negotiate_common()
998 uint16_t smb31_enc_cipherid; member