/external/libconstrainedcrypto/ |
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 92 static const felem g_pre_comp[2][16][3] = { 187 static void bin28_to_felem(felem out, const u8 in[28]) { 194 static void felem_to_bin28(u8 out[28], const felem in) { 211 static int BN_to_felem(felem out, const BIGNUM *bn) { 230 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) { 242 static void felem_assign(felem out, const felem in) [all...] |
p256-64.c | 59 * A field element with four limbs is an 'felem'. One with eight limbs is a 68 typedef limb felem[NLIMBS]; typedef 77 /* bin32_to_felem takes a little-endian byte array and converts it into felem 79 static void bin32_to_felem(felem out, const u8 in[32]) { 102 /* BN_to_felem converts an OpenSSL BIGNUM into an felem. */ 103 static int BN_to_felem(felem out, const BIGNUM *bn) { 125 /* felem_to_BN converts an felem into an OpenSSL BIGNUM. */ 135 static void felem_assign(felem out, const felem in) { 143 static void felem_sum(felem out, const felem in) [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
fs_nacl.go | 645 fdp, felem, err := fs.namei(from, true) 649 fde, _, err := fs.dirlookup(fdp, felem)
|
/prebuilts/go/linux-x86/src/syscall/ |
fs_nacl.go | 645 fdp, felem, err := fs.namei(from, true) 649 fde, _, err := fs.dirlookup(fdp, felem)
|
/external/libxml2/ |
valid.c | 2696 xmlChar felem[50], fattr[50]; local [all...] |