| /Linux-v6.6/arch/powerpc/xmon/ |
| D | ppc-dis.c | 27 unsigned long insn, ppc_cpu_t dialect) in operand_value_powerpc() argument 33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 60 unsigned long insn, ppc_cpu_t dialect) in skip_optional_operands() argument 69 && operand_value_powerpc (operand, insn, dialect) != in skip_optional_operands() 81 lookup_powerpc (unsigned long insn, ppc_cpu_t dialect) in lookup_powerpc() argument 95 || (dialect != (ppc_cpu_t) -1 in lookup_powerpc() 96 && ((opcode->flags & dialect) == 0 in lookup_powerpc() 97 || (opcode->deprecated & dialect) != 0))) in lookup_powerpc() 106 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc() 123 ppc_cpu_t dialect; in print_insn_powerpc() local [all …]
|
| D | ppc.h | 263 (unsigned long instruction, long op, ppc_cpu_t dialect, const char **errmsg); 284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
|
| D | ppc-opc.c | 967 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx() 981 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx() 990 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary() 1004 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary() 1013 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx() 1029 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx() 1042 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry() 1058 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry() 1077 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bat() 1085 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bat() [all …]
|
| /Linux-v6.6/fs/smb/server/ |
| D | smb_common.c | 187 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 189 dialect = dialect + *next_off; in next_dialect() 190 *next_off = strnlen(dialect, bcount); in next_dialect() 191 if (dialect[*next_off] != '\0') in next_dialect() 193 return dialect; in next_dialect() 199 char *dialect; in ksmbd_lookup_dialect_by_name() local 204 dialect = cli_dialects; in ksmbd_lookup_dialect_by_name() 207 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name() 208 if (!dialect) in ksmbd_lookup_dialect_by_name() 211 dialect); in ksmbd_lookup_dialect_by_name() [all …]
|
| D | connection.h | 88 __u16 dialect; member
|
| D | smb2pdu.c | 276 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect); in init_smb2_neg_rsp() 277 rsp->DialectRevision = cpu_to_le16(conn->dialect); in init_smb2_neg_rsp() 1130 if (conn->dialect == SMB311_PROT_ID) { in smb2_handle_negotiate() 1161 switch (conn->dialect) { in smb2_handle_negotiate() 1212 conn->dialect); in smb2_handle_negotiate() 1220 conn->connection_type = conn->dialect; in smb2_handle_negotiate() 1231 rsp->DialectRevision = cpu_to_le16(conn->dialect); in smb2_handle_negotiate() 1297 if (conn->dialect != SMB311_PROT_ID) in generate_preauth_hash() 1555 if (conn->dialect >= SMB30_PROT_ID) { in ntlm_authenticate() 1636 if (conn->dialect >= SMB30_PROT_ID) { in krb5_authenticate() [all …]
|
| D | auth.c | 773 if (conn->dialect >= SMB30_PROT_ID && signing->binding) in generate_smb3signingkey() 783 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
|
| /Linux-v6.6/Documentation/translations/zh_TW/process/ |
| D | programming-language.rst | 15 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <tw_gcc-c-dialect-options>` 下編譯的:ISO C11的 GNU 方言 56 .. _tw_gcc-c-dialect-options: 58 c-dialect-options
|
| /Linux-v6.6/Documentation/translations/zh_CN/process/ |
| D | programming-language.rst | 12 在 ``-std=gnu11`` :ref:`gcc-c-dialect-options <cn_gcc-c-dialect-options>` 下编译的:ISO C11的 GNU 方言 53 .. _cn_gcc-c-dialect-options: 55 c-dialect-options
|
| /Linux-v6.6/Documentation/process/ |
| D | programming-language.rst | 8 under ``-std=gnu11`` [gcc-c-dialect-options]_: the GNU dialect of ISO C11. 12 This dialect contains many extensions to the language [gnu-extensions]_, 51 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /Linux-v6.6/Documentation/translations/sp_SP/process/ |
| D | programming-language.rst | 13 bajo ``-std=gnu11`` [sp-gcc-c-dialect-options]_: el dialecto GNU de ISO C11. 50 .. [sp-gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /Linux-v6.6/crypto/ |
| D | sm2.c | 39 enum ecc_dialects dialect; member 56 .dialect = ECC_DIALECT_STANDARD, 114 mpi_ec_init(ec, ecp->model, ecp->dialect, 0, p, a, b); in sm2_ec_ctx_init()
|
| /Linux-v6.6/Documentation/translations/it_IT/process/ |
| D | programming-language.rst | 13 l'opzione ``-std=gnu11`` [it-gcc-c-dialect-options]_: il dialetto GNU 61 .. [it-gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
|
| /Linux-v6.6/include/linux/ |
| D | mpi.h | 198 enum ecc_dialects dialect; /* The ECC dialect used with the curve. */ member 249 enum ecc_dialects dialect,
|
| /Linux-v6.6/fs/smb/server/mgmt/ |
| D | user_session.h | 35 __u16 dialect; member
|
| D | user_session.c | 194 sess->dialect = conn->dialect; in ksmbd_session_register()
|
| /Linux-v6.6/lib/crypto/mpi/ |
| D | ec.c | 565 enum ecc_dialects dialect, in mpi_ec_init() argument 577 ctx->dialect = dialect; in mpi_ec_init() 579 if (dialect == ECC_DIALECT_ED25519) in mpi_ec_init() 871 if (ctx->dialect == ECC_DIALECT_ED25519) in dup_point_edwards() 1127 if (ctx->dialect == ECC_DIALECT_ED25519) { in add_points_edwards() 1485 if (ctx->dialect == ECC_DIALECT_ED25519) in mpi_ec_curve_point()
|
| /Linux-v6.6/Documentation/admin-guide/cifs/ |
| D | todo.rst | 80 q) Allow mount.cifs to be more verbose in reporting errors with dialect 90 secure) CIFS dialect can be disabled in environments that don't need it
|
| D | introduction.rst | 11 the most current dialect) is strongly preferred over using older
|
| D | usage.rst | 77 To improve security the SMB2.1 dialect or later (usually will get SMB3.1.1) is now 80 much older and less secure than the default dialect SMB3 which includes 141 dialect, so to get the maximum benefit if mounting using the older dialect 741 laintext passwords using the older lanman dialect
|
| /Linux-v6.6/fs/smb/client/ |
| D | Kconfig | 25 protocols (including the most recent, most secure dialect SMB3.1.1). 113 negotiate a feature of the older cifs dialect with servers, such as
|
| D | cifs_debug.c | 148 server->dialect, in cifs_dump_channel() 416 server->dialect); in cifs_debug_data_proc_show()
|
| D | smb2pdu.c | 99 if (server->dialect >= SMB30_PROT_ID) { in smb2_hdr_assemble() 1034 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate() 1063 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate() 1115 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate() 1216 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate() 1671 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate() 1911 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon() 4112 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req() 4567 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
|
| D | cifsglob.h | 670 u16 dialect; /* dialect index that server chose */ member 2124 if (ses->server->dialect <= SMB20_PROT_ID) in ntlmssp_workstation_name_size()
|
| /Linux-v6.6/Documentation/filesystems/smb/ |
| D | ksmbd.rst | 71 dialect).
|