OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ed_curves
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
speed.c
1562
static const EC_CURVE
ed_curves
[EdDSA_NUM] = {
local
1579
OPENSSL_assert(
ed_curves
[EdDSA_NUM - 1].nid == NID_ED448);
2931
if ((ed_pctx = EVP_PKEY_CTX_new_id(
ed_curves
[testnum].nid,
2964
loopargs[i].sigsize =
ed_curves
[testnum].sigsize;
2977
pkey_print_message("sign",
ed_curves
[testnum].name,
2979
ed_curves
[testnum].bits, seconds.eddsa);
2987
count,
ed_curves
[testnum].bits,
2988
ed_curves
[testnum].name, d);
3006
pkey_print_message("verify",
ed_curves
[testnum].name,
3008
ed_curves
[testnum].bits, seconds.eddsa)
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
2077
static const EC_CURVE
ed_curves
[EdDSA_NUM] = {
local
2104
OPENSSL_assert(
ed_curves
[EdDSA_NUM - 1].nid == NID_ED448);
3708
if ((ed_pctx = EVP_PKEY_CTX_new_id(
ed_curves
[testnum].nid,
3742
loopargs[i].sigsize =
ed_curves
[testnum].sigsize;
3755
pkey_print_message("sign",
ed_curves
[testnum].name,
3756
ed_curves
[testnum].bits, seconds.eddsa);
3763
count,
ed_curves
[testnum].bits,
3764
ed_curves
[testnum].name, d);
3782
pkey_print_message("verify",
ed_curves
[testnum].name,
3783
ed_curves
[testnum].bits, seconds.eddsa)
[
all
...]
Completed in 32 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026