HomeSort by relevance Sort by last modified time
    Searched full:felem (Results 1 - 9 of 9) 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/boringssl/src/crypto/ec/
p224-64.c 44 * representation is an 'felem'; a 7-widelimb representation is a 'widefelem'.
46 * reduce the representations: we ensure that inputs to each felem
49 * partially reduced to obtain an felem satisfying a_i < 2^57. We only reduce
55 typedef limb felem[4]; typedef
109 static const felem g_pre_comp[2][16][3] = {
204 static void bin28_to_felem(felem out, const u8 in[28]) {
211 static void felem_to_bin28(u8 out[28], const felem in) {
230 static int BN_to_felem(felem out, const BIGNUM *bn) {
249 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) {
261 static void felem_one(felem out)
    [all...]
p256-64.c 81 * A field element with four limbs is an 'felem'. One with eight limbs is a
90 typedef limb felem[NLIMBS]; typedef
99 /* bin32_to_felem takes a little-endian byte array and converts it into felem
101 static void bin32_to_felem(felem out, const u8 in[32]) {
125 /* BN_to_felem converts an OpenSSL BIGNUM into an felem. */
126 static int BN_to_felem(felem out, const BIGNUM *bn) {
148 /* felem_to_BN converts an felem into an OpenSSL BIGNUM. */
172 static void felem_assign(felem out, const felem in) {
180 static void felem_sum(felem out, const felem in)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go 644 fdp, felem, err := fs.namei(from, true)
648 fde, _, err := fs.dirlookup(fdp, felem)
  /prebuilts/go/linux-x86/src/syscall/
fs_nacl.go 644 fdp, felem, err := fs.namei(from, true)
648 fde, _, err := fs.dirlookup(fdp, felem)
  /external/libxml2/
valid.c 2696 xmlChar felem[50], fattr[50]; local
    [all...]
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]
hyph-de-ch-1901.pat.txt     [all...]

Completed in 939 milliseconds