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_ctx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/
H
A
D
mtk_vcodec_util.c
56
struct mtk_vcodec_enc_ctx *
enc_ctx
= priv;
in mtk_vcodec_mem_alloc()
local
58
plat_dev =
enc_ctx
->dev->plat_dev;
in mtk_vcodec_mem_alloc()
59
id =
enc_ctx
->id;
in mtk_vcodec_mem_alloc()
89
struct mtk_vcodec_enc_ctx *
enc_ctx
= priv;
in mtk_vcodec_mem_free()
local
91
plat_dev =
enc_ctx
->dev->plat_dev;
in mtk_vcodec_mem_free()
92
id =
enc_ctx
->id;
in mtk_vcodec_mem_free()
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
des3_ede_glue.c
37
u32 *
enc_ctx
= ctx->enc.expkey;
in des3_ede_enc_blk()
local
39
des3_ede_x86_64_crypt_blk(
enc_ctx
, dst, src);
in des3_ede_enc_blk()
53
u32 *
enc_ctx
= ctx->enc.expkey;
in des3_ede_enc_blk_3way()
local
55
des3_ede_x86_64_crypt_blk_3way(
enc_ctx
, dst, src);
in des3_ede_enc_blk_3way()
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
des3_ede_glue.c
35
u32 *
enc_ctx
= ctx->enc.expkey;
in des3_ede_enc_blk()
local
37
des3_ede_x86_64_crypt_blk(
enc_ctx
, dst, src);
in des3_ede_enc_blk()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_algs.c
246
struct qat_enc *
enc_ctx
= &ctx->enc_cd->qat_enc_cd;
in qat_alg_aead_init_enc_session()
local
247
struct icp_qat_hw_cipher_algo_blk *cipher = &
enc_ctx
->cipher;
in qat_alg_aead_init_enc_session()
249
(struct icp_qat_hw_auth_algo_blk *)((char *)
enc_ctx
+
in qat_alg_aead_init_enc_session()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_algs.c
243
struct qat_enc *
enc_ctx
= &ctx->enc_cd->qat_enc_cd;
in qat_alg_aead_init_enc_session()
local
244
struct icp_qat_hw_cipher_algo_blk *cipher = &
enc_ctx
->cipher;
in qat_alg_aead_init_enc_session()
246
(struct icp_qat_hw_auth_algo_blk *)((char *)
enc_ctx
+
in qat_alg_aead_init_enc_session()
Completed in 6 milliseconds