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_trunc_hmac
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptvf_algs.h
180
u8
is_trunc_hmac
;
member
H
A
D
otx_cptvf_algs.c
369
req_info->
is_trunc_hmac
= false;
in cpt_enc_dec()
630
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
639
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
648
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
657
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
1061
req_info->
is_trunc_hmac
= ctx->
is_trunc_hmac
;
in create_hmac_ctx_hdr()
1233
req_info->
is_trunc_hmac
= false;
in cpt_aead_enc_dec()
H
A
D
otx_cptvf_reqmgr.h
171
u8
is_trunc_hmac
;/* Is truncated hmac used */
member
H
A
D
otx_cptvf_reqmgr.c
479
if (req->
is_trunc_hmac
&&
in cpt_process_ccode()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H
A
D
otx2_cptvf_algs.h
171
u8
is_trunc_hmac
;
member
H
A
D
otx2_cpt_reqmgr.h
130
u8
is_trunc_hmac
;/* Is truncated hmac used */
member
H
A
D
otx2_cptvf_algs.c
384
req_info->
is_trunc_hmac
= false;
in cpt_enc_dec()
728
ctx->
is_trunc_hmac
= true;
in otx2_cpt_aead_null_set_authsize()
1116
req_info->
is_trunc_hmac
= ctx->
is_trunc_hmac
;
in create_hmac_ctx_hdr()
1300
req_info->
is_trunc_hmac
= false;
in cpt_aead_enc_dec()
H
A
D
otx2_cptvf_reqmgr.c
407
if (info->req->
is_trunc_hmac
&&
in cpt_process_ccode()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H
A
D
otx_cptvf_algs.h
180
u8
is_trunc_hmac
;
member
H
A
D
otx_cptvf_algs.c
370
req_info->
is_trunc_hmac
= false;
in cpt_enc_dec()
632
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
641
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
650
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
659
ctx->
is_trunc_hmac
= true;
in otx_cpt_aead_set_authsize()
1063
req_info->
is_trunc_hmac
= ctx->
is_trunc_hmac
;
in create_hmac_ctx_hdr()
1235
req_info->
is_trunc_hmac
= false;
in cpt_aead_enc_dec()
H
A
D
otx_cptvf_reqmgr.h
171
u8
is_trunc_hmac
;/* Is truncated hmac used */
member
H
A
D
otx_cptvf_reqmgr.c
479
if (req->
is_trunc_hmac
&&
in cpt_process_ccode()
Completed in 13 milliseconds