OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EC_GROUP_get_degree
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ech_ossl.c
171
buflen = (
EC_GROUP_get_degree
(group) + 7)/8;
/external/openssl/crypto/ecdh/
ech_ossl.c
171
buflen = (
EC_GROUP_get_degree
(group) + 7)/8;
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECDHKeyAgreement.java
128
int fieldSizeBits = NativeCrypto.
EC_GROUP_get_degree
(NativeCrypto.EC_KEY_get0_group(
NativeCrypto.java
215
public static native int
EC_GROUP_get_degree
(long groupCtx);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_oct.c
199
field_len = (
EC_GROUP_get_degree
(group) + 7) / 8;
339
field_len = (
EC_GROUP_get_degree
(group) + 7) / 8;
ectest.c
127
fprintf(stdout, "Timings for %d-bit field, ",
EC_GROUP_get_degree
(group));
421
if (
EC_GROUP_get_degree
(group) != 160) ABORT;
455
if (
EC_GROUP_get_degree
(group) != 192) ABORT;
489
if (
EC_GROUP_get_degree
(group) != 224) ABORT;
524
if (
EC_GROUP_get_degree
(group) != 256) ABORT;
564
if (
EC_GROUP_get_degree
(group) != 384) ABORT;
610
if (
EC_GROUP_get_degree
(group) != 521) ABORT;
774
if (
EC_GROUP_get_degree
(group) != _degree) ABORT; \
[
all
...]
ec_pmeth.c
185
*keylen = (
EC_GROUP_get_degree
(group) + 7)/8;
ec.h
329
int
EC_GROUP_get_degree
(const EC_GROUP *group);
[
all
...]
ec_lib.c
451
int
EC_GROUP_get_degree
(const EC_GROUP *group)
ec_asn1.c
361
char_two->m = (long)
EC_GROUP_get_degree
(group);
[
all
...]
/external/openssl/crypto/ec/
ec2_oct.c
199
field_len = (
EC_GROUP_get_degree
(group) + 7) / 8;
339
field_len = (
EC_GROUP_get_degree
(group) + 7) / 8;
ectest.c
127
fprintf(stdout, "Timings for %d-bit field, ",
EC_GROUP_get_degree
(group));
421
if (
EC_GROUP_get_degree
(group) != 160) ABORT;
455
if (
EC_GROUP_get_degree
(group) != 192) ABORT;
489
if (
EC_GROUP_get_degree
(group) != 224) ABORT;
524
if (
EC_GROUP_get_degree
(group) != 256) ABORT;
564
if (
EC_GROUP_get_degree
(group) != 384) ABORT;
610
if (
EC_GROUP_get_degree
(group) != 521) ABORT;
774
if (
EC_GROUP_get_degree
(group) != _degree) ABORT; \
[
all
...]
ec_pmeth.c
185
*keylen = (
EC_GROUP_get_degree
(group) + 7)/8;
ec.h
329
int
EC_GROUP_get_degree
(const EC_GROUP *group);
[
all
...]
ec_lib.c
451
int
EC_GROUP_get_degree
(const EC_GROUP *group)
/external/openssh/
kexecdhc.c
112
klen = (
EC_GROUP_get_degree
(group) + 7) / 8;
kexecdhs.c
104
klen = (
EC_GROUP_get_degree
(group) + 7) / 8;
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecdsatest.c
346
degree =
EC_GROUP_get_degree
(EC_KEY_get0_group(eckey));
/external/openssl/crypto/ecdsa/
ecdsatest.c
346
degree =
EC_GROUP_get_degree
(EC_KEY_get0_group(eckey));
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ec.h
329
int
EC_GROUP_get_degree
(const EC_GROUP *group);
[
all
...]
/external/openssl/include/openssl/
ec.h
329
int
EC_GROUP_get_degree
(const EC_GROUP *group);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c
[
all
...]
s3_srvr.c
[
all
...]
/external/openssl/ssl/
s3_clnt.c
[
all
...]
s3_srvr.c
[
all
...]
Completed in 82 milliseconds
1
2