diff options
author | Werner Koch <[email protected]> | 2008-09-25 10:06:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-09-25 10:06:02 +0000 |
commit | 96f16f736e97992c985f01c5e93bf825fdcd5707 (patch) | |
tree | 2db9d0ade98d7ca89ffb8aa17e65a0cb6bf2c8e4 /scd/iso7816.h | |
parent | * pkclist.c (select_algo_from_prefs): Redo function to rank prefs and (diff) | |
download | gnupg-96f16f736e97992c985f01c5e93bf825fdcd5707.tar.gz gnupg-96f16f736e97992c985f01c5e93bf825fdcd5707.zip |
Finished support for v2 cards with the exception of secure messaging.
Diffstat (limited to 'scd/iso7816.h')
-rw-r--r-- | scd/iso7816.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scd/iso7816.h b/scd/iso7816.h index 19568184d..284751137 100644 --- a/scd/iso7816.h +++ b/scd/iso7816.h @@ -77,10 +77,15 @@ 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_get_data (int slot, int tag, unsigned char **result, size_t *resultlen); gpg_error_t iso7816_put_data (int slot, int extended_mode, int tag, const unsigned char *data, size_t datalen); +gpg_error_t iso7816_put_data_odd (int slot, int extended_mode, int tag, + const unsigned char *data, size_t datalen); gpg_error_t iso7816_manage_security_env (int slot, int p1, int p2, const unsigned char *data, size_t datalen); |