Lines Matching +full:0 +full:x5c
29 memset(&cdh, 0, sizeof(cdh));
30 memset(&uid, 0, sizeof(uid));
36 if (r < 0)
98 char *x5c = NULL;
112 fido_cred_x5c_len(cred), &x5c);
116 if (r < 0)
125 if (x5c != NULL)
126 fprintf(out_f, "%s\n", x5c);
136 free(x5c);
152 int flags = 0;
163 if ((cred_protect = base10(optarg)) < 0)
207 if (argc > 1 && cose_type(argv[1], &type) < 0)
210 fido_init((flags & FLAG_DEBUG) ? FIDO_DEBUG : 0);
214 dev = open_dev(argv[0]);
218 if (cred_protect > 0) {
228 argv[0]);
229 if (r < 0 || (size_t)r >= sizeof(prompt))
254 exit(0);