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:vc_req
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H
A
D
virtio_crypto_core.c
17
virtcrypto_clear_request(struct virtio_crypto_request *
vc_req
)
in virtcrypto_clear_request()
argument
79
struct virtio_crypto_request *
vc_req
;
in virtcrypto_done_task()
local
475
struct virtio_crypto_request *
vc_req
;
in virtcrypto_free_unused_reqs()
local
[all...]
H
A
D
virtio_crypto_akcipher_algs.c
68
static void virtio_crypto_dataq_akcipher_callback(struct virtio_crypto_request *
vc_req
, int len)
in virtio_crypto_dataq_akcipher_callback()
argument
220
struct virtio_crypto_request *
vc_req
= &vc_akcipher_req->base;
in __virtio_crypto_akcipher_do_req()
local
287
struct virtio_crypto_request *
vc_req
= &vc_akcipher_req->base;
in virtio_crypto_rsa_do_req()
local
327
struct virtio_crypto_request *
vc_req
= &vc_akcipher_req->base;
virtio_crypto_rsa_req()
local
[all...]
H
A
D
virtio_crypto_algs.c
332
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
in __virtio_crypto_skcipher_do_req()
local
58
virtio_crypto_dataq_sym_callback(struct virtio_crypto_request *
vc_req
, int len)
virtio_crypto_dataq_sym_callback()
argument
475
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
virtio_crypto_skcipher_encrypt()
local
500
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
virtio_crypto_skcipher_decrypt()
local
551
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
virtio_crypto_skcipher_crypt_req()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H
A
D
virtio_crypto_core.c
17
virtcrypto_clear_request(struct virtio_crypto_request *
vc_req
)
in virtcrypto_clear_request()
argument
79
struct virtio_crypto_request *
vc_req
;
in virtcrypto_done_task()
local
486
struct virtio_crypto_request *
vc_req
;
in virtcrypto_free_unused_reqs()
local
[all...]
H
A
D
virtio_crypto_akcipher_algs.c
68
static void virtio_crypto_dataq_akcipher_callback(struct virtio_crypto_request *
vc_req
, int len)
in virtio_crypto_dataq_akcipher_callback()
argument
224
struct virtio_crypto_request *
vc_req
= &vc_akcipher_req->base;
in __virtio_crypto_akcipher_do_req()
local
291
struct virtio_crypto_request *
vc_req
in virtio_crypto_rsa_do_req()
local
331
struct virtio_crypto_request *
vc_req
= &vc_akcipher_req->base;
virtio_crypto_rsa_req()
local
[all...]
H
A
D
virtio_crypto_skcipher_algs.c
329
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
in __virtio_crypto_skcipher_do_req()
local
55
virtio_crypto_dataq_sym_callback(struct virtio_crypto_request *
vc_req
, int len)
virtio_crypto_dataq_sym_callback()
argument
472
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
virtio_crypto_skcipher_encrypt()
local
497
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
virtio_crypto_skcipher_decrypt()
local
545
struct virtio_crypto_request *
vc_req
= &vc_sym_req->base;
virtio_crypto_skcipher_crypt_req()
local
[all...]
Completed in 6 milliseconds