HomeSort by: relevance | last modified time | path
    Searched refs:fido_tx (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
reset.c 15 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
16 fido_log_debug("%s: fido_tx", __func__);
authkey.c 47 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
48 fido_log_debug("%s: fido_tx", __func__);
touch.c 66 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, &ms) < 0) {
67 fido_log_debug("%s: fido_tx", __func__);
pin.c 192 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
193 fido_log_debug("%s: fido_tx", __func__);
255 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
256 fido_log_debug("%s: fido_tx", __func__);
410 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
411 fido_log_debug("%s: fido_tx", __func__);
464 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
465 fido_log_debug("%s: fido_tx", __func__);
574 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
575 fido_log_debug("%s: fido_tx", __func__)
    [all...]
u2f.c 173 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__);
363 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu),
365 fido_log_debug("%s: fido_tx", __func__);
728 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu),
730 fido_log_debug("%s: fido_tx", __func__);
899 fido_tx(dev, CTAP_CMD_WINK, NULL, 0, ms);
903 if (fido_tx(dev, CTAP_CMD_MSG, iso7816_ptr(apdu)
    [all...]
config.c 90 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
91 fido_log_debug("%s: fido_tx", __func__);
extern.h 158 int fido_tx(fido_dev_t *, uint8_t, const void *, size_t, int *);
dev.c 152 if (fido_tx(dev, CTAP_CMD_INIT, &dev->nonce, sizeof(dev->nonce),
154 fido_log_debug("%s: fido_tx", __func__);
361 if (fido_tx(dev, CTAP_CMD_CANCEL, NULL, 0, &ms) < 0)
info.c 353 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
354 fido_log_debug("%s: fido_tx", __func__);
io.c 165 fido_tx(fido_dev_t *d, uint8_t cmd, const void *buf, size_t count, int *ms) function
assert.c 151 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
152 fido_log_debug("%s: fido_tx", __func__);
220 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
221 fido_log_debug("%s: fido_tx", __func__);
largeblob.c 173 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__);
credman.c 170 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
171 fido_log_debug("%s: fido_tx", __func__);
bio.c 122 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
123 fido_log_debug("%s: fido_tx", __func__);
cred.c 134 fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
135 fido_log_debug("%s: fido_tx", __func__);
  /src/external/bsd/libfido2/dist/fuzz/
wrap.c 639 fido_tx,

Completed in 24 milliseconds