HomeSort by relevance Sort by last modified time
    Searched refs:felem (Results 1 - 4 of 4) sorted by null

  /system/core/libmincrypt/
p256_ec.c 50 * The value of an felem (field element) is:
56 * This means that an felem hits 2**257, rather than 2**256 as we would like. A
61 * Finally, the values stored in an felem are in Montgomery form. So the value
66 typedef limb felem[NLIMBS]; typedef
71 /* kOne is the number 1 as an felem. It's 2**257 mod p split up into 29 and
73 static const felem kOne = {
78 static const felem kZero = {0};
79 static const felem kP = {
84 static const felem k2P = {
93 * The first table contains (x,y) felem pairs for 16 multiples of the bas
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 2696 xmlChar felem[50], fattr[50]; local
    [all...]
  /external/libxml2/
valid.c 2696 xmlChar felem[50], fattr[50]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 928 var felem = partition.comp.shift();
929 return this.processFences_(partition.rel, partition.comp, [], [felem]);
    [all...]

Completed in 103 milliseconds