Searched refs:cose_type (Results 1 – 5 of 5) sorted by relevance
68 int cose_type(const char *, int *);
152 if (argc > 0 && cose_type(argv[0], &type) < 0) in cred_verify()
193 if (argc > 1 && cose_type(argv[1], &type) < 0) in assert_verify()
212 if (argc > 1 && cose_type(argv[1], &type) < 0) in cred_make()
493 cose_type(const char *str, int *type) in cose_type() function