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

  /src/external/bsd/libfido2/dist/tools/
cred_verify.c 20 prepare_cred(FILE *in_f, int type, int flags) function
156 cred = prepare_cred(in_f, type, flags);
cred_make.c 20 prepare_cred(FILE *in_f, int type, int flags) function
217 cred = prepare_cred(in_f, type, flags);
  /src/external/bsd/pam-u2f/dist/pamu2fcfg/
pamu2fcfg.c 51 static fido_cred_t *prepare_cred(const struct args *const args) { function
555 if ((cred = prepare_cred(&args)) == NULL)

Completed in 14 milliseconds