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_FLAGS_FINAL
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H
A
D
stm32-hash.c
90
#define
HASH_FLAGS_FINAL
BIT(15)
macro
377
hdev->flags |=
HASH_FLAGS_FINAL
;
in stm32_hash_xmit_cpu()
478
final = state->flags &
HASH_FLAGS_FINAL
;
in stm32_hash_update_cpu()
538
hdev->flags |=
HASH_FLAGS_FINAL
;
in stm32_hash_xmit_dma()
973
if (!err && (
HASH_FLAGS_FINAL
& hdev->flags)) {
in stm32_hash_finish_req()
1093
state->flags |=
HASH_FLAGS_FINAL
;
in stm32_hash_final()
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H
A
D
stm32-hash.c
86
#define
HASH_FLAGS_FINAL
BIT(15)
macro
338
hdev->flags |=
HASH_FLAGS_FINAL
;
in stm32_hash_xmit_cpu()
428
hdev->flags |=
HASH_FLAGS_FINAL
;
in stm32_hash_xmit_dma()
794
if (!err && (
HASH_FLAGS_FINAL
& hdev->flags)) {
in stm32_hash_finish_req()
797
hdev->flags &= ~(
HASH_FLAGS_FINAL
| HASH_FLAGS_CPU |
in stm32_hash_finish_req()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
s5p-sss.c
216
#define
HASH_FLAGS_FINAL
1
macro
654
if (test_bit(
HASH_FLAGS_FINAL
, &dev->hash_flags))
in s5p_hash_rx()
1006
set_bit(
HASH_FLAGS_FINAL
, &dd->hash_flags);
in s5p_hash_xmit_dma()
1347
if (test_bit(
HASH_FLAGS_FINAL
, &dd->hash_flags))
in s5p_hash_finish_req()
1354
dd->hash_flags &= ~(BIT(HASH_FLAGS_BUSY) | BIT(
HASH_FLAGS_FINAL
) |
in s5p_hash_finish_req()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
s5p-sss.c
217
#define
HASH_FLAGS_FINAL
1
macro
651
if (test_bit(
HASH_FLAGS_FINAL
, &dev->hash_flags))
in s5p_hash_rx()
1003
set_bit(
HASH_FLAGS_FINAL
, &dd->hash_flags);
in s5p_hash_xmit_dma()
1344
if (test_bit(
HASH_FLAGS_FINAL
, &dd->hash_flags))
in s5p_hash_finish_req()
1351
dd->hash_flags &= ~(BIT(HASH_FLAGS_BUSY) | BIT(
HASH_FLAGS_FINAL
) |
in s5p_hash_finish_req()
Completed in 11 milliseconds