OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DST_ALG_ED25519
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
dst_parse.h
70
#define TAG_EDDSA_PRIVATEKEY ((
DST_ALG_ED25519
<< TAG_SHIFT) + 0)
71
#define TAG_EDDSA_ENGINE ((
DST_ALG_ED25519
<< TAG_SHIFT) + 1)
72
#define TAG_EDDSA_LABEL ((
DST_ALG_ED25519
<< TAG_SHIFT) + 2)
dst_parse.c
275
if (priv->elements[j].tag == TAG(
DST_ALG_ED25519
, i)) {
357
case
DST_ALG_ED25519
:
684
case
DST_ALG_ED25519
:
openssleddsa_link.c
66
if (key_alg ==
DST_ALG_ED25519
) {
440
CHECK(dst__privstruct_parse(key,
DST_ALG_ED25519
, lexer, mctx, &priv));
617
case
DST_ALG_ED25519
:
dst_api.c
230
CHECK(dst__openssleddsa_init(&dst_t_func[
DST_ALG_ED25519
],
231
DST_ALG_ED25519
));
1457
case
DST_ALG_ED25519
:
1927
case
DST_ALG_ED25519
:
/src/external/mpl/dhcp/bind/dist/lib/dns/
dst_parse.h
77
#define TAG_EDDSA_PRIVATEKEY ((
DST_ALG_ED25519
<< TAG_SHIFT) + 0)
78
#define TAG_EDDSA_ENGINE ((
DST_ALG_ED25519
<< TAG_SHIFT) + 1)
79
#define TAG_EDDSA_LABEL ((
DST_ALG_ED25519
<< TAG_SHIFT) + 2)
openssleddsa_link.c
71
if (key_alg ==
DST_ALG_ED25519
) {
113
REQUIRE(dctx->key->key_alg ==
DST_ALG_ED25519
||
126
REQUIRE(dctx->key->key_alg ==
DST_ALG_ED25519
||
142
REQUIRE(dctx->key->key_alg ==
DST_ALG_ED25519
||
172
REQUIRE(key->key_alg ==
DST_ALG_ED25519
||
179
if (key->key_alg ==
DST_ALG_ED25519
) {
224
REQUIRE(key->key_alg ==
DST_ALG_ED25519
||
232
if (key->key_alg ==
DST_ALG_ED25519
) {
306
REQUIRE(key->key_alg ==
DST_ALG_ED25519
||
312
if (key->key_alg ==
DST_ALG_ED25519
) {
[
all
...]
pkcs11eddsa_link.c
79
REQUIRE(dctx->key->key_alg ==
DST_ALG_ED25519
||
93
REQUIRE(dctx->key->key_alg ==
DST_ALG_ED25519
||
106
REQUIRE(dctx->key->key_alg ==
DST_ALG_ED25519
||
143
REQUIRE(key->key_alg ==
DST_ALG_ED25519
||
148
case
DST_ALG_ED25519
:
276
REQUIRE(key->key_alg ==
DST_ALG_ED25519
||
416
case
DST_ALG_ED25519
: \
470
REQUIRE(key->key_alg ==
DST_ALG_ED25519
||
531
case
DST_ALG_ED25519
:
613
case
DST_ALG_ED25519
[
all
...]
dst_parse.c
290
if (priv->elements[j].tag == TAG(
DST_ALG_ED25519
, i)) {
378
case
DST_ALG_ED25519
:
716
case
DST_ALG_ED25519
:
dst_api.c
226
RETERR(dst__openssleddsa_init(&dst_t_func[
DST_ALG_ED25519
]));
241
RETERR(dst__pkcs11eddsa_init(&dst_t_func[
DST_ALG_ED25519
]));
1457
case
DST_ALG_ED25519
:
1982
case
DST_ALG_ED25519
:
/src/external/mpl/bind/dist/tests/dns/
dst_test.c
415
{ "example.", 63663, "example.", 63663,
DST_ALG_ED25519
,
419
{ "example.", 63663, "example2.", 37529,
DST_ALG_ED25519
,
423
{ "example.", 63663, "example.", 63663,
DST_ALG_ED25519
,
427
{ "example.", 63663, "example2.", 37529,
DST_ALG_ED25519
,
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-keygen.c
319
case
DST_ALG_ED25519
:
369
case
DST_ALG_ED25519
:
542
case
DST_ALG_ED25519
:
610
case
DST_ALG_ED25519
:
dnssec-keyfromlabel.c
420
case
DST_ALG_ED25519
:
dnssec-ksr.c
380
case
DST_ALG_ED25519
:
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h
98
#define
DST_ALG_ED25519
15
/src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h
98
DST_ALG_ED25519
= 15,
Completed in 53 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026