Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sectype
(Results
1 - 25
of
38
) sorted by relevance
1
2
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
fs_context.c
124
vol->
sectype
= Unspecified;
in cifs_parse_security_flavors()
135
vol->
sectype
= Kerberos;
in cifs_parse_security_flavors()
141
vol->
sectype
= RawNTLMSSP;
in cifs_parse_security_flavors()
147
vol->
sectype
= NTLM;
in cifs_parse_security_flavors()
153
vol->
sectype
= NTLMv2;
in cifs_parse_security_flavors()
157
vol->
sectype
= LANMAN;
in cifs_parse_security_flavors()
H
A
D
cifsglob.h
551
enum securityEnum
sectype
; /*
sectype
requested via mnt opts */
member
1001
enum securityEnum
sectype
; /* what security flavor was specified? */
member
2014
static inline char *get_security_type_str(enum securityEnum
sectype
)
in get_security_type_str()
argument
2016
switch (
sectype
) {
in get_security_type_str()
H
A
D
connect.c
2396
* The select_sectype function should either return the vol->
sectype
in match_security()
2397
* that was specified, or "Unspecified" if that
sectype
was not
in match_security()
2400
if (server->ops->select_sectype(server, vol->
sectype
)
in match_security()
2682
if (vol->
sectype
!= Unspecified &&
in match_session()
2683
vol->
sectype
!= ses->
sectype
)
in match_session()
2693
switch (ses->
sectype
) {
in match_session()
3119
ses->
sectype
= volume_info->
sectype
;
in cifs_get_smb_ses()
4881
(ses->
sectype
in CIFSTCon()
[all...]
H
A
D
cifsfs.c
406
if (ses->
sectype
== Unspecified) {
in cifs_show_security()
414
switch (ses->
sectype
) {
in cifs_show_security()
439
if (ses->
sectype
== Kerberos)
in cifs_show_security()
H
A
D
sess.c
216
vol.
sectype
= ses->
sectype
;
in cifs_ses_add_channel()
1682
type = cifs_select_sectype(ses->server, ses->
sectype
);
in select_sec()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.c
208
ctx->
sectype
= Unspecified;
in cifs_parse_security_flavors()
219
ctx->
sectype
= Kerberos;
in cifs_parse_security_flavors()
225
ctx->
sectype
= RawNTLMSSP;
in cifs_parse_security_flavors()
231
ctx->
sectype
= NTLMv2;
in cifs_parse_security_flavors()
780
if (new_ctx->
sectype
!= old_ctx->
sectype
) {
in smb3_verify_reconfigure_ctx()
804
} else if (old_ctx->
sectype
== Kerberos) {
in smb3_verify_reconfigure_ctx()
H
A
D
fs_context.h
187
enum securityEnum
sectype
; /*
sectype
requested via mnt opts */
member
H
A
D
connect.c
1470
* The select_sectype function should either return the ctx->
sectype
in match_security()
1471
* that was specified, or "Unspecified" if that
sectype
was not
in match_security()
1474
if (server->ops->select_sectype(server, ctx->
sectype
)
in match_security()
1846
if (ctx->
sectype
!= Unspecified &&
in match_session()
1847
ctx->
sectype
!= ses->
sectype
)
in match_session()
1857
switch (ses->
sectype
) {
in match_session()
2335
ses->
sectype
= ctx->
sectype
;
in cifs_get_smb_ses()
3966
ctx->
sectype
in cifs_set_vol_auth()
[all...]
H
A
D
cifsglob.h
1052
enum securityEnum
sectype
; /* what security flavor was specified? */
member
2105
static inline char *get_security_type_str(enum securityEnum
sectype
)
in get_security_type_str()
argument
2107
switch (
sectype
) {
in get_security_type_str()
H
A
D
cifsfs.c
465
if (ses->
sectype
== Unspecified) {
in cifs_show_security()
473
switch (ses->
sectype
) {
in cifs_show_security()
492
if (ses->
sectype
== Kerberos)
in cifs_show_security()
H
A
D
sess.c
575
ctx->
sectype
= ses->
sectype
;
in cifs_ses_add_channel()
1967
type = cifs_select_sectype(server, ses->
sectype
);
in select_sec()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H
A
D
sysman.c
95
u32 *
sectype
= (u32 *) buffer;
in populate_security_buffer()
local
96
u32 *seclen =
sectype
+ 1;
in populate_security_buffer()
98
*
sectype
= strlen(authentication) > 0 ? 1 : 0;
in populate_security_buffer()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btmtk.c
38
__le32
sectype
;
member
48
__le32
sectype
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H
A
D
trx.h
412
u32
sectype
:2;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H
A
D
trx.h
375
u32
sectype
:2;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H
A
D
trx.h
377
u32
sectype
:2;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H
A
D
trx.h
375
u32
sectype
:2;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H
A
D
trx.h
412
u32
sectype
:2;
member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H
A
D
trx.h
377
u32
sectype
:2;
member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H
A
D
rtl8723b_hal_init.c
2979
u8
sectype
= 0;
in fill_txdesc_sectype()
local
2987
sectype
= 1;
in fill_txdesc_sectype()
2991
sectype
= 3;
in fill_txdesc_sectype()
2999
return
sectype
;
in fill_txdesc_sectype()
3078
ptxdesc->
sectype
= fill_txdesc_sectype(pattrib);
in rtl8723b_fill_default_txdesc()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H
A
D
rtl8723b_hal_init.c
2529
u8
sectype
= 0;
in fill_txdesc_sectype()
local
2537
sectype
= 1;
in fill_txdesc_sectype()
2541
sectype
= 3;
in fill_txdesc_sectype()
2549
return
sectype
;
in fill_txdesc_sectype()
2624
ptxdesc->
sectype
= fill_txdesc_sectype(pattrib);
in rtl8723b_fill_default_txdesc()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H
A
D
trx.h
639
u32
sectype
:2;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H
A
D
trx.h
484
u32
sectype
:2;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H
A
D
trx.h
490
u32
sectype
:2;
member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H
A
D
trx.h
575
u32
sectype
:2;
member
Completed in 55 milliseconds
1
2