Searched refs:write_eddsa_pubkey (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/libfido2/examples/ |
| H A D | extern.h | 25 int write_eddsa_pubkey(const char *, const void *, size_t);
|
| H A D | cred.c | 132 if (write_eddsa_pubkey(key_out, in verify_cred()
|
| H A D | util.c | 390 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 D | extern.h | 97 int write_eddsa_pubkey(FILE *, const void *, size_t);
|
| H A D | util.c | 419 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()
|