cbor_encode_pubkey
if ((key = cbor_encode_pubkey(&list->ptr[i])) == NULL ||
if ((param_cbor[1] = cbor_encode_pubkey(body)) == NULL) {
param_cbor[1] = cbor_encode_pubkey(&cred->attcred.id);
cbor_item_t *cbor_encode_pubkey(const fido_blob_t *);