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

  /src/external/bsd/libfido2/dist/examples/
info.c 127 * Auxiliary function to print a list of supported COSE algorithms on stdout.
132 const char *cose, *type; local
141 cose = type = "unknown";
144 cose = "es256";
147 cose = "es384";
150 cose = "rs256";
153 cose = "eddsa";
158 printf("%s%s (%s)", i > 0 ? ", " : "", cose, type);
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_mgmt.c 276 int cose = fido_cbor_info_algorithm_cose(ci, i); local
278 consume(&cose, sizeof(cose));
  /src/external/bsd/libfido2/dist/tools/
token.c 117 const char *cose, *type; local
126 cose = type = "unknown";
129 cose = "es256";
132 cose = "es384";
135 cose = "rs256";
138 cose = "eddsa";
143 printf("%s%s (%s)", i > 0 ? ", " : "", cose, type);
  /src/external/bsd/libfido2/dist/src/
winhello.c 47 WEBAUTHN_COSE_CREDENTIAL_PARAMETERS cose; member in struct:winhello_cred
359 WEBAUTHN_COSE_CREDENTIAL_PARAMETERS *cose, int type)
380 cose->cCredentialParameters = 1;
381 cose->pCredentialParameters = alg;
708 if (pack_cose(&ctx->alg, &ctx->cose, cred->type) < 0) {
800 if ((hr = webauthn_make_cred(w, &ctx->rp, &ctx->user, &ctx->cose,
  /src/external/bsd/libfido2/dist/src/fido/
types.h 87 /* COSE ES256 (ECDSA over P-256 with SHA-256) public key */
93 /* COSE ES256 (ECDSA over P-256 with SHA-256) (secret) key */
98 /* COSE ES384 (ECDSA over P-384 with SHA-384) public key */
104 /* COSE RS256 (2048-bit RSA with PKCS1 padding and SHA-256) public key */
110 /* COSE EDDSA (ED25519) */
133 int type; /* credential's cose algorithm */
148 int alg; /* attestation algorithm (cose) */
183 int type; /* cose algorithm */
251 int cose; member in struct:fido_algo

Completed in 30 milliseconds