Searched refs:felem (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c62 * A 4-limb representation is an 'felem';
65 * reduce the representations: we ensure that inputs to each felem
68 * again partially reduced to obtain an felem satisfying a_i < 2^57.
76 typedef limb felem[4]; typedef
135 static const felem gmul[2][16][3] = { {{{0, 0, 0, 0},
265 felem g_pre_comp[2][16][3];
319 static void bin28_to_felem(felem out, const u8 in[28])
327 static void felem_to_bin28(u8 out[28], const felem in)
347 static int BN_to_felem(felem out, const BIGNUM *bn)
371 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i
[all...]
H A Decp_nistp521.c125 * A field element with 64-bit limbs is an 'felem'. One with 128-bit limbs is a
131 typedef limb felem[NLIMBS]; typedef
138 * bin66_to_felem takes a little-endian byte array and converts it into felem
141 static void bin66_to_felem(felem out, const u8 in[66])
155 * felem_to_bin66 takes an felem and serialises into a little endian, 66 byte
158 static void felem_to_bin66(u8 out[66], const felem in)
180 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
181 static int BN_to_felem(felem out, const BIGNUM *bn)
204 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
205 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i
[all...]
H A Decp_nistp256.c105 * A field element with four limbs is an 'felem'. One with eight limbs is a
115 typedef limb felem[NLIMBS]; typedef
125 * bin32_to_felem takes a little-endian byte array and converts it into felem
128 static void bin32_to_felem(felem out, const u8 in[32])
156 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
157 static int BN_to_felem(felem out, const BIGNUM *bn)
180 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
210 static void felem_assign(felem out, const felem in)
219 static void felem_sum(felem ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c62 * A 4-limb representation is an 'felem';
65 * reduce the representations: we ensure that inputs to each felem
68 * again partially reduced to obtain an felem satisfying a_i < 2^57.
76 typedef limb felem[4]; typedef
135 static const felem gmul[2][16][3] = { {{{0, 0, 0, 0},
265 felem g_pre_comp[2][16][3];
319 static void bin28_to_felem(felem out, const u8 in[28])
327 static void felem_to_bin28(u8 out[28], const felem in)
347 static int BN_to_felem(felem out, const BIGNUM *bn)
371 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i
[all...]
H A Decp_nistp521.c125 * A field element with 64-bit limbs is an 'felem'. One with 128-bit limbs is a
131 typedef limb felem[NLIMBS]; typedef
138 * bin66_to_felem takes a little-endian byte array and converts it into felem
141 static void bin66_to_felem(felem out, const u8 in[66])
155 * felem_to_bin66 takes an felem and serialises into a little endian, 66 byte
158 static void felem_to_bin66(u8 out[66], const felem in)
180 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
181 static int BN_to_felem(felem out, const BIGNUM *bn)
204 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
205 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i
[all...]
H A Decp_nistp256.c105 * A field element with four limbs is an 'felem'. One with eight limbs is a
115 typedef limb felem[NLIMBS]; typedef
125 * bin32_to_felem takes a little-endian byte array and converts it into felem
128 static void bin32_to_felem(felem out, const u8 in[32])
156 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
157 static int BN_to_felem(felem out, const BIGNUM *bn)
180 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
210 static void felem_assign(felem out, const felem in)
219 static void felem_sum(felem ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rec.c1001 u_int32_t felem, nelem; local
1097 if ((ret = __memp_get_freelist(mpf, &felem, &list)) != 0)
1100 DB_ASSERT(env, felem == 0 ||
1101 argp->last_free == list[felem - 1]);
1103 mpf, felem + nelem, &list)) != 0)
1106 list[felem++] = lp->pgno;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c2735 xmlChar felem[50], fattr[50]; local
2739 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) :
2756 if ((fullelemname != felem) && (fullelemname != elem->name))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c2744 xmlChar felem[50], fattr[50]; local
2748 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) :
2765 if ((fullelemname != felem) && (fullelemname != elem->name))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c2744 xmlChar felem[50], fattr[50]; local
2748 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) :
2765 if ((fullelemname != felem) && (fullelemname != elem->name))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c2735 xmlChar felem[50], fattr[50]; local
2739 xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) :
2756 if ((fullelemname != felem) && (fullelemname != elem->name))

Completed in 299 milliseconds