Searched refs:rs256 (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/pam-u2f/dist/tests/bionic/
H A Drun.sh8 pamu2fcfg -t rs256 -N -r -o originB > /tmp/rs256.r
23 cp /tmp/rs256.r ~/.config/Yubico/u2f_keys
39 cat /tmp/rs256.r | sed 's/-$/p/' > ~/.config/Yubico/u2f_keys
56 cat /tmp/rs256.r | sed 's/-$/v/' > ~/.config/Yubico/u2f_keys
/netbsd-current/external/bsd/libfido2/lib/
H A DMakefile48 rs256.c \
71 fido/rs256.h \
130 COPTS.rs256.c+=-Wno-error=deprecated-declarations
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_assert.c30 struct blob rs256; member in struct:param
92 unpack_blob(v[10], &p->rs256) < 0 ||
132 (argv[10] = pack_blob(&p->rs256)) == NULL ||
181 dummy.rs256.len = sizeof(dummy_rs256);
190 memcpy(&dummy.rs256.body, &dummy_rs256, dummy.rs256.len);
419 rs256_pk_from_ptr(rs256_pk, p->rs256.body, p->rs256.len);
511 mutate_blob(&p->rs256);
/netbsd-current/external/bsd/libfido2/dist/regress/
H A Dassert.c17 #include <fido/rs256.h>
227 rs256_pk_t *rs256; local
247 rs256 = alloc_rs256_pk();
260 rs256) == FIDO_ERR_INVALID_ARGUMENT);
274 rs256) == FIDO_ERR_INVALID_ARGUMENT);
279 free_rs256_pk(rs256);
320 rs256_pk_t *rs256; local
325 rs256 = alloc_rs256_pk();
337 assert(fido_assert_verify(a, 0, COSE_RS256, rs256) == FIDO_ERR_INVALID_SIG);
341 free_rs256_pk(rs256);
[all...]
H A Drs256.c16 #include <fido/rs256.h>
/netbsd-current/external/bsd/libfido2/dist/tools/
H A Dassert_verify.c11 #include <fido/rs256.h>
H A Dutil.c18 #include <fido/rs256.h>
500 else if (strcmp(str, "rs256") == 0)
521 return ("rs256");
/netbsd-current/external/bsd/libfido2/dist/src/fido/
H A Dtypes.h137 rs256_pk_t rs256; member in union:fido_attcred::__anon2
/netbsd-current/external/bsd/libfido2/dist/examples/
H A Dassert.c11 #include <fido/rs256.h>
35 fprintf(stderr, "usage: assert [-t es256|es384|rs256|eddsa] "
245 else if (strcmp(optarg, "rs256") == 0)
H A Dutil.c18 #include <fido/rs256.h>
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dcred.c497 ok = rs256_pk_verify_sig(&dgst, &cred->attcred.pubkey.rs256,
1103 ptr = &cred->attcred.pubkey.rs256;
1129 len = sizeof(cred->attcred.pubkey.rs256);
H A Dtpm.c366 if (check_rs256_pubarea(pubarea, &attcred->pubkey.rs256) < 0) {
/netbsd-current/external/bsd/pam-u2f/dist/
H A Dutil.c7 #include <fido/rs256.h>
1203 } else if (strcasecmp(str, "rs256") == 0) {
1220 return "rs256";

Completed in 113 milliseconds