Searched refs:felem (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp521.c | 126 * A field element with 64-bit limbs is an 'felem'. One with 128-bit limbs is a 133 typedef limb felem[NLIMBS]; typedef 140 * bin66_to_felem takes a little-endian byte array and converts it into felem 143 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem() 157 * felem_to_bin66 takes an felem and serializes into a little endian, 66 byte 160 static void felem_to_bin66(u8 out[66], const felem in) in felem_to_bin66() 174 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 175 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 193 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */ 194 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i [all...] |
H A D | ecp_nistp224.c | 64 * A 4-limb representation is an 'felem'; 67 * reduce the representations: we ensure that inputs to each felem 70 * again partially reduced to obtain an felem satisfying a_i < 2^57. 79 typedef limb felem[4]; typedef 138 static const felem gmul[2][16][3] = { 239 felem g_pre_comp[2][16][3]; 311 static void bin28_to_felem(felem out, const u8 in[28]) in bin28_to_felem() 319 static void felem_to_bin28(u8 out[28], const felem in) in felem_to_bin28() 331 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 350 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i [all...] |
H A D | ecp_nistp256.c | 106 * A field element with four limbs is an 'felem'. One with eight limbs is a 116 typedef limb felem[NLIMBS]; typedef 126 * bin32_to_felem takes a little-endian byte array and converts it into felem 129 static void bin32_to_felem(felem out, const u8 in[32]) in bin32_to_felem() 149 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 150 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 168 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */ 197 static void felem_assign(felem out, const felem in) in felem_assign() 206 static void felem_sum(felem ou [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp521.c | 126 * A field element with 64-bit limbs is an 'felem'. One with 128-bit limbs is a 133 typedef limb felem[NLIMBS]; typedef 140 * bin66_to_felem takes a little-endian byte array and converts it into felem 143 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem() 157 * felem_to_bin66 takes an felem and serializes into a little endian, 66 byte 160 static void felem_to_bin66(u8 out[66], const felem in) in felem_to_bin66() 174 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 175 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 193 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */ 194 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i [all...] |
H A D | ecp_nistp224.c | 64 * A 4-limb representation is an 'felem'; 67 * reduce the representations: we ensure that inputs to each felem 70 * again partially reduced to obtain an felem satisfying a_i < 2^57. 79 typedef limb felem[4]; typedef 138 static const felem gmul[2][16][3] = { 239 felem g_pre_comp[2][16][3]; 311 static void bin28_to_felem(felem out, const u8 in[28]) in bin28_to_felem() 319 static void felem_to_bin28(u8 out[28], const felem in) in felem_to_bin28() 331 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 350 static BIGNUM *felem_to_BN(BIGNUM *out, const felem i [all...] |
H A D | ecp_nistp256.c | 106 * A field element with four limbs is an 'felem'. One with eight limbs is a 116 typedef limb felem[NLIMBS]; typedef 126 * bin32_to_felem takes a little-endian byte array and converts it into felem 129 static void bin32_to_felem(felem out, const u8 in[32]) in bin32_to_felem() 149 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */ 150 static int BN_to_felem(felem out, const BIGNUM *bn) in BN_to_felem() 168 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */ 197 static void felem_assign(felem out, const felem in) in felem_assign() 206 static void felem_sum(felem ou [all...] |
/third_party/alsa-lib/modules/mixer/simple/python/ |
H A D | common.py | 200 felem = None 203 felem = elem 205 if not felem: 206 felem = mixer.newMElement(val[3], val[0], val[1], val[2]) 207 mixer.addMElement(felem) 208 ELEMS.append(felem) 209 felem.attach(helem)
|
/third_party/ffmpeg/libavcodec/ |
H A D | dstdec.c | 346 const unsigned felem = map_ch_to_felem[ch]; in decode_frame() local 347 int16_t (*filter)[256] = s->filter[felem]; in decode_frame() 358 if (!half_prob[ch] || i >= s->fsets.length[felem]) { in decode_frame()
|
Completed in 9 milliseconds