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:aes_ops
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/crypto/
H
A
D
aes_glue.c
35
struct
aes_ops
{
struct
53
struct
aes_ops
*ops;
129
static struct
aes_ops
aes128_ops = {
141
static struct
aes_ops
aes192_ops = {
153
static struct
aes_ops
aes256_ops = {
/kernel/linux/linux-6.6/arch/sparc/crypto/
H
A
D
aes_glue.c
35
struct
aes_ops
{
struct
53
struct
aes_ops
*ops;
129
static struct
aes_ops
aes128_ops = {
141
static struct
aes_ops
aes192_ops = {
153
static struct
aes_ops
aes256_ops = {
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx-aes-gcm.c
158
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_gca()
230
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in gmac()
289
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in gcm_empty()
384
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in gcm_aes_nx_crypt()
H
A
D
nx-aes-xcbc.c
99
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_empty()
127
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_empty()
272
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_update()
353
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_final()
H
A
D
nx-aes-ccm.c
267
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in generate_pat()
315
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in generate_pat()
393
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ccm_nx_decrypt()
462
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ccm_nx_encrypt()
H
A
D
nx_debugfs.c
40
debugfs_create_u32("
aes_ops
", S_IRUSR | S_IRGRP | S_IROTH,
in nx_debugfs_init()
41
root, &drv->stats.
aes_ops
.counter);
in nx_debugfs_init()
H
A
D
nx-aes-cbc.c
90
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in cbc_aes_nx_crypt()
H
A
D
nx-aes-ecb.c
88
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ecb_aes_nx_crypt()
H
A
D
nx.h
62
atomic_t
aes_ops
;
member
H
A
D
nx-aes-ctr.c
104
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ctr_aes_nx_crypt()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-aes-gcm.c
158
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_gca()
230
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in gmac()
289
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in gcm_empty()
384
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in gcm_aes_nx_crypt()
H
A
D
nx-aes-xcbc.c
99
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_empty()
127
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_empty()
272
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_update()
353
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in nx_xcbc_final()
H
A
D
nx-aes-ccm.c
264
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in generate_pat()
312
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in generate_pat()
390
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ccm_nx_decrypt()
459
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ccm_nx_encrypt()
H
A
D
nx_debugfs.c
40
debugfs_create_u32("
aes_ops
", S_IRUSR | S_IRGRP | S_IROTH,
in nx_debugfs_init()
41
root, &drv->stats.
aes_ops
.counter);
in nx_debugfs_init()
H
A
D
nx-aes-ecb.c
88
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ecb_aes_nx_crypt()
H
A
D
nx-aes-cbc.c
90
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in cbc_aes_nx_crypt()
H
A
D
nx-aes-ctr.c
104
atomic_inc(&(nx_ctx->stats->
aes_ops
));
in ctr_aes_nx_crypt()
H
A
D
nx.h
62
atomic_t
aes_ops
;
member
Completed in 14 milliseconds