Searched refs:fido_tx (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/src/
H A Dreset.c15 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
16 fido_log_debug("%s: fido_tx", __func__);
H A Dauthkey.c47 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
48 fido_log_debug("%s: fido_tx", __func__);
H A Dtouch.c66 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, &ms) < 0) {
67 fido_log_debug("%s: fido_tx", __func__);
H A Dpin.c190 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
191 fido_log_debug("%s: fido_tx", __func__);
253 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
254 fido_log_debug("%s: fido_tx", __func__);
408 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
409 fido_log_debug("%s: fido_tx", __func__);
462 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
463 fido_log_debug("%s: fido_tx", __func__);
572 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
573 fido_log_debug("%s: fido_tx", __func_
[all...]
H A Du2f.c173 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu),
175 fido_log_debug("%s: fido_tx", __func__);
246 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu),
248 fido_log_debug("%s: fido_tx", __func__);
362 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu),
364 fido_log_debug("%s: fido_tx", __func__);
727 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu),
729 fido_log_debug("%s: fido_tx", __func__);
898 fido_tx(dev, CTAP_CMD_WINK, NULL, 0, ms);
902 if (fido_tx(de
[all...]
H A Ddev.c147 if (fido_tx(dev, CTAP_CMD_INIT, &dev->nonce, sizeof(dev->nonce),
149 fido_log_debug("%s: fido_tx", __func__);
356 if (fido_tx(dev, CTAP_CMD_CANCEL, NULL, 0, &ms) < 0)
H A Dextern.h157 int fido_tx(fido_dev_t *, uint8_t, const void *, size_t, int *);
H A Dconfig.c90 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
91 fido_log_debug("%s: fido_tx", __func__);
H A Dinfo.c353 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
354 fido_log_debug("%s: fido_tx", __func__);
H A Dio.c165 fido_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) function
H A Dlargeblob.c173 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
174 fido_log_debug("%s: fido_tx", __func__);
533 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
534 fido_log_debug("%s: fido_tx", __func__);
H A Dassert.c147 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
148 fido_log_debug("%s: fido_tx", __func__);
216 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
217 fido_log_debug("%s: fido_tx", __func__);
H A Dcredman.c161 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
162 fido_log_debug("%s: fido_tx", __func__);
H A Dbio.c113 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
114 fido_log_debug("%s: fido_tx", __func__);
H A Dcred.c123 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
124 fido_log_debug("%s: fido_tx", __func__);
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dwrap.c639 fido_tx,

Completed in 300 milliseconds