Lines Matching defs:out_f
92 print_attcred(FILE *out_f, const fido_cred_t *cred)
119 fprintf(out_f, "%s\n", cdh);
120 fprintf(out_f, "%s\n", fido_cred_rp_id(cred));
121 fprintf(out_f, "%s\n", fido_cred_fmt(cred));
122 fprintf(out_f, "%s\n", authdata);
123 fprintf(out_f, "%s\n", id);
124 fprintf(out_f, "%s\n", sig);
126 fprintf(out_f, "%s\n", x5c);
128 fprintf(out_f, "%s\n", key);
150 FILE *out_f = NULL;
205 out_f = open_write(out_path);
243 print_attcred(out_f, cred);
250 fclose(out_f);
252 out_f = NULL;