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:SEC_AEAD
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.c
176
(ctx->alg_type ==
SEC_AEAD
&& flag != SEC_SQE_AEAD_FLAG))) {
in sec_req_cb()
184
if (ctx->alg_type ==
SEC_AEAD
&& !req->c_req.encrypt)
in sec_req_cb()
333
if (ctx->alg_type ==
SEC_AEAD
) {
in sec_alg_resource_alloc()
348
if (ctx->alg_type ==
SEC_AEAD
)
in sec_alg_resource_alloc()
365
if (ctx->alg_type ==
SEC_AEAD
)
in sec_alg_resource_free()
695
if (ctx->alg_type ==
SEC_AEAD
)
in sec_cipher_pbuf_map()
730
if (ctx->alg_type ==
SEC_AEAD
)
in sec_cipher_pbuf_unmap()
757
if (ctx->alg_type ==
SEC_AEAD
) {
in sec_cipher_map()
767
if (ctx->alg_type ==
SEC_AEAD
) {
in sec_cipher_map()
1183
sec_update_iv(req,
SEC_AEAD
);
in sec_aead_callback()
[all...]
H
A
D
sec.h
115
SEC_AEAD
enumerator
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.c
217
} else if (unlikely(ctx->alg_type ==
SEC_AEAD
)) {
in sec_cb_status_check()
442
if (ctx->alg_type ==
SEC_AEAD
) {
in sec_alg_resource_alloc()
462
if (ctx->alg_type ==
SEC_AEAD
)
in sec_alg_resource_alloc()
465
if (ctx->alg_type ==
SEC_AEAD
)
in sec_alg_resource_alloc()
481
if (ctx->alg_type ==
SEC_AEAD
)
in sec_alg_resource_free()
904
if (ctx->alg_type ==
SEC_AEAD
)
in sec_cipher_pbuf_map()
915
if (!c_req->encrypt && ctx->alg_type ==
SEC_AEAD
) {
in sec_cipher_pbuf_map()
937
if (ctx->alg_type ==
SEC_AEAD
)
in sec_cipher_pbuf_unmap()
981
if (ctx->alg_type ==
SEC_AEAD
) {
in sec_cipher_map()
994
if (ctx->alg_type ==
SEC_AEAD
) {
in sec_cipher_map()
[all...]
H
A
D
sec.h
131
SEC_AEAD
enumerator
Completed in 7 milliseconds