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:enc_iv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
sa2ul.c
186
* @
enc_iv
: cipher IV
205
u8 *
enc_iv
;
member
581
upd_info->
enc_iv
.index =
in sa_format_cmdl_gen()
583
upd_info->
enc_iv
.size = cfg->iv_size;
in sa_format_cmdl_gen()
632
__be32 *data = (__be32 *)&cmdl[upd_info->
enc_iv
.index];
in sa_update_cmdl()
633
u32 *
enc_iv
= (u32 *)req->
enc_iv
;
in sa_update_cmdl()
local
635
for (j = 0; i < upd_info->
enc_iv
.size; i += 4, j++) {
in sa_update_cmdl()
636
data[j] = cpu_to_be32(*
enc_iv
);
in sa_update_cmdl()
637
enc_iv
in sa_update_cmdl()
[all...]
H
A
D
sa2ul.h
231
* @
enc_iv
: Encryption initialization vector for pass2
248
struct sa_cmdl_param_info
enc_iv
;
member
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
sa2ul.c
206
* @
enc_iv
: cipher IV
225
u8 *
enc_iv
;
member
603
upd_info->
enc_iv
.index =
in sa_format_cmdl_gen()
605
upd_info->
enc_iv
.size = cfg->iv_size;
in sa_format_cmdl_gen()
654
__be32 *data = (__be32 *)&cmdl[upd_info->
enc_iv
.index];
in sa_update_cmdl()
655
u32 *
enc_iv
= (u32 *)req->
enc_iv
;
in sa_update_cmdl()
local
657
for (j = 0; i < upd_info->
enc_iv
.size; i += 4, j++) {
in sa_update_cmdl()
658
data[j] = cpu_to_be32(*
enc_iv
);
in sa_update_cmdl()
659
enc_iv
in sa_update_cmdl()
[all...]
H
A
D
sa2ul.h
235
* @
enc_iv
: Encryption initialization vector for pass2
252
struct sa_cmdl_param_info
enc_iv
;
member
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/
H
A
D
cesa.h
213
* @
enc_iv
: cipher IV pointers
226
__le32
enc_iv
;
member
678
op->desc.
enc_iv
= CESA_SA_DESC_CRYPT_IV(offset);
in mv_cesa_adjust_op()
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H
A
D
cesa.h
213
* @
enc_iv
: cipher IV pointers
226
__le32
enc_iv
;
member
682
op->desc.
enc_iv
= CESA_SA_DESC_CRYPT_IV(offset);
in mv_cesa_adjust_op()
Completed in 10 milliseconds