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:U8TOU64
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H
A
D
poly1305_base2_44.c
32
static u64
U8TOU64
(const unsigned char *p)
in U8TOU64()
function
67
r0 =
U8TOU64
(&key[0]) & 0x0ffffffc0fffffff;
in poly1305_init()
68
r1 =
U8TOU64
(&key[8]) & 0x0ffffffc0ffffffc;
in poly1305_init()
105
m0 =
U8TOU64
(inp + 0);
in poly1305_blocks()
106
m1 =
U8TOU64
(inp + 8);
in poly1305_blocks()
H
A
D
poly1305.c
108
static u64
U8TOU64
(const unsigned char *p)
in U8TOU64()
function
143
st->r[0] =
U8TOU64
(&key[0]) & 0x0ffffffc0fffffff;
in poly1305_init()
144
st->r[1] =
U8TOU64
(&key[8]) & 0x0ffffffc0ffffffc;
in poly1305_init()
167
h0 = (u64)(d0 = (u128)h0 +
U8TOU64
(inp + 0));
in poly1305_blocks()
168
h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) +
U8TOU64
(inp + 8));
in poly1305_blocks()
/third_party/openssl/crypto/poly1305/
H
A
D
poly1305_base2_44.c
32
static u64
U8TOU64
(const unsigned char *p)
in U8TOU64()
function
67
r0 =
U8TOU64
(&key[0]) & 0x0ffffffc0fffffff;
in poly1305_init()
68
r1 =
U8TOU64
(&key[8]) & 0x0ffffffc0ffffffc;
in poly1305_init()
105
m0 =
U8TOU64
(inp + 0);
in poly1305_blocks()
106
m1 =
U8TOU64
(inp + 8);
in poly1305_blocks()
H
A
D
poly1305.c
108
static u64
U8TOU64
(const unsigned char *p)
in U8TOU64()
function
143
st->r[0] =
U8TOU64
(&key[0]) & 0x0ffffffc0fffffff;
in poly1305_init()
144
st->r[1] =
U8TOU64
(&key[8]) & 0x0ffffffc0ffffffc;
in poly1305_init()
167
h0 = (u64)(d0 = (u128)h0 +
U8TOU64
(inp + 0));
in poly1305_blocks()
168
h1 = (u64)(d1 = (u128)h1 + (d0 >> 64) +
U8TOU64
(inp + 8));
in poly1305_blocks()
Completed in 4 milliseconds