HomeSort by: relevance | last modified time | path
    Searched refs:cose_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/pam-u2f/dist/
util.h 68 int cose_type(const char *, int *);
util.c 1040 int cose_type(const char *str, int *type) { function
1089 if (!cose_type(type, &out->type)) {
  /src/external/bsd/libfido2/dist/tools/
extern.h 68 int cose_type(const char *, int *);
assert_verify.c 193 if (argc > 1 && cose_type(argv[1], &type) < 0)
cred_make.c 212 if (argc > 1 && cose_type(argv[1], &type) < 0)
cred_verify.c 152 if (argc > 0 && cose_type(argv[0], &type) < 0)
util.c 494 cose_type(const char *str, int *type) function
  /src/external/bsd/pam-u2f/dist/pamu2fcfg/
pamu2fcfg.c 70 if (args->type && !cose_type(args->type, &type)) {

Completed in 69 milliseconds