HomeSort by relevance Sort by last modified time
    Searched full:curves (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/openssl/crypto/ecdsa/
ecdsatest.c 81 puts("Elliptic curves are disabled.");
286 EC_builtin_curve *curves = NULL; local
306 "with some internal curves:\n");
308 /* get a list of all internal curves */
311 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
313 if (curves == NULL)
319 if (!EC_get_builtin_curves(curves, crv_len))
321 BIO_printf(out, "unable to get internal curves\n");
330 nid = curves[n].nid;
448 if (curves)
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_free.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_get_size.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_sizes.c 14 * All curves taken from NIST recommendation paper of July 1999
ltc_ecc_is_valid_idx.c 14 * All curves taken from NIST recommendation paper of July 1999
ltc_ecc_points.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_ansi_x963_export.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_export.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_shared_secret.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_test.c 14 * All curves taken from NIST recommendation paper of July 1999
ltc_ecc_map.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_ansi_x963_import.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_decrypt_key.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_encrypt_key.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_make_key.c 14 * All curves taken from NIST recommendation paper of July 1999
ecc_sign_hash.c 14 * All curves taken from NIST recommendation paper of July 1999
  /external/dropbear/libtomcrypt/notes/
tech0006.txt 56 The ANSI X9.62 and X9.63 algorithms [partial]. Supports all NIST GF(p) curves.
58 Key Format : Homebrew [see below, only GF(p) NIST curves supported]
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 24 MORPH(2); //!< transform each point, and turn lines into curves
  /external/chromium/net/third_party/nss/ssl/
ssl3ecc.c 92 /* Table containing OID tags for elliptic curves named in the
256 * XXX For now, we only support named curves (the appropriate
625 /* XXX This works only for named curves, revisit this when
626 * we support generic curves.
1013 /* Prefabricated TLS client hello extension, Elliptic Curves List,
1014 * offers only 3 curves, the Suite B curves, 23-25
1023 /* Prefabricated TLS client hello extension, Elliptic Curves List,
1024 * offers curves 1-25.
    [all...]
  /external/openssl/apps/
ecparam.c 348 EC_builtin_curve *curves = NULL; local
354 curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len));
356 if (curves == NULL)
359 if (!EC_get_builtin_curves(curves, crv_len))
361 OPENSSL_free(curves);
370 comment = curves[n].comment;
371 sname = OBJ_nid2sn(curves[n].nid);
381 OPENSSL_free(curves);
391 * and secp256r1 (which are the same as the curves
  /external/skia/include/core/
SkPath.h 31 consisting of straight line segments, quadratic curves, and cubic curves.
97 /** Clear any lines and curves from the path, making it empty. This frees up
103 /** Similar to reset(), in that all lines and curves are removed from the
104 path. However, any internal storage for those lines/curves is retained,
110 /** Returns true if the path is empty (contains no lines or curves)
112 @return true if the path is empty (contains no lines or curves)
151 Note: this bounds may be larger than the actual shape, since curves
569 If bendLines is true, then turn all line segments into curves.
  /external/skia/include/effects/
Sk1DPathEffect.h 52 kMorph_Style, // transform each point, and turn lines into curves
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java 57 // named curves
62 // Two Curves
  /external/openssl/crypto/ec/
ec2_mult.c 78 * Lopez, J. and Dahab, R. "Fast multiplication on elliptic curves over
110 * Lopez, J. and Dahab, R. "Fast multiplication on elliptic curves over
143 * Lopez, J. and Dahab, R. "Fast multiplication on elliptic curves over
212 * Lopez, J. and Dahab, R. "Fast multiplication on elliptic curves over

Completed in 1664 milliseconds

1 2 3