Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/examples/
H A Dextern.h22 int write_es256_pubkey(const char *, const void *, size_t);
H A Dcred.c111 if (write_es256_pubkey(key_out, in verify_cred()
H A Dutil.c163 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 Dextern.h89 int write_es256_pubkey(FILE *, const void *, size_t);
H A Dutil.c250 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()