aboutsummaryrefslogtreecommitdiffstats
path: root/scd/iso7816.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2011-11-29 08:56:22 +0000
committerNIIBE Yutaka <[email protected]>2011-11-29 08:56:22 +0000
commit5a62b0d6ee7cecc2e41a429ccc586a1a129e1b04 (patch)
treeef9b661d1de1d0737447ee4b31e1baaacaf4e814 /scd/iso7816.h
parentPC/SC pinpad support (pinpad input for modify pass phrase). (diff)
downloadgnupg-5a62b0d6ee7cecc2e41a429ccc586a1a129e1b04.tar.gz
gnupg-5a62b0d6ee7cecc2e41a429ccc586a1a129e1b04.zip
PC/SC pinpad support (pinpad input for modify pass phrase with resetcode, by admin).
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r--scd/iso7816.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h
index 5b99e869b..9ed7b219f 100644
--- a/scd/iso7816.h
+++ b/scd/iso7816.h
@@ -72,14 +72,15 @@ gpg_error_t iso7816_change_reference_data_kp (int slot, int chvno,
gpg_error_t iso7816_reset_retry_counter (int slot, int chvno,
const char *newchv, size_t newchvlen);
gpg_error_t iso7816_reset_retry_counter_kp (int slot, int chvno,
- const char *newchv,
- size_t newchvlen,
iso7816_pininfo_t *pininfo);
gpg_error_t iso7816_reset_retry_counter_with_rc (int slot, int chvno,
const char *data,
size_t datalen);
+gpg_error_t iso7816_reset_retry_counter_with_rc_kp (int slot, int chvno,
+ iso7816_pininfo_t *pininfo);
gpg_error_t iso7816_get_data (int slot, int extended_mode, int tag,
unsigned char **result, size_t *resultlen);
+gpg_error_t iso7816_put_data_kp (int slot, int tag, iso7816_pininfo_t *pininfo);
gpg_error_t iso7816_put_data (int slot, int extended_mode, int tag,
const void *data, size_t datalen);
gpg_error_t iso7816_put_data_odd (int slot, int extended_mode, int tag,