Home
last modified time | relevance | path

Searched refs:cose (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libfido2/examples/
H A Dinfo.c132 const char *cose, *type; in print_algorithms() local
141 cose = type = "unknown"; in print_algorithms()
144 cose = "es256"; in print_algorithms()
147 cose = "es384"; in print_algorithms()
150 cose = "rs256"; in print_algorithms()
153 cose = "eddsa"; in print_algorithms()
158 printf("%s%s (%s)", i > 0 ? ", " : "", cose, type); in print_algorithms()
/freebsd/contrib/libfido2/tools/
H A Dtoken.c117 const char *cose, *type; in print_algorithms() local
126 cose = type = "unknown"; in print_algorithms()
129 cose = "es256"; in print_algorithms()
132 cose = "es384"; in print_algorithms()
135 cose = "rs256"; in print_algorithms()
138 cose = "eddsa"; in print_algorithms()
143 printf("%s%s (%s)", i > 0 ? ", " : "", cose, type); in print_algorithms()
/freebsd/contrib/libfido2/src/
H A Dwinhello.c47 WEBAUTHN_COSE_CREDENTIAL_PARAMETERS cose; member
359 WEBAUTHN_COSE_CREDENTIAL_PARAMETERS *cose, int type) in pack_cose() argument
380 cose->cCredentialParameters = 1; in pack_cose()
381 cose->pCredentialParameters = alg; in pack_cose()
708 if (pack_cose(&ctx->alg, &ctx->cose, cred->type) < 0) { in translate_fido_cred()
840 if ((hr = webauthn_make_cred(w, &ctx->rp, &ctx->user, &ctx->cose, in winhello_make_cred()
H A Dinfo.c169 cbor_get_int(val) > INT_MAX || alg->cose != 0) { in decode_algorithm_entry()
173 alg->cose = -(int)cbor_get_int(val) - 1; in decode_algorithm_entry()
622 return (ci->algorithms.ptr[idx].cose); in fido_cbor_info_algorithm_cose()
H A Dtypes.c48 a->cose = 0; in fido_algo_free()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_mgmt.c276 int cose = fido_cbor_info_algorithm_cose(ci, i); in dev_get_cbor_info() local
278 consume(&cose, sizeof(cose)); in dev_get_cbor_info()
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h245 int cose; member