HomeSort by: relevance | last modified time | path
    Searched defs:tx_frame (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
io.c 98 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) function
137 if ((n = tx_frame(d, seq++, buf + sent, count - sent,
139 fido_log_debug("%s: tx_frame", __func__);
io.c 98 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) function
137 if ((n = tx_frame(d, seq++, buf + sent, count - sent,
139 fido_log_debug("%s: tx_frame", __func__);

Completed in 50 milliseconds