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:hash_engine
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H
A
D
aspeed-hace.c
34
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
in aspeed_hace_irq()
local
43
if (
hash_engine
->flags & CRYPTO_FLAGS_BUSY)
in aspeed_hace_irq()
44
tasklet_schedule(&
hash_engine
->done_task);
in aspeed_hace_irq()
70
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
in aspeed_hace_hash_done_task()
local
72
hash_engine
->resume(hace_dev);
in aspeed_hace_hash_done_task()
105
struct aspeed_engine_hash *
hash_engine
;
in aspeed_hace_probe()
local
122
hash_engine
= &hace_dev->
hash_engine
;
in aspeed_hace_probe()
256
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_hace_remove()
local
[all...]
H
A
D
aspeed-hace-hash.c
117
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
in aspeed_ahash_dma_prepare()
local
118
struct ahash_request *req =
hash_engine
->req;
in aspeed_ahash_dma_prepare()
128
memcpy(
hash_engine
->ahash_src_addr, rctx->buffer, rctx->bufcnt);
in aspeed_ahash_dma_prepare()
131
scatterwalk_map_and_copy(
hash_engine
->ahash_src_addr +
in aspeed_ahash_dma_prepare()
153
hash_engine
->src_length = length - remain;
in aspeed_ahash_dma_prepare()
154
hash_engine
->src_dma =
hash_engine
->ahash_src_dma_addr;
in aspeed_ahash_dma_prepare()
155
hash_engine
->digest_dma = rctx->digest_dma_addr;
in aspeed_ahash_dma_prepare()
166
struct aspeed_engine_hash *
hash_engine
in aspeed_ahash_dma_prepare_sg()
local
273
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_complete()
local
291
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_transfer()
local
314
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_hace_ahash_trigger()
local
348
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_hmac_resume()
local
407
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_req_final()
local
455
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_update_resume_sg()
local
486
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_update_resume()
local
503
struct aspeed_engine_hash *
hash_engine
= &hace_dev->
hash_engine
;
aspeed_ahash_req_update()
local
540
struct aspeed_engine_hash *
hash_engine
;
aspeed_ahash_do_request()
local
564
struct aspeed_engine_hash *
hash_engine
;
aspeed_ahash_prepare_request()
local
[all...]
H
A
D
aspeed-hace.h
254
struct aspeed_engine_hash
hash_engine
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_port.c
855
rss_engine.
hash_engine
= type;
in hinic_rss_set_hash_engine()
898
*type = hash_type.
hash_engine
;
in hinic_rss_get_hash_engine()
H
A
D
hinic_port.h
431
u8
hash_engine
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_port.c
870
rss_engine.
hash_engine
= type;
in hinic_rss_set_hash_engine()
913
*type = hash_type.
hash_engine
;
in hinic_rss_get_hash_engine()
H
A
D
hinic_port.h
442
u8
hash_engine
;
member
Completed in 14 milliseconds