Lines Matching defs:cbor
58 fido_log_debug("%s: cbor type", __func__);
79 fido_log_debug("%s: cbor type", __func__);
107 fido_log_debug("%s: cbor encode", __func__);
218 const unsigned char cbor[] = { CTAP_CBOR_NEXT_ASSERT };
220 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
461 struct cbor_load_result cbor;
467 &cbor)) == NULL || cbor_isa_bytestring(item) == false ||
1052 struct cbor_load_result cbor;
1061 if ((item = cbor_load(ptr, len, &cbor)) == NULL) {