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:nokey
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
af_alg.c
132
unsigned int
nokey
= atomic_read(&ask->nokey_refcnt);
in af_alg_release_parent()
local
137
if (
nokey
)
in af_alg_release_parent()
282
unsigned int
nokey
;
in af_alg_accept()
local
308
nokey
= err == -ENOKEY;
in af_alg_accept()
309
if (
nokey
&& type->accept_nokey)
in af_alg_accept()
317
if (
nokey
) {
in af_alg_accept()
326
if (
nokey
)
in af_alg_accept()
/kernel/linux/linux-6.6/crypto/
H
A
D
af_alg.c
135
unsigned int
nokey
= atomic_read(&ask->nokey_refcnt);
in af_alg_release_parent()
local
140
if (
nokey
)
in af_alg_release_parent()
415
unsigned int
nokey
;
in af_alg_accept()
local
441
nokey
= err == -ENOKEY;
in af_alg_accept()
442
if (
nokey
&& type->accept_nokey)
in af_alg_accept()
450
if (
nokey
) {
in af_alg_accept()
459
if (
nokey
)
in af_alg_accept()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
crypto.c
196
* @
nokey
: no key indication
226
u8
nokey
: 1;
member
1072
ehdr->rx_nokey = (__rx) ? __rx->
nokey
: 0;
in tipc_ehdr_build()
1197
c->
nokey
= 0;
in tipc_crypto_key_attach()
1868
/* Mark rx->
nokey
only if we dont have a
in tipc_crypto_rcv()
1873
rx->
nokey
= !(rx->skey ||
in tipc_crypto_rcv()
1875
pr_debug_ratelimited("%s:
nokey
%d, key %d/%x\n",
in tipc_crypto_rcv()
1876
rx->name, rx->
nokey
,
in tipc_crypto_rcv()
2329
rx->
nokey
= 0;
in tipc_crypto_key_rcv()
2330
mb(); /* for
nokey
fla
in tipc_crypto_key_rcv()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H
A
D
crypto.c
199
* @
nokey
: no key indication
230
u8
nokey
: 1;
member
1068
ehdr->rx_nokey = (__rx) ? __rx->
nokey
: 0;
in tipc_ehdr_build()
1193
c->
nokey
= 0;
in tipc_crypto_key_attach()
1864
/* Mark rx->
nokey
only if we dont have a
in tipc_crypto_rcv()
1869
rx->
nokey
= !(rx->skey ||
in tipc_crypto_rcv()
1871
pr_debug_ratelimited("%s:
nokey
%d, key %d/%x\n",
in tipc_crypto_rcv()
1872
rx->name, rx->
nokey
,
in tipc_crypto_rcv()
2325
rx->
nokey
= 0;
in tipc_crypto_key_rcv()
2326
mb(); /* for
nokey
fla
in tipc_crypto_key_rcv()
[all...]
Completed in 9 milliseconds