Home
last modified time | relevance | path

Searched refs:write_rs256_pubkey (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libfido2/examples/
H A Dextern.h24 int write_rs256_pubkey(const char *, const void *, size_t);
H A Dcred.c127 if (write_rs256_pubkey(key_out, in verify_cred()
130 errx(1, "write_rs256_pubkey"); in verify_cred()
H A Dutil.c309 write_rs256_pubkey(const char *path, const void *ptr, size_t len) in write_rs256_pubkey() function