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:securities
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
server_key.c
142
rx->
securities
= key;
in rxrpc_server_keyring()
162
if (rx->
securities
)
in rxrpc_sock_set_security_keyring()
167
rx->
securities
= key_get(keyring);
in rxrpc_sock_set_security_keyring()
H
A
D
security.c
146
!rx->
securities
) {
in rxrpc_get_incoming_security()
188
kref = keyring_search(make_key_ref(rx->
securities
, 1UL),
in rxrpc_look_up_server_security()
H
A
D
af_rxrpc.c
911
key_put(rx->
securities
);
in rxrpc_release_sock()
912
rx->
securities
= NULL;
in rxrpc_release_sock()
H
A
D
key.c
455
if (optlen <= 0 || optlen > PAGE_SIZE - 1 || rx->
securities
)
in rxrpc_request_key()
H
A
D
ar-internal.h
154
struct key *
securities
; /* list of server security descriptors */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
security.c
133
if (!rx->
securities
) {
in rxrpc_look_up_server_security()
143
kref = keyring_search(make_key_ref(rx->
securities
, 1UL),
in rxrpc_look_up_server_security()
H
A
D
af_rxrpc.c
894
key_put(rx->
securities
);
in rxrpc_release_sock()
895
rx->
securities
= NULL;
in rxrpc_release_sock()
H
A
D
key.c
906
if (optlen <= 0 || optlen > PAGE_SIZE - 1 || rx->
securities
)
in rxrpc_request_key()
950
rx->
securities
= key;
in rxrpc_server_keyring()
H
A
D
ar-internal.h
133
struct key *
securities
; /* list of server security descriptors */
member
Completed in 11 milliseconds