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

  /src/external/bsd/libfido2/dist/src/
cred.c 38 &cred->authdata_cbor, &cred->authdata, &cred->attcred,
178 fido_blob_is_empty(&cred->attcred.id)) {
363 cred->fmt == NULL || cred->attcred.id.ptr == NULL ||
370 (void *)cred->attcred.id.ptr, cred->rp.id);
407 &cred->attcred.id, &cred->attcred.pubkey.es256) < 0) {
414 &cred->authdata_raw, &cred->attstmt, &cred->attcred) < 0) {
452 cred->fmt == NULL || cred->attcred.id.ptr == NULL ||
459 (void *)cred->attcred.id.ptr, cred->rp.id);
484 if (fido_get_signed_hash(cred->attcred.type, &dgst, &cred->cdh
    [all...]
tpm.c 347 const fido_attcred_t *attcred)
358 switch (attcred->type) {
360 if (check_es256_pubarea(pubarea, &attcred->pubkey.es256) < 0) {
366 if (check_rs256_pubarea(pubarea, &attcred->pubkey.rs256) < 0) {
373 attcred->type);
cbor.c 1077 fido_attcred_t *attcred)
1086 if (fido_buf_read(buf, len, &attcred->aaguid,
1087 sizeof(attcred->aaguid)) < 0) {
1097 attcred->id.len = (size_t)be16toh(id_len);
1098 if ((attcred->id.ptr = malloc(attcred->id.len)) == NULL)
1101 fido_log_debug("%s: attcred->id.len=%zu", __func__, attcred->id.len);
1103 if (fido_buf_read(buf, len, attcred->id.ptr, attcred->id.len) < 0)
    [all...]
credman.c 86 param_cbor[1] = cbor_encode_pubkey(&cred->attcred.id);
282 return (cbor_decode_cred_id(val, &cred->attcred.id));
284 if (cbor_decode_pubkey(val, &cred->attcred.type,
285 &cred->attcred.pubkey) < 0)
287 cred->type = cred->attcred.type; /* XXX */
  /src/external/bsd/libfido2/dist/src/fido/
types.h 189 fido_attcred_t attcred; /* returned credential (key + id) */ member in struct:fido_cred

Completed in 101 milliseconds