OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_curve
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c
66
static SECStatus ssl3_CreateECDHEphemeralKeys(sslSocket *ss, ECName
ec_curve
);
455
ECName
ec_curve
= ec_noName;
local
462
ec_curve
= params2ecName(&svrPublicKey->u.ec.DEREncodedParams);
463
if (!SSL_IS_CURVE_NEGOTIATED(ss->ssl3.hs.negotiatedECCurves,
ec_curve
)) {
467
signatureKeyStrength = curve2bits[
ec_curve
];
530
ECName
ec_curve
= (ECName)arg;
local
533
PORT_Assert(gECDHEKeyPairs[
ec_curve
].pair == NULL);
536
if (ssl3_ECName2Params(NULL,
ec_curve
, &ecParams) != SECSuccess) {
537
gECDHEKeyPairs[
ec_curve
].error = PORT_GetError();
552
gECDHEKeyPairs[
ec_curve
].error = PORT_GetError()
1221
ECName
ec_curve
= ec_noName;
local
[
all
...]
derive.c
773
ECName
ec_curve
;
796
ec_curve
=
800
rv = ssl3_ECName2Params(NULL,
ec_curve
, &ecParams);
/external/chromium_org/third_party/openssl/openssl/
Crypto-config.mk
249
crypto/ec/
ec_curve
.c \
/external/openssl/
Crypto-config.mk
248
crypto/ec/
ec_curve
.c \
/external/chromium_org/third_party/openssl/
openssl.target.darwin-arm.mk
248
third_party/openssl/openssl/crypto/ec/
ec_curve
.c \
[
all
...]
openssl.target.darwin-mips.mk
247
third_party/openssl/openssl/crypto/ec/
ec_curve
.c \
[
all
...]
openssl.target.darwin-x86.mk
242
third_party/openssl/openssl/crypto/ec/
ec_curve
.c \
[
all
...]
openssl.target.linux-arm.mk
248
third_party/openssl/openssl/crypto/ec/
ec_curve
.c \
[
all
...]
openssl.target.linux-mips.mk
247
third_party/openssl/openssl/crypto/ec/
ec_curve
.c \
[
all
...]
openssl.target.linux-x86.mk
242
third_party/openssl/openssl/crypto/ec/
ec_curve
.c \
[
all
...]
Completed in 77 milliseconds