OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FieldElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/crypto/
p224.h
22
typedef uint32
FieldElement
[8];
35
FieldElement
x, y, z;
ghash.h
55
struct
FieldElement
{
60
static
FieldElement
Add(const
FieldElement
& x, const
FieldElement
& y);
62
static
FieldElement
Double(const
FieldElement
& x);
65
static void MulAfterPrecomputation(const
FieldElement
* table,
66
FieldElement
* x);
68
static void Mul16(
FieldElement
* x);
77
FieldElement
y_
[
all
...]
Completed in 80 milliseconds