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:vcrypto
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H
A
D
virtio_crypto_mgr.c
238
int virtcrypto_dev_start(struct virtio_crypto *
vcrypto
)
in virtcrypto_dev_start()
argument
264
void virtcrypto_dev_stop(struct virtio_crypto *
vcrypto
)
in virtcrypto_dev_stop()
argument
284
virtcrypto_algo_is_supported(struct virtio_crypto *
vcrypto
, uint32_t service, uint32_t algo)
virtcrypto_algo_is_supported()
argument
[all...]
H
A
D
virtio_crypto_core.c
32
struct virtio_crypto *
vcrypto
= vq->vdev->priv;
in virtcrypto_ctrlq_callback()
local
51
int virtio_crypto_ctrl_vq_request(struct virtio_crypto *
vcrypto
, struct scatterlist *sgs[],
in virtio_crypto_ctrl_vq_request()
argument
93
struct virtio_crypto *
vcrypto
= vq->vdev->priv;
virtcrypto_dataq_callback()
local
196
virtcrypto_set_affinity(struct virtio_crypto *
vcrypto
)
virtcrypto_set_affinity()
argument
255
virtcrypto_update_status(struct virtio_crypto *
vcrypto
)
virtcrypto_update_status()
argument
297
virtcrypto_start_crypto_engines(struct virtio_crypto *
vcrypto
)
virtcrypto_start_crypto_engines()
argument
320
virtcrypto_clear_crypto_engines(struct virtio_crypto *
vcrypto
)
virtcrypto_clear_crypto_engines()
argument
329
virtcrypto_del_vqs(struct virtio_crypto *
vcrypto
)
virtcrypto_del_vqs()
argument
343
struct virtio_crypto *
vcrypto
;
virtcrypto_probe()
local
473
virtcrypto_free_unused_reqs(struct virtio_crypto *
vcrypto
)
virtcrypto_free_unused_reqs()
argument
490
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_remove()
local
509
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_config_changed()
local
517
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_freeze()
local
531
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_restore()
local
[all...]
H
A
D
virtio_crypto_akcipher_algs.c
28
struct virtio_crypto *
vcrypto
;
member
108
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_akcipher_init_session()
local
167
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_akcipher_close_session()
local
221
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in __virtio_crypto_akcipher_do_req()
local
289
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_rsa_do_req()
local
328
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_rsa_req()
local
370
struct virtio_crypto *
vcrypto
;
virtio_crypto_rsa_set_key()
local
540
virtio_crypto_akcipher_algs_register(struct virtio_crypto *
vcrypto
)
virtio_crypto_akcipher_algs_register()
argument
570
virtio_crypto_akcipher_algs_unregister(struct virtio_crypto *
vcrypto
)
virtio_crypto_akcipher_algs_unregister()
argument
[all...]
H
A
D
virtio_crypto_algs.c
22
struct virtio_crypto *
vcrypto
;
member
121
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_skcipher_init_session()
local
201
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_skcipher_close_session()
local
258
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_skcipher_init_sessions()
local
299
struct virtio_crypto *
vcrypto
=
virtio_crypto_skcipher_setkey()
local
334
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
__virtio_crypto_skcipher_do_req()
local
476
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_skcipher_encrypt()
local
501
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_skcipher_decrypt()
local
603
virtio_crypto_algs_register(struct virtio_crypto *
vcrypto
)
virtio_crypto_algs_register()
argument
634
virtio_crypto_algs_unregister(struct virtio_crypto *
vcrypto
)
virtio_crypto_algs_unregister()
argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H
A
D
virtio_crypto_mgr.c
238
int virtcrypto_dev_start(struct virtio_crypto *
vcrypto
)
in virtcrypto_dev_start()
argument
264
void virtcrypto_dev_stop(struct virtio_crypto *
vcrypto
)
in virtcrypto_dev_stop()
argument
284
virtcrypto_algo_is_supported(struct virtio_crypto *
vcrypto
, uint32_t service, uint32_t algo)
virtcrypto_algo_is_supported()
argument
[all...]
H
A
D
virtio_crypto_core.c
32
struct virtio_crypto *
vcrypto
= vq->vdev->priv;
in virtcrypto_ctrlq_callback()
local
51
int virtio_crypto_ctrl_vq_request(struct virtio_crypto *
vcrypto
, struct scatterlist *sgs[],
in virtio_crypto_ctrl_vq_request()
argument
93
struct virtio_crypto *
vcrypto
= vq->vdev->priv;
virtcrypto_dataq_callback()
local
197
virtcrypto_set_affinity(struct virtio_crypto *
vcrypto
)
virtcrypto_set_affinity()
argument
256
virtcrypto_update_status(struct virtio_crypto *
vcrypto
)
virtcrypto_update_status()
argument
298
virtcrypto_start_crypto_engines(struct virtio_crypto *
vcrypto
)
virtcrypto_start_crypto_engines()
argument
321
virtcrypto_clear_crypto_engines(struct virtio_crypto *
vcrypto
)
virtcrypto_clear_crypto_engines()
argument
330
virtcrypto_del_vqs(struct virtio_crypto *
vcrypto
)
virtcrypto_del_vqs()
argument
343
struct virtio_crypto *
vcrypto
=
vcrypto_config_changed_work()
local
352
struct virtio_crypto *
vcrypto
;
virtcrypto_probe()
local
484
virtcrypto_free_unused_reqs(struct virtio_crypto *
vcrypto
)
virtcrypto_free_unused_reqs()
argument
502
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_remove()
local
522
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_config_changed()
local
530
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_freeze()
local
545
struct virtio_crypto *
vcrypto
= vdev->priv;
virtcrypto_restore()
local
[all...]
H
A
D
virtio_crypto_akcipher_algs.c
28
struct virtio_crypto *
vcrypto
;
member
112
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_akcipher_init_session()
local
171
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_akcipher_close_session()
local
225
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in __virtio_crypto_akcipher_do_req()
local
293
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_rsa_do_req()
local
332
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_rsa_req()
local
374
struct virtio_crypto *
vcrypto
;
virtio_crypto_rsa_set_key()
local
548
virtio_crypto_akcipher_algs_register(struct virtio_crypto *
vcrypto
)
virtio_crypto_akcipher_algs_register()
argument
578
virtio_crypto_akcipher_algs_unregister(struct virtio_crypto *
vcrypto
)
virtio_crypto_akcipher_algs_unregister()
argument
[all...]
H
A
D
virtio_crypto_skcipher_algs.c
19
struct virtio_crypto *
vcrypto
;
member
118
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_skcipher_init_session()
local
198
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_skcipher_close_session()
local
255
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
in virtio_crypto_alg_skcipher_init_sessions()
local
296
struct virtio_crypto *
vcrypto
=
virtio_crypto_skcipher_setkey()
local
331
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
__virtio_crypto_skcipher_do_req()
local
473
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_skcipher_encrypt()
local
498
struct virtio_crypto *
vcrypto
= ctx->
vcrypto
;
virtio_crypto_skcipher_decrypt()
local
600
virtio_crypto_skcipher_algs_register(struct virtio_crypto *
vcrypto
)
virtio_crypto_skcipher_algs_register()
argument
631
virtio_crypto_skcipher_algs_unregister(struct virtio_crypto *
vcrypto
)
virtio_crypto_skcipher_algs_unregister()
argument
[all...]
Completed in 6 milliseconds