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:cmac_final
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
ccp.h
155
* @
cmac_final
: indicates final operation when running in CMAC mode
162
* -
cmac_final
for CMAC mode
163
* - cmac_key, cmac_key_len for CMAC mode if
cmac_final
is non-zero
184
u32
cmac_final
; /* Indicates final cmac cmd */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
ccp.h
156
* @
cmac_final
: indicates final operation when running in CMAC mode
163
* -
cmac_final
for CMAC mode
164
* - cmac_key, cmac_key_len for CMAC mode if
cmac_final
is non-zero
185
u32
cmac_final
; /* Indicates final cmac cmd */
member
/kernel/linux/linux-5.10/arch/arm64/crypto/
H
A
D
aes-glue.c
932
static int
cmac_final
(struct shash_desc *desc, u8 *out)
in cmac_final()
function
962
.final =
cmac_final
,
977
.final =
cmac_final
,
/kernel/linux/linux-6.6/arch/arm64/crypto/
H
A
D
aes-glue.c
960
static int
cmac_final
(struct shash_desc *desc, u8 *out)
in cmac_final()
function
990
.final =
cmac_final
,
1005
.final =
cmac_final
,
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-crypto-aes-cmac.c
171
rctx->cmd.u.aes.
cmac_final
= final;
in ccp_do_cmac_update()
H
A
D
ccp-ops.c
499
if (aes->
cmac_final
) {
in ccp_run_aes_cmac_cmd()
572
if (aes->
cmac_final
&& !src.sg_wa.bytes_left) {
in ccp_run_aes_cmac_cmd()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-crypto-aes-cmac.c
171
rctx->cmd.u.aes.
cmac_final
= final;
in ccp_do_cmac_update()
H
A
D
ccp-ops.c
499
if (aes->
cmac_final
) {
in ccp_run_aes_cmac_cmd()
572
if (aes->
cmac_final
&& !src.sg_wa.bytes_left) {
in ccp_run_aes_cmac_cmd()
Completed in 13 milliseconds