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:CIPHER_MODE_CCM
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H
A
D
spu.h
38
CIPHER_MODE_CCM
= 0x5,
enumerator
198
if ((cipher_mode ==
CIPHER_MODE_CCM
) && !is_encrypt)
in spu_req_incl_icv()
H
A
D
spu.c
471
(cipher_mode ==
CIPHER_MODE_CCM
))
in spum_gcm_ccm_pad_len()
502
if (cipher_mode ==
CIPHER_MODE_CCM
) {
in spum_assoc_resp_len()
713
(cipher_parms->mode ==
CIPHER_MODE_CCM
))
in spum_create_request()
720
(cipher_parms->mode ==
CIPHER_MODE_CCM
))
in spum_create_request()
797
if (cipher_parms->mode ==
CIPHER_MODE_CCM
)
in spum_create_request()
H
A
D
spu2.c
110
case
CIPHER_MODE_CCM
:
in spu2_cipher_mode_xlate()
786
(cipher_mode ==
CIPHER_MODE_CCM
)) {
in spu2_ctx_max_payload()
991
(cipher_parms->mode ==
CIPHER_MODE_CCM
))
in spu2_create_request()
H
A
D
cipher.c
1072
if (ctx->cipher.mode ==
CIPHER_MODE_CCM
)
in spu_aead_rx_sg_create()
1376
if (ctx->cipher.mode ==
CIPHER_MODE_CCM
) {
in handle_aead_req()
1486
(ctx->cipher.mode ==
CIPHER_MODE_CCM
)) && !rctx->is_encrypt) {
in handle_aead_req()
1573
if (ctx->cipher.mode ==
CIPHER_MODE_CCM
)
in handle_aead_resp()
1748
ctx->cipher.mode ==
CIPHER_MODE_CCM
) {
in skcipher_enqueue()
2519
(ctx->cipher.mode ==
CIPHER_MODE_CCM
)) &&
in aead_need_fallback()
2529
if ((ctx->cipher.mode ==
CIPHER_MODE_CCM
) &&
in aead_need_fallback()
2542
if ((ctx->cipher.mode ==
CIPHER_MODE_CCM
) &&
in aead_need_fallback()
2708
} else if (ctx->cipher.mode ==
CIPHER_MODE_CCM
) {
in aead_enqueue()
3102
.mode =
CIPHER_MODE_CCM
,
[all...]
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H
A
D
spu.h
39
CIPHER_MODE_CCM
= 0x5,
enumerator
199
if ((cipher_mode ==
CIPHER_MODE_CCM
) && !is_encrypt)
in spu_req_incl_icv()
H
A
D
spu.c
469
(cipher_mode ==
CIPHER_MODE_CCM
))
in spum_gcm_ccm_pad_len()
500
if (cipher_mode ==
CIPHER_MODE_CCM
) {
in spum_assoc_resp_len()
711
(cipher_parms->mode ==
CIPHER_MODE_CCM
))
in spum_create_request()
718
(cipher_parms->mode ==
CIPHER_MODE_CCM
))
in spum_create_request()
795
if (cipher_parms->mode ==
CIPHER_MODE_CCM
)
in spum_create_request()
H
A
D
spu2.c
110
case
CIPHER_MODE_CCM
:
in spu2_cipher_mode_xlate()
788
(cipher_mode ==
CIPHER_MODE_CCM
)) {
in spu2_ctx_max_payload()
994
(cipher_parms->mode ==
CIPHER_MODE_CCM
))
in spu2_create_request()
H
A
D
cipher.c
1069
if (ctx->cipher.mode ==
CIPHER_MODE_CCM
)
in spu_aead_rx_sg_create()
1373
if (ctx->cipher.mode ==
CIPHER_MODE_CCM
) {
in handle_aead_req()
1483
(ctx->cipher.mode ==
CIPHER_MODE_CCM
)) && !rctx->is_encrypt) {
in handle_aead_req()
1570
if (ctx->cipher.mode ==
CIPHER_MODE_CCM
)
in handle_aead_resp()
1745
ctx->cipher.mode ==
CIPHER_MODE_CCM
) {
in skcipher_enqueue()
2517
(ctx->cipher.mode ==
CIPHER_MODE_CCM
)) &&
in aead_need_fallback()
2527
if ((ctx->cipher.mode ==
CIPHER_MODE_CCM
) &&
in aead_need_fallback()
2540
if ((ctx->cipher.mode ==
CIPHER_MODE_CCM
) &&
in aead_need_fallback()
2669
} else if (ctx->cipher.mode ==
CIPHER_MODE_CCM
) {
in aead_enqueue()
3063
.mode =
CIPHER_MODE_CCM
,
[all...]
Completed in 18 milliseconds