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:CHACHA_U8TOU32
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
e_chacha20_poly1305.c
45
key->key.d[i/4] =
CHACHA_U8TOU32
(user_key+i);
in chacha_init_key()
50
key->counter[i/4] =
CHACHA_U8TOU32
(iv+i);
in chacha_init_key()
547
=
CHACHA_U8TOU32
((unsigned char *)ptr);
in chacha20_poly1305_ctrl()
549
=
CHACHA_U8TOU32
((unsigned char *)ptr+4);
in chacha20_poly1305_ctrl()
551
=
CHACHA_U8TOU32
((unsigned char *)ptr+8);
in chacha20_poly1305_ctrl()
593
actx->key.counter[2] = actx->nonce[1] ^
CHACHA_U8TOU32
(aad);
in chacha20_poly1305_ctrl()
594
actx->key.counter[3] = actx->nonce[2] ^
CHACHA_U8TOU32
(aad+4);
in chacha20_poly1305_ctrl()
/third_party/openssl/crypto/evp/
H
A
D
e_chacha20_poly1305.c
45
key->key.d[i/4] =
CHACHA_U8TOU32
(user_key+i);
in chacha_init_key()
50
key->counter[i/4] =
CHACHA_U8TOU32
(iv+i);
in chacha_init_key()
547
=
CHACHA_U8TOU32
((unsigned char *)ptr);
in chacha20_poly1305_ctrl()
549
=
CHACHA_U8TOU32
((unsigned char *)ptr+4);
in chacha20_poly1305_ctrl()
551
=
CHACHA_U8TOU32
((unsigned char *)ptr+8);
in chacha20_poly1305_ctrl()
593
actx->key.counter[2] = actx->nonce[1] ^
CHACHA_U8TOU32
(aad);
in chacha20_poly1305_ctrl()
594
actx->key.counter[3] = actx->nonce[2] ^
CHACHA_U8TOU32
(aad+4);
in chacha20_poly1305_ctrl()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H
A
D
cipher_chacha20_poly1305_hw.c
38
ctx->chacha.counter[2] = ctx->nonce[1] ^
CHACHA_U8TOU32
(aad);
in chacha_poly1305_tls_init()
39
ctx->chacha.counter[3] = ctx->nonce[2] ^
CHACHA_U8TOU32
(aad+4);
in chacha_poly1305_tls_init()
52
ctx->nonce[0] = ctx->chacha.counter[1] =
CHACHA_U8TOU32
(fixed);
in chacha_poly1305_tls_iv_set_fixed()
53
ctx->nonce[1] = ctx->chacha.counter[2] =
CHACHA_U8TOU32
(fixed + 4);
in chacha_poly1305_tls_iv_set_fixed()
54
ctx->nonce[2] = ctx->chacha.counter[3] =
CHACHA_U8TOU32
(fixed + 8);
in chacha_poly1305_tls_iv_set_fixed()
H
A
D
cipher_chacha20_hw.c
22
ctx->key.d[i / 4] =
CHACHA_U8TOU32
(key + i);
in chacha20_initkey()
35
ctx->counter[i / 4] =
CHACHA_U8TOU32
(bctx->oiv + i);
in chacha20_initiv()
/third_party/openssl/providers/implementations/ciphers/
H
A
D
cipher_chacha20_poly1305_hw.c
38
ctx->chacha.counter[2] = ctx->nonce[1] ^
CHACHA_U8TOU32
(aad);
in chacha_poly1305_tls_init()
39
ctx->chacha.counter[3] = ctx->nonce[2] ^
CHACHA_U8TOU32
(aad+4);
in chacha_poly1305_tls_init()
52
ctx->nonce[0] = ctx->chacha.counter[1] =
CHACHA_U8TOU32
(fixed);
in chacha_poly1305_tls_iv_set_fixed()
53
ctx->nonce[1] = ctx->chacha.counter[2] =
CHACHA_U8TOU32
(fixed + 4);
in chacha_poly1305_tls_iv_set_fixed()
54
ctx->nonce[2] = ctx->chacha.counter[3] =
CHACHA_U8TOU32
(fixed + 8);
in chacha_poly1305_tls_iv_set_fixed()
H
A
D
cipher_chacha20_hw.c
22
ctx->key.d[i / 4] =
CHACHA_U8TOU32
(key + i);
in chacha20_initkey()
35
ctx->counter[i / 4] =
CHACHA_U8TOU32
(bctx->oiv + i);
in chacha20_initiv()
/third_party/openssl/ohos_lite/include/crypto/
H
A
D
chacha.h
34
#define
CHACHA_U8TOU32
(p) ( \
macro
/third_party/node/deps/openssl/openssl/include/crypto/
H
A
D
chacha.h
35
#define
CHACHA_U8TOU32
(p) ( \
macro
/third_party/openssl/include/crypto/
H
A
D
chacha.h
35
#define
CHACHA_U8TOU32
(p) ( \
macro
Completed in 6 milliseconds