Searched refs:cbor_encode_pin_opt (Results 1 – 7 of 7) sorted by relevance
178 if ((argv[0] = cbor_encode_pin_opt(dev)) == NULL || in ctap20_uv_token_tx()239 if ((argv[0] = cbor_encode_pin_opt(dev)) == NULL || in ctap21_uv_token_tx()389 if ((argv[0] = cbor_encode_pin_opt(dev)) == NULL || in fido_dev_change_pin_tx()444 if ((argv[0] = cbor_encode_pin_opt(dev)) == NULL || in fido_dev_set_pin_tx()687 (*opt = cbor_encode_pin_opt(dev)) == NULL) { in cbor_add_uv_params()
37 if ((argv[0] = cbor_encode_pin_opt(dev)) == NULL || in fido_dev_authkey_tx()
58 (argv[8] = cbor_encode_pin_opt(dev)) == NULL) { in fido_dev_get_touch_begin()
49 cbor_item_t *cbor_encode_pin_opt(const fido_dev_t *);
103 if ((argv[3] = cbor_encode_pin_opt(dev)) == NULL || in bio_tx()
514 (argv[5] = cbor_encode_pin_opt(dev)) == NULL) { in largeblob_set_tx()
722 cbor_encode_pin_opt(const fido_dev_t *dev) in cbor_encode_pin_opt() function