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:SEC_IV_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.h
7
#define
SEC_IV_SIZE
24
macro
H
A
D
sec_crypto.c
43
#define SEC_TOTAL_IV_SZ (
SEC_IV_SIZE
* QM_Q_DEPTH)
53
#define SEC_PBUF_MAC_OFFSET (SEC_PBUF_SZ +
SEC_IV_SIZE
)
54
#define SEC_PBUF_PKG (SEC_PBUF_SZ +
SEC_IV_SIZE
+ \
239
res[i].c_ivin_dma = res->c_ivin_dma + i *
SEC_IV_SIZE
;
in sec_alloc_civ_resource()
240
res[i].c_ivin = res->c_ivin + i *
SEC_IV_SIZE
;
in sec_alloc_civ_resource()
544
if (ctx->c_ctx.ivsize >
SEC_IV_SIZE
) {
in sec_skcipher_init()
1326
if (ctx->c_ctx.ivsize >
SEC_IV_SIZE
) {
in sec_aead_init()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H
A
D
sec_crypto.h
8
#define
SEC_IV_SIZE
24
macro
H
A
D
sec_crypto.c
62
#define SEC_TOTAL_IV_SZ(depth) (
SEC_IV_SIZE
* (depth))
73
#define SEC_PBUF_MAC_OFFSET (SEC_PBUF_SZ +
SEC_IV_SIZE
)
74
#define SEC_PBUF_PKG (SEC_PBUF_SZ +
SEC_IV_SIZE
+ \
319
res[i].c_ivin_dma = res->c_ivin_dma + i *
SEC_IV_SIZE
;
in sec_alloc_civ_resource()
320
res[i].c_ivin = res->c_ivin + i *
SEC_IV_SIZE
;
in sec_alloc_civ_resource()
344
res[i].a_ivin_dma = res->a_ivin_dma + i *
SEC_IV_SIZE
;
in sec_alloc_aiv_resource()
345
res[i].a_ivin = res->a_ivin + i *
SEC_IV_SIZE
;
in sec_alloc_aiv_resource()
713
if (ctx->c_ctx.ivsize >
SEC_IV_SIZE
) {
in sec_skcipher_init()
1887
ctx->c_ctx.ivsize >
SEC_IV_SIZE
) {
in sec_aead_init()
Completed in 8 milliseconds