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_LBLOCK
(Results
1 - 16
of
16
) sorted by relevance
/third_party/node/deps/openssl/openssl/include/openssl/
H
A
D
sha.h
36
# define
SHA_LBLOCK
16
macro
37
# define SHA_CBLOCK (
SHA_LBLOCK
*4)/* SHA treats input data as a
45
SHA_LONG data[
SHA_LBLOCK
];
58
# define SHA256_CBLOCK (
SHA_LBLOCK
*4)/* SHA-256 treats input data as a
65
SHA_LONG data[
SHA_LBLOCK
];
100
# define SHA512_CBLOCK (
SHA_LBLOCK
*8)
113
SHA_LONG64 d[
SHA_LBLOCK
];
/third_party/openssl/include/openssl/
H
A
D
sha.h
36
# define
SHA_LBLOCK
16
macro
37
# define SHA_CBLOCK (
SHA_LBLOCK
*4)/* SHA treats input data as a
45
SHA_LONG data[
SHA_LBLOCK
];
58
# define SHA256_CBLOCK (
SHA_LBLOCK
*4)/* SHA-256 treats input data as a
65
SHA_LONG data[
SHA_LBLOCK
];
100
# define SHA512_CBLOCK (
SHA_LBLOCK
*8)
113
SHA_LONG64 d[
SHA_LBLOCK
];
/third_party/openssl/ohos_lite/include/openssl/
H
A
D
sha.h
27
# define
SHA_LBLOCK
16
macro
28
# define SHA_CBLOCK (
SHA_LBLOCK
*4)/* SHA treats input data as a
37
SHA_LONG data[
SHA_LBLOCK
];
47
# define SHA256_CBLOCK (
SHA_LBLOCK
*4)/* SHA-256 treats input data as a
54
SHA_LONG data[
SHA_LBLOCK
];
83
# define SHA512_CBLOCK (
SHA_LBLOCK
*8)
99
SHA_LONG64 d[
SHA_LBLOCK
];
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H
A
D
sha.rs
16
pub data: [SHA_LONG;
SHA_LBLOCK
as usize],
44
pub data: [SHA_LONG;
SHA_LBLOCK
as usize],
78
u: [SHA_LONG64;
SHA_LBLOCK
as usize],
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H
A
D
sha.rs
6
pub const
SHA_LBLOCK
: c_int = 16;
consts
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H
A
D
cipher_aes_cbc_hmac_sha1_hw.c
453
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha1_cipher()
540
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
556
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
568
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha1_cipher()
H
A
D
cipher_aes_cbc_hmac_sha256_hw.c
495
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha256_cipher()
579
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
598
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
613
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha256_cipher()
/third_party/openssl/providers/implementations/ciphers/
H
A
D
cipher_aes_cbc_hmac_sha1_hw.c
453
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha1_cipher()
540
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
556
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
568
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha1_cipher()
H
A
D
cipher_aes_cbc_hmac_sha256_hw.c
495
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha256_cipher()
579
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
598
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
613
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha256_cipher()
/third_party/node/deps/openssl/openssl/crypto/sha/
H
A
D
sha512.c
170
c->u.d[
SHA_LBLOCK
- 2] = c->Nh;
in SHA512_Final()
171
c->u.d[
SHA_LBLOCK
- 1] = c->Nl;
in SHA512_Final()
544
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
615
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
746
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
/third_party/openssl/crypto/sha/
H
A
D
sha512.c
170
c->u.d[
SHA_LBLOCK
- 2] = c->Nh;
in SHA512_Final()
171
c->u.d[
SHA_LBLOCK
- 1] = c->Nl;
in SHA512_Final()
544
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
615
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
746
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
/third_party/openssl/ohos_lite/crypto/sha/
H
A
D
sha512.c
155
c->u.d[
SHA_LBLOCK
- 2] = c->Nh;
in SHA512_Final()
156
c->u.d[
SHA_LBLOCK
- 1] = c->Nl;
in SHA512_Final()
557
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
628
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
759
W +=
SHA_LBLOCK
;
in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
e_aes_cbc_hmac_sha256.c
526
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha256_cipher()
610
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
629
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
644
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha256_cipher()
H
A
D
e_aes_cbc_hmac_sha1.c
493
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha1_cipher()
619
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
635
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
647
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha1_cipher()
/third_party/openssl/crypto/evp/
H
A
D
e_aes_cbc_hmac_sha256.c
526
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha256_cipher()
610
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
629
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha256_cipher()
644
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha256_cipher()
H
A
D
e_aes_cbc_hmac_sha1.c
493
unsigned int u[
SHA_LBLOCK
];
in aesni_cbc_hmac_sha1_cipher()
619
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
635
data->u[
SHA_LBLOCK
- 1] |= bitlen & mask;
in aesni_cbc_hmac_sha1_cipher()
647
data->u[
SHA_LBLOCK
- 1] = bitlen;
in aesni_cbc_hmac_sha1_cipher()
Completed in 28 milliseconds