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
defs:nctx
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_aead.c
38
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aes_gcm_setkey()
local
62
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aead_setauthsize()
local
217
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aes_gcm_enc()
local
251
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aes_gcm_dec()
local
284
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_aead_init()
local
309
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_gcm_common_init()
local
344
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_aead_exit()
local
363
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_rfc4106_setkey()
local
444
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_rfc4106_enc()
local
476
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_rfc4106_dec()
local
[all...]
H
A
D
nitrox_skcipher.c
110
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(tfm);
in nitrox_skcipher_init()
local
137
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(tfm);
in nitrox_cbc_init()
local
149
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(tfm);
nitrox_skcipher_exit()
local
170
struct nitrox_crypto_ctx *
nctx
= crypto_tfm_ctx(tfm);
nitrox_skcipher_setkey()
local
250
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(cipher);
nitrox_skcipher_crypt()
local
341
struct nitrox_crypto_ctx *
nctx
= crypto_tfm_ctx(tfm);
nitrox_aes_xts_setkey()
local
366
struct nitrox_crypto_ctx *
nctx
= crypto_tfm_ctx(tfm);
nitrox_aes_ctr_rfc3686_setkey()
local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamalg_qi2.h
90
struct dpaa2_io_notification_ctx
nctx
;
member
H
A
D
caamalg_qi2.c
4659
static void dpaa2_caam_fqdan_cb(struct dpaa2_io_notification_ctx *
nctx
)
in dpaa2_caam_fqdan_cb()
argument
4670
struct dpaa2_io_notification_ctx *
nctx
;
in dpaa2_dpseci_dpio_setup()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_aead.c
37
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aes_gcm_setkey()
local
61
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aead_setauthsize()
local
216
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aes_gcm_enc()
local
250
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
in nitrox_aes_gcm_dec()
local
283
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_aead_init()
local
308
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_gcm_common_init()
local
343
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_aead_exit()
local
362
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_rfc4106_setkey()
local
443
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx(aead);
nitrox_rfc4106_enc()
local
475
struct nitrox_crypto_ctx *
nctx
= crypto_aead_ctx_dma(aead);
nitrox_rfc4106_dec()
local
[all...]
H
A
D
nitrox_skcipher.c
110
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(tfm);
in nitrox_skcipher_init()
local
137
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(tfm);
in nitrox_cbc_init()
local
149
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(tfm);
nitrox_skcipher_exit()
local
170
struct nitrox_crypto_ctx *
nctx
= crypto_tfm_ctx(tfm);
nitrox_skcipher_setkey()
local
250
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(cipher);
nitrox_skcipher_crypt()
local
340
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(cipher);
nitrox_aes_xts_setkey()
local
364
struct nitrox_crypto_ctx *
nctx
= crypto_skcipher_ctx(cipher);
nitrox_aes_ctr_rfc3686_setkey()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamalg_qi2.h
88
struct dpaa2_io_notification_ctx
nctx
;
member
H
A
D
caamalg_qi2.c
4671
static void dpaa2_caam_fqdan_cb(struct dpaa2_io_notification_ctx *
nctx
)
in dpaa2_caam_fqdan_cb()
argument
4682
struct dpaa2_io_notification_ctx *
nctx
;
in dpaa2_dpseci_dpio_setup()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-tangier.c
432
size_t
nctx
= DIV_ROUND_UP(info->ngpio, 32);
in devm_tng_gpio_probe()
local
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/
H
A
D
dpaa2-qdma.h
135
struct dpaa2_io_notification_ctx
nctx
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-switch.h
97
struct dpaa2_io_notification_ctx
nctx
;
member
H
A
D
dpaa2-switch.c
2832
static void dpaa2_switch_fqdan_cb(struct dpaa2_io_notification_ctx *
nctx
)
in dpaa2_switch_fqdan_cb()
argument
2844
struct dpaa2_io_notification_ctx *
nctx
;
in dpaa2_switch_setup_dpio()
local
[all...]
H
A
D
dpaa2-eth.c
3156
struct dpaa2_io_notification_ctx *
nctx
;
in dpaa2_eth_setup_dpio()
local
[all...]
H
A
D
dpaa2-eth.h
487
struct dpaa2_io_notification_ctx
nctx
;
member
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
H
A
D
dpaa2-qdma.h
135
struct dpaa2_io_notification_ctx
nctx
;
member
/kernel/linux/linux-6.6/crypto/
H
A
D
shash.c
451
struct crypto_shash **
nctx
= crypto_ahash_ctx(nhash);
in crypto_clone_shash_ops_async()
local
H
A
D
cryptd.c
452
struct cryptd_hash_ctx *
nctx
= crypto_ahash_ctx(ntfm);
in cryptd_hash_clone_tfm()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_context.c
38
const unsigned int
nctx
= 1024;
in live_nop_switch()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H
A
D
i915_gem_context.c
35
const unsigned int
nctx
= 1024;
in live_nop_switch()
local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
selftest_lrc.c
3681
nop_virtual_engine(struct intel_gt *gt, struct intel_engine_cs **siblings, unsigned int nsibling, unsigned int
nctx
, unsigned int flags)
nop_virtual_engine()
argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/
H
A
D
mt9m114.h
258
int
nctx
;
member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/
H
A
D
mt9m114.h
255
int
nctx
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
selftest_execlists.c
3711
nop_virtual_engine(struct intel_gt *gt, struct intel_engine_cs **siblings, unsigned int nsibling, unsigned int
nctx
, unsigned int flags)
nop_virtual_engine()
argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-eth.h
447
struct dpaa2_io_notification_ctx
nctx
;
member
H
A
D
dpaa2-eth.c
2634
struct dpaa2_io_notification_ctx *
nctx
;
in dpaa2_eth_setup_dpio()
local
[all...]
Completed in 53 milliseconds