Home
last modified time | relevance | path

Searched refs:write_eddsa_pubkey (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/libfido2/examples/
H A Dextern.h25 int write_eddsa_pubkey(const char *, const void *, size_t);
H A Dcred.c132 if (write_eddsa_pubkey(key_out, in verify_cred()
H A Dutil.c390 write_eddsa_pubkey(const char *path, const void *ptr, size_t len) in write_eddsa_pubkey() function
/freebsd-14.2/contrib/libfido2/tools/
H A Dextern.h97 int write_eddsa_pubkey(FILE *, const void *, size_t);
H A Dutil.c419 write_eddsa_pubkey(FILE *f, const void *ptr, size_t len) in write_eddsa_pubkey() function
482 write_eddsa_pubkey(out_f, fido_cred_pubkey_ptr(cred), in print_cred()