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:cipher_length
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_algs.c
874
cipher_param->
cipher_length
= cipher_len;
in qat_alg_aead_dec()
879
auth_param->auth_len = areq->assoclen + cipher_param->
cipher_length
;
in qat_alg_aead_dec()
922
cipher_param->
cipher_length
= areq->cryptlen;
in qat_alg_aead_enc()
1089
cipher_param->
cipher_length
= req->cryptlen;
in qat_alg_skcipher_encrypt()
1167
cipher_param->
cipher_length
= req->cryptlen;
in qat_alg_skcipher_decrypt()
H
A
D
icp_qat_fw_la.h
275
__u32
cipher_length
;
member
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_algs.c
815
cipher_param->
cipher_length
= cipher_len;
in qat_alg_aead_dec()
820
auth_param->auth_len = areq->assoclen + cipher_param->
cipher_length
;
in qat_alg_aead_dec()
862
cipher_param->
cipher_length
= areq->cryptlen;
in qat_alg_aead_enc()
1046
cipher_param->
cipher_length
= req->cryptlen;
in qat_alg_skcipher_encrypt()
1113
cipher_param->
cipher_length
= req->cryptlen;
in qat_alg_skcipher_decrypt()
H
A
D
icp_qat_fw_la.h
282
__u32
cipher_length
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H
A
D
atmel.c
748
int cipher_type,
cipher_length
;
in tx_update_descriptor()
local
753
cipher_length
= 8;
in tx_update_descriptor()
755
cipher_length
= 12;
in tx_update_descriptor()
759
cipher_length
= 8;
in tx_update_descriptor()
762
cipher_length
= 0;
in tx_update_descriptor()
768
cipher_length
= 8;
in tx_update_descriptor()
770
cipher_length
= 12;
in tx_update_descriptor()
774
cipher_length
= 8;
in tx_update_descriptor()
777
cipher_length
= 0;
in tx_update_descriptor()
784
cipher_length
);
in tx_update_descriptor()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H
A
D
atmel.c
747
int cipher_type,
cipher_length
;
in tx_update_descriptor()
local
752
cipher_length
= 8;
in tx_update_descriptor()
754
cipher_length
= 12;
in tx_update_descriptor()
758
cipher_length
= 8;
in tx_update_descriptor()
761
cipher_length
= 0;
in tx_update_descriptor()
767
cipher_length
= 8;
in tx_update_descriptor()
769
cipher_length
= 12;
in tx_update_descriptor()
773
cipher_length
= 8;
in tx_update_descriptor()
776
cipher_length
= 0;
in tx_update_descriptor()
783
cipher_length
);
in tx_update_descriptor()
[all...]
Completed in 17 milliseconds