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:offset_iv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
spu.c
294
be16_to_cpu(bdesc->
offset_iv
));
in spum_dump_msg_hdr()
624
unsigned int
offset_iv
= 0;
in spum_create_request()
local
715
offset_iv
= aead_parms->assoc_size;
in spum_create_request()
771
offset_iv
= aead_parms->assoc_size + data_size;
in spum_create_request()
773
cipher_offset =
offset_iv
;
in spum_create_request()
801
bdesc->
offset_iv
= cpu_to_be16(
offset_iv
);
in spum_create_request()
991
bdesc->
offset_iv
= 0;
in spum_cipher_req_finish()
H
A
D
spum.h
77
u16
offset_iv
; /* word 2 [15-0] */
member
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
spu.c
293
be16_to_cpu(bdesc->
offset_iv
));
in spum_dump_msg_hdr()
622
unsigned int
offset_iv
= 0;
in spum_create_request()
local
713
offset_iv
= aead_parms->assoc_size;
in spum_create_request()
769
offset_iv
= aead_parms->assoc_size + data_size;
in spum_create_request()
771
cipher_offset =
offset_iv
;
in spum_create_request()
799
bdesc->
offset_iv
= cpu_to_be16(
offset_iv
);
in spum_create_request()
989
bdesc->
offset_iv
= 0;
in spum_cipher_req_finish()
H
A
D
spum.h
77
__be16
offset_iv
; /* word 2 [15-0] */
member
Completed in 4 milliseconds