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:IS_CCM
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/qce/
H
A
D
common.c
106
if (
IS_CCM
(flags) || IS_CMAC(flags))
in qce_auth_cfg()
111
if (
IS_CCM
(flags) || IS_CMAC(flags)) {
in qce_auth_cfg()
124
else if (
IS_CCM
(flags))
in qce_auth_cfg()
131
else if (
IS_CCM
(flags))
in qce_auth_cfg()
139
if (
IS_CCM
(flags))
in qce_auth_cfg()
452
if (
IS_CCM
(rctx->flags)) {
in qce_setup_regs_aead()
485
} else if (
IS_CCM
(rctx->flags)) {
in qce_setup_regs_aead()
502
if (
IS_CCM
(rctx->flags))
in qce_setup_regs_aead()
507
if (
IS_CCM
(rctx->flags))
in qce_setup_regs_aead()
517
if (
IS_CCM
(rct
in qce_setup_regs_aead()
[all...]
H
A
D
aead.c
53
if (
IS_CCM
(rctx->flags)) {
in qce_aead_done()
72
if (
IS_CCM
(rctx->flags))
in qce_aead_done()
79
} else if (!
IS_CCM
(rctx->flags)) {
in qce_aead_done()
130
if (
IS_CCM
(rctx->flags))
in qce_aead_prepare_dst_buf()
141
if (
IS_CCM
(rctx->flags) && assoclen) {
in qce_aead_prepare_dst_buf()
165
if (
IS_CCM
(rctx->flags))
in qce_aead_prepare_dst_buf()
440
if (
IS_CCM
(rctx->flags)) {
in qce_aead_async_req_handle()
445
if (
IS_CCM
(rctx->flags))
in qce_aead_async_req_handle()
465
if (
IS_CCM
(rctx->flags) && IS_DECRYPT(rctx->flags))
in qce_aead_async_req_handle()
492
if (
IS_CCM
(rct
in qce_aead_async_req_handle()
[all...]
H
A
D
common.h
78
#define
IS_CCM
(mode) (mode & QCE_MODE_CCM)
macro
/kernel/linux/linux-5.10/drivers/crypto/qce/
H
A
D
common.c
100
if (IS_AES(flags) && (
IS_CCM
(flags) || IS_CMAC(flags)))
in qce_auth_cfg()
105
if (
IS_CCM
(flags) || IS_CMAC(flags)) {
in qce_auth_cfg()
124
else if (IS_AES(flags) &&
IS_CCM
(flags))
in qce_auth_cfg()
132
if (
IS_CCM
(flags))
in qce_auth_cfg()
135
if (IS_CBC(flags) || IS_CTR(flags) ||
IS_CCM
(flags) ||
in qce_auth_cfg()
H
A
D
common.h
75
#define
IS_CCM
(mode) (mode & QCE_MODE_CCM)
macro
Completed in 3 milliseconds