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:SHA_INT32
(Results
1 - 2
of
2
) sorted by relevance
/third_party/python/Modules/
H
A
D
sha256module.c
37
typedef uint32_t
SHA_INT32
; /* 32-bit integer */
typedef
48
SHA_INT32
digest[8]; /* Message digest */
49
SHA_INT32
count_lo, count_hi; /* 64-bit bit count */
74
static void longReverse(
SHA_INT32
*buffer, int byteCount)
in longReverse()
136
SHA_INT32
S[8], W[64], t0, t1;
in sha_transform()
276
SHA_INT32
clo;
in sha_update()
278
clo = sha_info->count_lo + ((
SHA_INT32
) count << 3);
in sha_update()
283
sha_info->count_hi += (
SHA_INT32
) count >> 29;
in sha_update()
316
SHA_INT32
lo_bit_count, hi_bit_count;
in sha_final()
H
A
D
sha512module.c
37
typedef uint32_t
SHA_INT32
; /* 32-bit integer */
typedef
50
SHA_INT32
count_lo, count_hi; /* 64-bit bit count */
280
SHA_INT32
clo;
in sha512_update()
282
clo = sha_info->count_lo + ((
SHA_INT32
) count << 3);
in sha512_update()
287
sha_info->count_hi += (
SHA_INT32
) count >> 29;
in sha512_update()
320
SHA_INT32
lo_bit_count, hi_bit_count;
in sha512_final()
Completed in 3 milliseconds