Home
last modified time | relevance | path

Searched refs:eddsa (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/libfido2/regress/
H A Deddsa.c16 #include <fido/eddsa.h>
32 static const char eddsa[] = \ variable
128 ASSERT_NULL(EVP_PKEY_from_PEM(eddsa, sizeof(eddsa))); in valid_key()
132 assert(eddsa_pk_cmp(eddsa, sizeof(eddsa)) < 0); in valid_key()
134 ASSERT_NOT_NULL((pkeyA = EVP_PKEY_from_PEM(eddsa, sizeof(eddsa)))); in valid_key()
141 assert(eddsa_pk_cmp(eddsa, sizeof(eddsa)) in valid_key()
[all...]
H A Dassert.c18 #include <fido/eddsa.h>
228 eddsa_pk_t *eddsa; in empty_assert() local
250 eddsa = alloc_eddsa_pk(); in empty_assert()
264 eddsa) == FIDO_ERR_INVALID_ARGUMENT); in empty_assert()
278 eddsa) == FIDO_ERR_INVALID_ARGUMENT); in empty_assert()
282 free_eddsa_pk(eddsa);
323 eddsa_pk_t *eddsa; in valid_assert()
328 eddsa = alloc_eddsa_pk(); in valid_assert()
340 assert(fido_assert_verify(a, 0, COSE_EDDSA, eddsa) == FIDO_ERR_INVALID_SIG); in valid_assert()
344 free_eddsa_pk(eddsa);
321 eddsa_pk_t *eddsa; valid_assert() local
[all...]
H A DCMakeLists.txt46 add_regress_test(regress_eddsa eddsa.c ${_FIDO2_LIBRARY})
/freebsd/contrib/libfido2/tools/
H A Dassert_verify.c96 EVP_PKEY *eddsa = NULL; in load_pubkey() local
135 if ((eddsa = read_eddsa_pubkey(file)) == NULL) in load_pubkey()
139 if (eddsa_pk_from_EVP_PKEY(eddsa_pk, eddsa) != FIDO_OK) in load_pubkey()
142 EVP_PKEY_free(eddsa); in load_pubkey()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_assert.c31 struct blob eddsa; member
94 unpack_blob(v[12], &p->eddsa) < 0 || in unpack()
134 (argv[12] = pack_blob(&p->eddsa)) == NULL || in pack()
182 dummy.eddsa.len = sizeof(dummy_eddsa); in pack_dummy()
191 memcpy(&dummy.eddsa.body, &dummy_eddsa, dummy.eddsa.len); in pack_dummy()
444 eddsa_pk_from_ptr(eddsa_pk, p->eddsa.body, p->eddsa.len); in test()
515 mutate_blob(&p->eddsa); in mutate()
H A Dsummary.txt26 src/eddsa.c 88 5 94.32% 10 0 100.00% 114 9 92.11%
H A Dfunctions.txt442 File '/libfido2/src/eddsa.c':
453 eddsa.c:decode_pubkey_point 8 0 100.00% 11 0 100.00%
454 eddsa.c:decode_coord 8 0 100.00% 10 0 100.00%
/freebsd/contrib/libfido2/examples/
H A Dassert.c49 EVP_PKEY *eddsa = NULL; in verify_assert() local
105 if ((eddsa = read_eddsa_pubkey(key)) == NULL) in verify_assert()
111 if (eddsa_pk_from_EVP_PKEY(eddsa_pk, eddsa) != FIDO_OK) in verify_assert()
115 EVP_PKEY_free(eddsa); in verify_assert()
116 eddsa = NULL; in verify_assert()
H A DREADME.adoc50 - cred [-t es256|es384|rs256|eddsa] [-k pubkey] [-ei cred_id] [-P pin]
69 - assert [-t es256|es384|rs256|eddsa] [-a cred_id] [-h hmac_secret] [-P pin]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-ED25519.pod62 Valid algorithm names are B<ed25519>, B<ed448> and B<eddsa>. If B<eddsa> is
/freebsd/lib/libfido2/
H A DMakefile21 SRCS+= eddsa.c
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h138 eddsa_pk_t eddsa; member
/freebsd/crypto/openssl/crypto/ec/
H A Dbuild.info57 curve448/curve448_tables.c curve448/eddsa.c curve448/curve448.c \
/freebsd/contrib/libfido2/src/
H A DCMakeLists.txt22 eddsa.c
H A Dcred.c501 ok = eddsa_pk_verify_sig(&dgst, &cred->attcred.pubkey.eddsa, in fido_cred_verify_self()
1106 ptr = &cred->attcred.pubkey.eddsa; in fido_cred_pubkey_ptr()
1132 len = sizeof(cred->attcred.pubkey.eddsa); in fido_cred_pubkey_len()
/freebsd/crypto/openssl/apps/
H A Dspeed.c95 int eddsa; member
1624 = seconds.ecdh = seconds.eddsa in speed_main()
1724 if (strcmp(algo, "eddsa") == 0) { in speed_main()
2765 ed_curves[testnum].bits, seconds.eddsa); in speed_main()
2794 ed_curves[testnum].bits, seconds.eddsa); in speed_main()
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources160 crypto/ec/curve448/eddsa.c
H A Dfips-sources.checksums160 a1211ed3991af967c728b9f6d0774b9ea098d43cef0631ff88984a2580d2ac4f crypto/ec/curve448/eddsa.c
/freebsd/sys/contrib/libsodium/
H A DChangeLog192 to match the irtf-cfrg-eddsa draft (note that malleability is irrelevant to
/freebsd/secure/lib/libcrypto/
H A DMakefile216 SRCS+= ecp_oct.c ecp_smpl.c ecx_backend.c ecx_key.c ecx_meth.c eddsa.c
/freebsd/contrib/unbound/
H A Dconfig.h.in417 /* Define to 1 if you have the <nettle/eddsa.h> header file. */
H A Dconfigure.ac1325 AC_CHECK_HEADERS([nettle/eddsa.h], use_ed25519="yes",, [AC_INCLUDES_DEFAULT])
H A Dconfigure21538 for ac_header in nettle/eddsa.h