HomeSort by: relevance | last modified time | path
    Searched defs:out_f (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libfido2/dist/tools/
cred_verify.c 110 FILE *out_f = NULL; local
150 out_f = open_write(out_path);
173 print_cred(out_f, type, cred);
177 fclose(out_f);
179 out_f = NULL;
cred_make.c 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 local
    [all...]
assert_get.c 160 print_assert(FILE *out_f, const fido_assert_t *assert, size_t idx, int flags)
188 fprintf(out_f, "%s\n", cdh);
189 fprintf(out_f, "%s\n", fido_assert_rp_id(assert));
190 fprintf(out_f, "%s\n", authdata);
191 fprintf(out_f, "%s\n", sig);
193 fprintf(out_f, "%s\n", user_id);
195 fprintf(out_f, "%s\n", hmac_secret);
199 fprintf(out_f, "%s\n", key);
222 FILE *out_f = NULL; local
278 out_f = open_write(out_path)
    [all...]

Completed in 15 milliseconds