Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/examples/
H A Dcred.c47 bool rk, bool uv, int ext, int cred_protect, const char *key_out, in verify_cred() argument
90 if (cred_protect != 0 && (r = fido_cred_set_prot(cred, in verify_cred()
91 cred_protect)) != FIDO_OK) in verify_cred()
168 long long cred_protect = 0; in main() local
203 if (base10(optarg, &cred_protect) < 0) in main()
205 if (cred_protect <= 0 || cred_protect > 3) in main()
293 if (cred_protect != 0 && (r = fido_cred_set_prot(cred, in main()
294 (int)cred_protect)) != FIDO_OK) in main()
H A DREADME.adoc51 [-T seconds] [-b blobkey] [-hruv] [-c cred_protect] <device>
/freebsd/contrib/libfido2/tools/
H A Dcred_make.c153 int cred_protect = -1; in cred_make() local
163 if ((cred_protect = base10(optarg)) < 0) in cred_make()
218 if (cred_protect > 0) { in cred_make()
219 r = fido_cred_set_prot(cred, cred_protect); in cred_make()