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:nx_csbcpb
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx-aes-ecb.c
17
#include "
nx_csbcpb
.h"
26
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in ecb_aes_nx_set_key()
58
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ecb_aes_nx_crypt()
H
A
D
nx-aes-gcm.c
19
#include "
nx_csbcpb
.h"
28
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gcm_aes_nx_set_key()
29
struct
nx_csbcpb
*csbcpb_aead = nx_ctx->csbcpb_aead;
in gcm_aes_nx_set_key()
105
struct
nx_csbcpb
*csbcpb_aead = nx_ctx->csbcpb_aead;
in nx_gca()
174
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gmac()
247
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gcm_empty()
313
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gcm_aes_nx_crypt()
H
A
D
nx-sha512.c
15
#include "
nx_csbcpb
.h"
61
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha512_update()
183
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha512_final()
H
A
D
nx-sha256.c
16
#include "
nx_csbcpb
.h"
61
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha256_update()
180
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha256_final()
H
A
D
nx-aes-xcbc.c
18
#include "
nx_csbcpb
.h"
33
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_set_key()
62
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_empty()
141
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_crypto_ctx_aes_xcbc_init2()
171
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_update()
296
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_final()
H
A
D
nx-aes-cbc.c
17
#include "
nx_csbcpb
.h"
26
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in cbc_aes_nx_set_key()
58
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in cbc_aes_nx_crypt()
H
A
D
nx.h
121
struct
nx_csbcpb
*csbcpb; /* aligned page given to phyp @ hcall time */
123
struct
nx_csbcpb
*csbcpb_aead; /* secondary csbcpb used by AEAD algs */
H
A
D
nx-aes-ctr.c
18
#include "
nx_csbcpb
.h"
27
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ctr_aes_nx_set_key()
76
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ctr_aes_nx_crypt()
H
A
D
nx-aes-ccm.c
19
#include "
nx_csbcpb
.h"
28
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ccm_aes_nx_set_key()
29
struct
nx_csbcpb
*csbcpb_aead = nx_ctx->csbcpb_aead;
in ccm_aes_nx_set_key()
334
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ccm_nx_decrypt()
412
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ccm_nx_encrypt()
H
A
D
nx.c
26
#include "
nx_csbcpb
.h"
664
sizeof(struct
nx_csbcpb
);
in nx_crypto_ctx_init()
667
sizeof(struct
nx_csbcpb
);
in nx_crypto_ctx_init()
674
nx_ctx->csbcpb = (struct
nx_csbcpb
*)(round_up((u64)nx_ctx->kmem,
in nx_crypto_ctx_init()
681
(struct
nx_csbcpb
*)((u8 *)nx_ctx->out_sg +
in nx_crypto_ctx_init()
H
A
D
nx_csbcpb.h
148
struct
nx_csbcpb
{
struct
154
/*
nx_csbcpb
related definitions */
H
A
D
nx-842-pseries.c
14
#include "
nx_csbcpb
.h" /* struct
nx_csbcpb
*/
70
struct
nx_csbcpb
csbcpb;
75
/* Macros for fields within
nx_csbcpb
*/
285
struct
nx_csbcpb
*csbcpb;
in nx842_pseries_compress()
415
struct
nx_csbcpb
*csbcpb;
in nx842_pseries_decompress()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx-aes-ecb.c
17
#include "
nx_csbcpb
.h"
26
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in ecb_aes_nx_set_key()
58
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ecb_aes_nx_crypt()
H
A
D
nx-aes-gcm.c
19
#include "
nx_csbcpb
.h"
28
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gcm_aes_nx_set_key()
29
struct
nx_csbcpb
*csbcpb_aead = nx_ctx->csbcpb_aead;
in gcm_aes_nx_set_key()
105
struct
nx_csbcpb
*csbcpb_aead = nx_ctx->csbcpb_aead;
in nx_gca()
174
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gmac()
247
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gcm_empty()
313
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in gcm_aes_nx_crypt()
H
A
D
nx-sha512.c
15
#include "
nx_csbcpb
.h"
66
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha512_update()
188
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha512_final()
H
A
D
nx-sha256.c
16
#include "
nx_csbcpb
.h"
66
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha256_update()
185
struct
nx_csbcpb
*csbcpb = (struct
nx_csbcpb
*)nx_ctx->csbcpb;
in nx_sha256_final()
H
A
D
nx-aes-xcbc.c
18
#include "
nx_csbcpb
.h"
33
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_set_key()
62
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_empty()
141
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_crypto_ctx_aes_xcbc_init2()
171
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_update()
296
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in nx_xcbc_final()
H
A
D
nx-aes-cbc.c
17
#include "
nx_csbcpb
.h"
26
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in cbc_aes_nx_set_key()
58
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in cbc_aes_nx_crypt()
H
A
D
nx-aes-ctr.c
18
#include "
nx_csbcpb
.h"
27
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ctr_aes_nx_set_key()
76
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ctr_aes_nx_crypt()
H
A
D
nx.h
121
struct
nx_csbcpb
*csbcpb; /* aligned page given to phyp @ hcall time */
123
struct
nx_csbcpb
*csbcpb_aead; /* secondary csbcpb used by AEAD algs */
H
A
D
nx-aes-ccm.c
19
#include "
nx_csbcpb
.h"
28
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ccm_aes_nx_set_key()
29
struct
nx_csbcpb
*csbcpb_aead = nx_ctx->csbcpb_aead;
in ccm_aes_nx_set_key()
331
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ccm_nx_decrypt()
409
struct
nx_csbcpb
*csbcpb = nx_ctx->csbcpb;
in ccm_nx_encrypt()
H
A
D
nx.c
26
#include "
nx_csbcpb
.h"
665
sizeof(struct
nx_csbcpb
);
in nx_crypto_ctx_init()
668
sizeof(struct
nx_csbcpb
);
in nx_crypto_ctx_init()
675
nx_ctx->csbcpb = (struct
nx_csbcpb
*)(round_up((u64)nx_ctx->kmem,
in nx_crypto_ctx_init()
682
(struct
nx_csbcpb
*)((u8 *)nx_ctx->out_sg +
in nx_crypto_ctx_init()
H
A
D
nx_csbcpb.h
148
struct
nx_csbcpb
{
struct
154
/*
nx_csbcpb
related definitions */
H
A
D
nx-common-pseries.c
16
#include "
nx_csbcpb
.h" /* struct
nx_csbcpb
*/
95
struct
nx_csbcpb
csbcpb;
100
/* Macros for fields within
nx_csbcpb
*/
312
struct
nx_csbcpb
*csbcpb;
in nx842_pseries_compress()
442
struct
nx_csbcpb
*csbcpb;
in nx842_pseries_decompress()
Completed in 16 milliseconds