Searched refs:write_es256_pubkey (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/libfido2/dist/examples/ |
H A D | extern.h | 22 int write_es256_pubkey(const char *, const void *, size_t);
|
H A D | cred.c | 111 if (write_es256_pubkey(key_out, in verify_cred()
|
H A D | util.c | 163 write_es256_pubkey(const char *path, const void *ptr, size_t len) in write_es256_pubkey() function
|
/netbsd-src/external/bsd/libfido2/dist/tools/ |
H A D | extern.h | 89 int write_es256_pubkey(FILE *, const void *, size_t);
|
H A D | util.c | 250 write_es256_pubkey(FILE *f, const void *ptr, size_t len) in write_es256_pubkey() function 471 write_es256_pubkey(out_f, fido_cred_pubkey_ptr(cred), in print_cred()
|