opensc/src/libopensc
Maciej S. Szmigiero 0cb654ca78 sc-hsm: fix unused variable warnings in sc_hsm_init()
When building without OpenPACE there are two unused variables in
sc_hsm_init() that cause compiler to emit warnings about them.

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
2017-10-16 14:56:01 +02:00
..
Makefile.am sc-hsm: Add support for SoC 2017-05-22 16:25:08 +02:00
Makefile.mak sc-hsm: Add support for SoC 2017-05-22 16:25:08 +02:00
apdu.c Avoid dnie_transmit_apdu in the dnie driver (#970) (#1013) 2017-04-03 18:00:41 +02:00
asn1.c Cope with incomplete ASN.1 data in sc_asn1_read_tag 2017-07-18 22:35:23 +02:00
asn1.h asn1: tagnum size has not exceed 3 bytes 2016-03-10 10:13:27 +01:00
authentic.h
aux-data.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
aux-data.h Move include for internal.h from aux-date.h to aux-data.c (#888) 2016-10-16 20:09:00 +02:00
base64.c make casting explicit 2015-11-01 13:18:39 +01:00
card-acos5.c honour HAVE_CONFIG_H 2015-04-22 23:55:33 +02:00
card-akis.c honour HAVE_CONFIG_H 2015-04-22 23:55:33 +02:00
card-asepcos.c Fix Coverity remarks (#876) 2016-10-10 22:21:46 +02:00
card-atrust-acos.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-authentic.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-belpic.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-cac.c CAC issues (#1120) 2017-08-04 08:48:24 +02:00
card-cardos.c Add newly reported ATR for CardOS 5.3 2017-09-02 00:19:35 +02:00
card-coolkey.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
card-default.c honour HAVE_CONFIG_H 2015-04-22 23:55:33 +02:00
card-dnie.c Disable the secure channel at logout (#1048) 2017-05-13 16:15:08 +02:00
card-entersafe.c fixed bad memory access 2017-06-09 10:33:46 +02:00
card-epass2003.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-flex.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-gemsafeV1.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
card-gids.c Gids verified mutual auth 2017-09-17 23:10:28 +02:00
card-gids.h First support for GIDS card 2016-02-19 00:12:16 +01:00
card-gpk.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-iasecc.c Support for new MinInt agent card (#1092) 2017-08-22 01:13:18 +02:00
card-incrypto34.c honour HAVE_CONFIG_H 2015-04-22 23:55:33 +02:00
card-isoApplet.c IsoApplet: fix dead code 2015-09-18 17:02:45 +02:00
card-itacns.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
card-jcop.c removed unused variable 2015-10-14 23:08:39 +02:00
card-jpki.c fix trivial leak 2017-08-02 10:27:06 +02:00
card-masktech.c Merge pull request #483 from adminmt/master 2015-09-02 10:41:06 +02:00
card-mcrd.c Fix cases of log function format strings not being a string literal 2017-03-27 11:05:16 +02:00
card-miocos.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-muscle.c coverify-scan: muscle: use return value 2016-03-10 11:23:39 +01:00
card-myeid.c MyEID support for RAW RSA signature for 2048 bit keys 2017-07-18 22:34:41 +02:00
card-npa.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
card-npa.h card-npa: moved to internal card drivers 2017-03-20 21:28:48 +01:00
card-oberthur.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
card-openpgp.c clang static analyzer reports 2017-07-18 22:40:20 +02:00
card-piv.c card-piv: Fix Thunderbird and SC_PIN_CMD_GET_INFO 2017-07-04 10:16:41 +02:00
card-rtecp.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-rutoken.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-sc-hsm.c sc-hsm: fix unused variable warnings in sc_hsm_init() 2017-10-16 14:56:01 +02:00
card-sc-hsm.h Fix maximum CHR length 2017-06-24 15:26:04 +02:00
card-setcos.c Add support for RSA with keylength 2048 2016-05-16 11:12:53 +02:00
card-starcos.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-tcos.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card-westcos.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
card.c Add _sc_card_add_generic for registering secret key algorithms 2017-06-13 10:40:36 +02:00
cardctl.h Support SKDF and secret key upload for MyEID cards 2017-06-13 10:40:36 +02:00
cards.h Support for new MinInt agent card (#1092) 2017-08-22 01:13:18 +02:00
ccid-types.h Added support for PIN commands via escape commands 2017-03-20 21:28:48 +01:00
compression.c First support for GIDS card 2016-02-19 00:12:16 +01:00
compression.h First support for GIDS card 2016-02-19 00:12:16 +01:00
ctbcs.c coverity-scan: supplement to #710 2016-03-15 19:10:52 +01:00
ctbcs.h
ctx.c sc-hsm: Add support for SoC 2017-05-22 16:25:08 +02:00
cwa-dnie.c Add dnie_free_apdu_buffers into dnie_sm_free_wrapped_apdu. 2017-04-20 11:04:02 +02:00
cwa-dnie.h Add dnie_free_apdu_buffers into dnie_sm_free_wrapped_apdu. 2017-04-20 11:04:02 +02:00
cwa14890.c Use sc_hex_dump instead of cwa_hexdump. 2017-04-20 11:04:02 +02:00
cwa14890.h Use struct sm_cwa_session from sm.h in dnie (#955) 2017-02-04 22:32:35 +01:00
dir.c NULL parameter check moved to sc_file_free() 2017-01-10 12:46:44 +01:00
ef-atr.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
errors.c honour HAVE_CONFIG_H 2015-04-22 23:55:33 +02:00
errors.h
esteid.h
iasecc-sdo.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
iasecc-sdo.h
iasecc-sm.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
iasecc.h
internal-winscard.h License clarification (#988) 2017-03-14 22:47:13 +01:00
internal.h Add _sc_card_add_generic for registering secret key algorithms 2017-06-13 10:40:36 +02:00
iso7816.c avoid logically dead code 2017-06-09 10:33:46 +02:00
iso7816.h parse Extended Length Information in EF.ATR/INFO 2016-07-19 14:30:38 +02:00
itacns.h
jpki.h login state preservation for JPKI card 2017-02-06 14:22:14 +01:00
libopensc.exports pkcs15init: add support for secret key upload and generation 2017-06-13 10:40:36 +02:00
log.c replace assert with error handling 2017-04-04 09:11:35 +02:00
log.h Use built-in formatted output functions on mingw 2017-03-27 11:05:16 +02:00
muscle-filesystem.c honour HAVE_CONFIG_H 2015-04-22 23:55:33 +02:00
muscle-filesystem.h
muscle.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
muscle.h use size_t for a length instead of int 2015-10-14 22:56:53 +02:00
opensc.h Parse the ECC parameters from TokenInfo (CHOICE in AlgorithmInfo) 2017-09-02 00:19:35 +02:00
p15card-helper.c Use OpenSSL versions OpenSSL-0.9.7 to 1.1.0a for OpenSC 2016-10-08 06:15:06 -05:00
p15card-helper.h
pace.h Added (external) card driver for German ID card 2017-03-20 21:28:48 +01:00
padding.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-actalis.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
pkcs15-algo.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-atrust-acos.c Initialize PIN logged_in field for cards that do not support PIN info 2016-09-01 02:03:42 +02:00
pkcs15-cac.c sc_pkcs15_get_bitstring_extension: int, not long long 2017-09-12 23:05:27 +02:00
pkcs15-cache.c fixed Coverity issues 2017-06-13 13:07:52 +02:00
pkcs15-cert.c sc_pkcs15_get_bitstring_extension: int, not long long 2017-09-12 23:05:27 +02:00
pkcs15-coolkey.c clang static analyzer reports 2017-07-18 22:40:20 +02:00
pkcs15-data.c add compatibility implementation for strnlen 2016-01-20 10:47:27 +01:00
pkcs15-dnie.c NULL parameter check moved to sc_file_free() 2017-01-10 12:46:44 +01:00
pkcs15-esinit.c pkcs15: 'aid' argument for emulator init 2016-04-08 10:48:58 +02:00
pkcs15-esteid.c Add the final NUL to the CN used for token label 2017-03-21 09:31:39 +01:00
pkcs15-gemsafeGPK.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-gemsafeV1.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-gids.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-iasecc.c pkcs15 iasecc: parse-df handler to set MD guid 2016-04-08 10:48:58 +02:00
pkcs15-infocamere.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
pkcs15-itacns.c Use OpenSSL versions OpenSSL-0.9.7 to 1.1.0a for OpenSC 2016-10-08 06:15:06 -05:00
pkcs15-jpki.c add public keys 2017-08-02 10:27:06 +02:00
pkcs15-oberthur.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-openpgp.c Set PIN-PUK association for cards that don't have it set 2017-03-27 10:57:21 +02:00
pkcs15-pin.c minidriver: added support for session pin 2017-05-22 16:25:08 +02:00
pkcs15-piv.c sc_pkcs15_get_bitstring_extension: int, not long long 2017-09-12 23:05:27 +02:00
pkcs15-postecert.c Initialize PIN logged_in field for cards that do not support PIN info 2016-09-01 02:03:42 +02:00
pkcs15-prkey.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
pkcs15-pteid.c pteid: order objects by address (supersede #949) (#954) 2017-02-09 20:54:06 +01:00
pkcs15-pubkey.c clang static analyzer reports 2017-07-18 22:40:20 +02:00
pkcs15-sc-hsm.c sc-hsm: better error messages for optional files 2017-08-11 23:07:25 +02:00
pkcs15-sec.c Fix log messages format and parameter issues flagged by GCC 2017-03-27 11:05:16 +02:00
pkcs15-skey.c Imporve SKDF decoding and implement encoding 2017-06-13 10:40:36 +02:00
pkcs15-starcert.c Initialize PIN logged_in field for cards that do not support PIN info 2016-09-01 02:03:42 +02:00
pkcs15-syn.c sc-hsm: Add support for SoC 2017-05-22 16:25:08 +02:00
pkcs15-syn.h adding a CAC support into OpenSC (#841) 2017-02-27 11:05:12 +01:00
pkcs15-tccardos.c Initialize PIN logged_in field for cards that do not support PIN info 2016-09-01 02:03:42 +02:00
pkcs15-tcos.c Initialize PIN logged_in field for cards that do not support PIN info 2016-09-01 02:03:42 +02:00
pkcs15-westcos.c Set PIN-PUK association for cards that don't have it set 2017-03-27 10:57:21 +02:00
pkcs15.c Parse the ECC parameters from TokenInfo (CHOICE in AlgorithmInfo) 2017-09-02 00:19:35 +02:00
pkcs15.h sc_pkcs15_get_bitstring_extension: int, not long long 2017-09-12 23:05:27 +02:00
reader-cryptotokenkit.m macOS: added support for access via CryptoTokenKit 2017-04-03 12:30:03 +02:00
reader-ctapi.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
reader-openct.c Fix missing error handling of memory allocation (#1020) 2017-04-20 21:08:49 +02:00
reader-pcsc.c Force T=1 for contactless cards 2017-05-19 14:57:56 +02:00
reader-tr03119.c fixed more coverity issues 2017-04-20 10:58:54 +02:00
reader-tr03119.h Added support for PIN commands via escape commands 2017-03-20 21:28:48 +01:00
sc-ossl-compat.h build fix for libressl 2.5.3 2017-04-26 10:59:47 +02:00
sc.c replace assert with error handling 2017-04-04 09:11:35 +02:00
sec.c replace assert with error handling 2017-04-04 09:11:35 +02:00
simpletlv.c adding a CAC support into OpenSC (#841) 2017-02-27 11:05:12 +01:00
simpletlv.h adding a CAC support into OpenSC (#841) 2017-02-27 11:05:12 +01:00
sm.c fixed building without SM 2017-09-24 22:14:19 +02:00
sm.h added sc_sm_stop 2015-04-02 09:54:41 +02:00
types.h sc-hsm: Add support for SoC 2017-05-22 16:25:08 +02:00