cbor_encode_pin_auth
(argv[4] = cbor_encode_pin_auth(dev, token, &hmac)) == NULL) {
(argv[2] = cbor_encode_pin_auth(dev, ecdh, enc)) == NULL ||
cbor_item_t *cbor_encode_pin_auth(const fido_dev_t *, const fido_blob_t *,
(argv[4] = cbor_encode_pin_auth(dev, token, hmac)) == NULL ||
(argv[3] = cbor_encode_pin_auth(dev, ecdh, ppine)) == NULL ||
if ((*auth = cbor_encode_pin_auth(dev, token, hmac_data)) == NULL ||