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:U8TOU32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H
A
D
poly1305_ieee754.c
70
# define
U8TOU32
(p) (*(const u32 *)(p))
macro
73
# define
U8TOU32
(p) ({u32 ret; asm ("lwbrx %0,0,%1":"=r"(ret):"b"(p)); ret; })
macro
76
# define
U8TOU32
(p) ({u32 ret; asm ("lrv %0,%1":"=d"(ret):"m"(*(u32 *)(p))); ret; })
macro
80
#ifndef
U8TOU32
81
# define
U8TOU32
(p) ((u32)(p)[0] | (u32)(p)[1]<<8 | \
macro
160
r0.u = EXP(52+0) | (
U8TOU32
(&key[0]) & 0x0fffffff);
in poly1305_init()
161
r1.u = EXP(52+32) | (
U8TOU32
(&key[4]) & 0x0ffffffc);
in poly1305_init()
162
r2.u = EXP(52+64) | (
U8TOU32
(&key[8]) & 0x0ffffffc);
in poly1305_init()
163
r3.u = EXP(52+96) | (
U8TOU32
(&key[12]) & 0x0ffffffc);
in poly1305_init()
295
in0.u = EXP(52+0) |
U8TOU32
(
in poly1305_blocks()
[all...]
H
A
D
poly1305.c
22
static unsigned int
U8TOU32
(const unsigned char *p)
in U8TOU32()
function
283
st->r[0] =
U8TOU32
(&key[0]) & 0x0fffffff;
in poly1305_init()
284
st->r[1] =
U8TOU32
(&key[4]) & 0x0ffffffc;
in poly1305_init()
285
st->r[2] =
U8TOU32
(&key[8]) & 0x0ffffffc;
in poly1305_init()
286
st->r[3] =
U8TOU32
(&key[12]) & 0x0ffffffc;
in poly1305_init()
315
h0 = (u32)(d0 = (u64)h0 +
U8TOU32
(inp + 0));
in poly1305_blocks()
316
h1 = (u32)(d1 = (u64)h1 + (d0 >> 32) +
U8TOU32
(inp + 4));
in poly1305_blocks()
317
h2 = (u32)(d2 = (u64)h2 + (d1 >> 32) +
U8TOU32
(inp + 8));
in poly1305_blocks()
318
h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) +
U8TOU32
(inp + 12));
in poly1305_blocks()
435
ctx->nonce[0] =
U8TOU32
(
in Poly1305_Init()
[all...]
/third_party/openssl/crypto/poly1305/
H
A
D
poly1305_ieee754.c
70
# define
U8TOU32
(p) (*(const u32 *)(p))
macro
73
# define
U8TOU32
(p) ({u32 ret; asm ("lwbrx %0,0,%1":"=r"(ret):"b"(p)); ret; })
macro
76
# define
U8TOU32
(p) ({u32 ret; asm ("lrv %0,%1":"=d"(ret):"m"(*(u32 *)(p))); ret; })
macro
80
#ifndef
U8TOU32
81
# define
U8TOU32
(p) ((u32)(p)[0] | (u32)(p)[1]<<8 | \
macro
160
r0.u = EXP(52+0) | (
U8TOU32
(&key[0]) & 0x0fffffff);
in poly1305_init()
161
r1.u = EXP(52+32) | (
U8TOU32
(&key[4]) & 0x0ffffffc);
in poly1305_init()
162
r2.u = EXP(52+64) | (
U8TOU32
(&key[8]) & 0x0ffffffc);
in poly1305_init()
163
r3.u = EXP(52+96) | (
U8TOU32
(&key[12]) & 0x0ffffffc);
in poly1305_init()
295
in0.u = EXP(52+0) |
U8TOU32
(
in poly1305_blocks()
[all...]
H
A
D
poly1305.c
22
static unsigned int
U8TOU32
(const unsigned char *p)
in U8TOU32()
function
283
st->r[0] =
U8TOU32
(&key[0]) & 0x0fffffff;
in poly1305_init()
284
st->r[1] =
U8TOU32
(&key[4]) & 0x0ffffffc;
in poly1305_init()
285
st->r[2] =
U8TOU32
(&key[8]) & 0x0ffffffc;
in poly1305_init()
286
st->r[3] =
U8TOU32
(&key[12]) & 0x0ffffffc;
in poly1305_init()
315
h0 = (u32)(d0 = (u64)h0 +
U8TOU32
(inp + 0));
in poly1305_blocks()
316
h1 = (u32)(d1 = (u64)h1 + (d0 >> 32) +
U8TOU32
(inp + 4));
in poly1305_blocks()
317
h2 = (u32)(d2 = (u64)h2 + (d1 >> 32) +
U8TOU32
(inp + 8));
in poly1305_blocks()
318
h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) +
U8TOU32
(inp + 12));
in poly1305_blocks()
435
ctx->nonce[0] =
U8TOU32
(
in Poly1305_Init()
[all...]
Completed in 4 milliseconds