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:walk_ptr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/
H
A
D
aes_s390.c
63
u8 *
walk_ptr
;
member
697
gw->
walk_ptr
= scatterwalk_map(&gw->walk);
in _gcm_sg_clamp_and_map()
705
scatterwalk_unmap(gw->
walk_ptr
);
in _gcm_sg_unmap_and_advance()
708
gw->
walk_ptr
= NULL;
in _gcm_sg_unmap_and_advance()
734
gw->ptr = gw->
walk_ptr
;
in gcm_in_walk_go()
741
memcpy(gw->buf + gw->buf_bytes, gw->
walk_ptr
, n);
in gcm_in_walk_go()
775
gw->ptr = gw->
walk_ptr
;
in gcm_out_walk_go()
780
scatterwalk_unmap(gw->
walk_ptr
);
in gcm_out_walk_go()
781
gw->
walk_ptr
= NULL;
in gcm_out_walk_go()
820
memcpy(gw->
walk_ptr
, g
in gcm_out_walk_done()
[all...]
/kernel/linux/linux-6.6/arch/s390/crypto/
H
A
D
aes_s390.c
64
u8 *
walk_ptr
;
member
694
gw->
walk_ptr
= scatterwalk_map(&gw->walk);
in _gcm_sg_clamp_and_map()
702
scatterwalk_unmap(gw->
walk_ptr
);
in _gcm_sg_unmap_and_advance()
705
gw->
walk_ptr
= NULL;
in _gcm_sg_unmap_and_advance()
731
gw->ptr = gw->
walk_ptr
;
in gcm_in_walk_go()
738
memcpy(gw->buf + gw->buf_bytes, gw->
walk_ptr
, n);
in gcm_in_walk_go()
772
gw->ptr = gw->
walk_ptr
;
in gcm_out_walk_go()
777
scatterwalk_unmap(gw->
walk_ptr
);
in gcm_out_walk_go()
778
gw->
walk_ptr
= NULL;
in gcm_out_walk_go()
817
memcpy(gw->
walk_ptr
, g
in gcm_out_walk_done()
[all...]
Completed in 3 milliseconds