Home
last modified time | relevance | path

Searched refs:apdu_ptr (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/libfido2/src/
H A Dnfc.c63 nfc_do_tx(fido_dev_t *d, const uint8_t *apdu_ptr, size_t apdu_len) in nfc_do_tx() argument
67 if (fido_buf_read(&apdu_ptr, &apdu_len, &h, sizeof(h)) < 0) { in nfc_do_tx()
79 if (tx_short_apdu(d, &h, apdu_ptr, TX_CHUNK_SIZE, 0x10) < 0) { in nfc_do_tx()
83 apdu_ptr += TX_CHUNK_SIZE; in nfc_do_tx()
87 if (tx_short_apdu(d, &h, apdu_ptr, (uint8_t)apdu_len, 0) < 0) { in nfc_do_tx()