/external/boringssl/src/ssl/ |
s3_srvr.c | 2175 EC_GROUP *p256 = NULL; local [all...] |
/external/boringssl/src/crypto/ec/ |
internal.h | 267 * optimized P256. See http://eprint.iacr.org/2013/816. */
|
p256-x86_64.c | 92 #include "p256-x86_64-table.h"
|
ec.c | 112 static const struct curve_data P256 = { 234 NID_X9_62_prime256v1, &P256,
|
p256-64.c | 43 /* The underlying field. P256 operates over GF(2^256-2^224+2^192+2^96-1). We 48 /* These are the parameters of P256, taken from FIPS 186-3, page 86. These [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509_test.go | 322 ecdsaPriv, err := ecdsa.GenerateKey(elliptic.P256(), rand.Reader) 500 priv, err := ecdsa.GenerateKey(elliptic.P256(), rand.Reader) [all...] |
x509.go | 337 return elliptic.P256() 350 case elliptic.P256(): [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509_test.go | 322 ecdsaPriv, err := ecdsa.GenerateKey(elliptic.P256(), rand.Reader) 500 priv, err := ecdsa.GenerateKey(elliptic.P256(), rand.Reader) [all...] |
x509.go | 337 return elliptic.P256() 350 case elliptic.P256(): [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
key_agreement.go | 161 return elliptic.P256(), true
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
key_agreement.go | 161 return elliptic.P256(), true
|
/system/core/libmincrypt/ |
p256_ec.c | 27 // This is an implementation of the P256 elliptic curve group. It's written to 41 #include "mincrypt/p256.h" [all...] |
/system/core/libmincrypt/test/ |
ecdsa_test.c | 34 #include "mincrypt/p256.h"
|
/external/boringssl/src/ssl/test/runner/ |
handshake_server.go | 824 if !elliptic.P256().IsOnCurve(x, y) { 827 channelID := &ecdsa.PublicKey{elliptic.P256(), x, y}
|
handshake_client.go | 878 if c.config.ChannelID.Curve != elliptic.P256() {
|
key_agreement.go | 330 return &ellipticECDHCurve{curve: elliptic.P256()}, true
|
runner.go | 88 if channelIDKey.Curve != elliptic.P256() { [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_reg.h | 315 /* _3DSTATE_SCISSOR_ENABLE, p256 */ [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_reg.h | 305 /* _3DSTATE_SCISSOR_ENABLE, p256 */
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
log_view_painter_test.html | [all...] |
/bionic/tests/math_data/ |
exp2_intel_data.h | 799 0x1.p256,
|
/external/boringssl/src/crypto/ec/asm/ |
p256-x86_64-asm.pl | 283 # Basically now we want to multiply acc[0] by p256, 285 # Due to the special form of p256 we do some optimizations 287 # acc[0] x p256[0..1] = acc[0] x 2^96 - acc[0] [all...] |
/external/tpm2/ |
CpriECC.c | 652 // EXAMPLE: If the curve is NIST-P256, then nLen is 256 bits and d will need to be between 2^128 <= d < n [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/ |
x509.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/crypto/ |
x509.a | [all...] |