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

  /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/fipsmodule/ec/
p256-64.c 56 * A field element with four limbs is an 'felem'. One with eight limbs is a
65 typedef limb felem[NLIMBS]; typedef
84 /* bin32_to_felem takes a little-endian byte array and converts it into felem
86 static void bin32_to_felem(felem out, const uint8_t in[32]) {
109 /* BN_to_felem converts an OpenSSL BIGNUM into an felem. */
110 static int BN_to_felem(felem out, const BIGNUM *bn) {
132 /* felem_to_BN converts an felem into an OpenSSL BIGNUM. */
142 static void felem_assign(felem out, const felem in) {
150 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...]

Completed in 240 milliseconds