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:reqctx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H
A
D
chcr_algo.c
133
static inline void chcr_init_hctx_per_wr(struct chcr_ahash_req_ctx *
reqctx
)
in chcr_init_hctx_per_wr()
argument
217
struct chcr_aead_reqctx *
reqctx
= aead_request_ctx(req);
in chcr_handle_aead_resp()
local
698
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
in chcr_cipher_fallback()
local
725
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(aead_req);
get_qidxs()
local
734
struct chcr_skcipher_req_ctx *
reqctx
=
get_qidxs()
local
744
struct chcr_ahash_req_ctx *
reqctx
=
get_qidxs()
local
815
struct chcr_skcipher_req_ctx *
reqctx
=
create_cipher_wr()
local
1066
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_update_tweak()
local
1106
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_update_cipher_iv()
local
1140
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_final_cipher_iv()
local
1166
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_handle_cipher_resp()
local
1254
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
process_cipher()
local
1372
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_aes_encrypt()
local
1417
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_aes_decrypt()
local
2025
struct chcr_ahash_req_ctx *
reqctx
= ahash_request_ctx(req);
chcr_ahash_continue()
local
2092
struct chcr_ahash_req_ctx *
reqctx
= ahash_request_ctx(req);
chcr_handle_ahash_resp()
local
2371
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_common_exit()
local
2382
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_common_init()
local
2447
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
create_authenc_wr()
local
2585
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_dma_map()
local
2646
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_dma_unmap()
local
2687
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_add_aead_src_ent()
local
2713
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_add_aead_dst_ent()
local
2736
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_add_cipher_src_ent()
local
2759
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_add_cipher_dst_ent()
local
2780
struct chcr_ahash_req_ctx *
reqctx
= ahash_request_ctx(req);
chcr_add_hash_src_ent()
local
2903
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
generate_b0()
local
2941
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
ccm_format_packet()
local
2972
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
fill_sec_cpl_for_aead()
local
3045
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
create_aead_ccm_wr()
local
3144
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
create_gcm_wr()
local
3744
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_op()
local
3794
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_encrypt()
local
3825
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx(req);
chcr_aead_decrypt()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H
A
D
chcr_algo.c
129
static inline void chcr_init_hctx_per_wr(struct chcr_ahash_req_ctx *
reqctx
)
in chcr_init_hctx_per_wr()
argument
213
struct chcr_aead_reqctx *
reqctx
= aead_request_ctx_dma(req);
in chcr_handle_aead_resp()
local
694
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
in chcr_cipher_fallback()
local
721
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(aead_req);
get_qidxs()
local
730
struct chcr_skcipher_req_ctx *
reqctx
=
get_qidxs()
local
740
struct chcr_ahash_req_ctx *
reqctx
=
get_qidxs()
local
808
struct chcr_skcipher_req_ctx *
reqctx
=
create_cipher_wr()
local
1059
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_update_tweak()
local
1099
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_update_cipher_iv()
local
1133
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_final_cipher_iv()
local
1159
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_handle_cipher_resp()
local
1247
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
process_cipher()
local
1365
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_aes_encrypt()
local
1410
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_aes_decrypt()
local
2019
struct chcr_ahash_req_ctx *
reqctx
= ahash_request_ctx(req);
chcr_ahash_continue()
local
2086
struct chcr_ahash_req_ctx *
reqctx
= ahash_request_ctx(req);
chcr_handle_ahash_resp()
local
2366
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_common_exit()
local
2377
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_common_init()
local
2442
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
create_authenc_wr()
local
2580
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_dma_map()
local
2641
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_dma_unmap()
local
2682
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_add_aead_src_ent()
local
2708
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_add_aead_dst_ent()
local
2731
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_add_cipher_src_ent()
local
2754
struct chcr_skcipher_req_ctx *
reqctx
= skcipher_request_ctx(req);
chcr_add_cipher_dst_ent()
local
2775
struct chcr_ahash_req_ctx *
reqctx
= ahash_request_ctx(req);
chcr_add_hash_src_ent()
local
2898
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
generate_b0()
local
2936
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
ccm_format_packet()
local
2967
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
fill_sec_cpl_for_aead()
local
3040
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
create_aead_ccm_wr()
local
3139
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
create_gcm_wr()
local
3740
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_op()
local
3790
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_encrypt()
local
3821
struct chcr_aead_
reqctx
*
reqctx
= aead_request_ctx_dma(req);
chcr_aead_decrypt()
local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
s5p-sss.c
483
struct s5p_aes_reqctx *
reqctx
= skcipher_request_ctx(req);
in s5p_sg_done()
local
1981
struct s5p_aes_reqctx *
reqctx
;
in s5p_tasklet_cb()
local
2029
struct s5p_aes_reqctx *
reqctx
= skcipher_request_ctx(req);
in s5p_aes_crypt()
local
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
s5p-sss.c
480
struct s5p_aes_reqctx *
reqctx
= skcipher_request_ctx(req);
in s5p_sg_done()
local
1978
struct s5p_aes_reqctx *
reqctx
;
in s5p_tasklet_cb()
local
2026
struct s5p_aes_reqctx *
reqctx
= skcipher_request_ctx(req);
in s5p_aes_crypt()
local
Completed in 15 milliseconds