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_config
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
icp_qat_hw.h
297
struct icp_qat_hw_cipher_config
cipher_config
;
member
302
struct icp_qat_hw_ucs_cipher_config
cipher_config
;
member
H
A
D
qat_algs.c
256
cipher->aes.
cipher_config
.val = QAT_AES_HW_CONFIG_ENC(alg, mode);
in qat_alg_aead_init_enc_session()
342
cipher->aes.
cipher_config
.val = QAT_AES_HW_CONFIG_DEC(alg, mode);
in qat_alg_aead_init_dec_session()
461
enc_cd->aes.
cipher_config
.val = QAT_AES_HW_CONFIG_ENC(alg, mode);
in qat_alg_skcipher_init_enc()
500
dec_cd->aes.
cipher_config
.val =
in qat_alg_skcipher_init_dec()
507
dec_cd->aes.
cipher_config
.val =
in qat_alg_skcipher_init_dec()
510
dec_cd->aes.
cipher_config
.val =
in qat_alg_skcipher_init_dec()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
icp_qat_hw.h
254
struct icp_qat_hw_cipher_config
cipher_config
;
member
H
A
D
qat_algs.c
259
cipher->aes.
cipher_config
.val = QAT_AES_HW_CONFIG_ENC(alg, mode);
in qat_alg_aead_init_enc_session()
345
cipher->aes.
cipher_config
.val = QAT_AES_HW_CONFIG_DEC(alg, mode);
in qat_alg_aead_init_dec_session()
444
enc_cd->aes.
cipher_config
.val = QAT_AES_HW_CONFIG_ENC(alg, mode);
in qat_alg_skcipher_init_enc()
459
dec_cd->aes.
cipher_config
.val =
in qat_alg_skcipher_init_dec()
462
dec_cd->aes.
cipher_config
.val =
in qat_alg_skcipher_init_dec()
Completed in 7 milliseconds