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:nitrox_crypto_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_skcipher.c
110
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(tfm);
in nitrox_skcipher_init()
137
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(tfm);
in nitrox_cbc_init()
149
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(tfm);
in nitrox_skcipher_exit()
170
struct
nitrox_crypto_ctx
*nctx = crypto_tfm_ctx(tfm);
in nitrox_skcipher_setkey()
250
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(cipher);
in nitrox_skcipher_crypt()
341
struct
nitrox_crypto_ctx
*nctx = crypto_tfm_ctx(tfm);
in nitrox_aes_xts_setkey()
366
struct
nitrox_crypto_ctx
*nctx = crypto_tfm_ctx(tfm);
in nitrox_aes_ctr_rfc3686_setkey()
393
.cra_ctxsize = sizeof(struct
nitrox_crypto_ctx
),
412
.cra_ctxsize = sizeof(struct
nitrox_crypto_ctx
),
431
.cra_ctxsize = sizeof(struct
nitrox_crypto_ctx
),
[all...]
H
A
D
nitrox_aead.c
38
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aes_gcm_setkey()
62
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aead_setauthsize()
217
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aes_gcm_enc()
251
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aes_gcm_dec()
284
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aead_init()
309
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_gcm_common_init()
344
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aead_exit()
363
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_rfc4106_setkey()
444
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_rfc4106_enc()
476
struct
nitrox_crypto_ctx
*nct
in nitrox_rfc4106_dec()
[all...]
H
A
D
nitrox_req.h
201
struct
nitrox_crypto_ctx
{
struct
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_skcipher.c
110
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(tfm);
in nitrox_skcipher_init()
137
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(tfm);
in nitrox_cbc_init()
149
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(tfm);
in nitrox_skcipher_exit()
170
struct
nitrox_crypto_ctx
*nctx = crypto_tfm_ctx(tfm);
in nitrox_skcipher_setkey()
250
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(cipher);
in nitrox_skcipher_crypt()
340
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(cipher);
in nitrox_aes_xts_setkey()
364
struct
nitrox_crypto_ctx
*nctx = crypto_skcipher_ctx(cipher);
in nitrox_aes_ctr_rfc3686_setkey()
391
.cra_ctxsize = sizeof(struct
nitrox_crypto_ctx
),
410
.cra_ctxsize = sizeof(struct
nitrox_crypto_ctx
),
429
.cra_ctxsize = sizeof(struct
nitrox_crypto_ctx
),
[all...]
H
A
D
nitrox_aead.c
37
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aes_gcm_setkey()
61
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aead_setauthsize()
216
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aes_gcm_enc()
250
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aes_gcm_dec()
283
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aead_init()
308
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_gcm_common_init()
343
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_aead_exit()
362
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_rfc4106_setkey()
443
struct
nitrox_crypto_ctx
*nctx = crypto_aead_ctx(aead);
in nitrox_rfc4106_enc()
475
struct
nitrox_crypto_ctx
*nct
in nitrox_rfc4106_dec()
[all...]
H
A
D
nitrox_req.h
202
struct
nitrox_crypto_ctx
{
struct
Completed in 7 milliseconds