Home
last modified time | relevance | path

Searched refs:apdu (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dcardos-tool.c102 memset(&apdu, 0, sizeof(apdu)); in cardos_info()
147 apdu.resp[0], apdu.resp[1], apdu.resp[2], apdu.resp[3], in cardos_info()
148 apdu.resp[4], apdu.resp[5], apdu.resp[6], apdu.resp[7]); in cardos_info()
152 apdu.resp[10], apdu.resp[11], apdu.resp[12], in cardos_info()
153 apdu.resp[13], apdu.resp[14], apdu.resp[15]); in cardos_info()
545 memset(&apdu, 0, sizeof(apdu)); in cardos_format()
579 memset(&apdu, 0, sizeof(apdu)); in cardos_format()
621 memset(&apdu, 0, sizeof(apdu)); in cardos_format()
668 memset(&apdu, 0, sizeof(apdu)); in cardos_format()
688 memset(&apdu, 0, sizeof(apdu)); in cardos_format()
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dapdu.c120 memcpy(p, apdu->data, apdu->lc); in sc_apdu2bytes()
139 memcpy(p, apdu->data, apdu->lc); in sc_apdu2bytes()
143 memcpy(p, apdu->data, apdu->lc); in sc_apdu2bytes()
284 if (apdu->datalen != 0 || apdu->lc != 0 || apdu->le != 0) in sc_check_apdu()
303 if (apdu->datalen != apdu->lc) in sc_check_apdu()
328 apdu->cse, apdu->cla, apdu->ins, apdu->p1, apdu->p2, in sc_check_apdu()
369 apdu->cla, apdu->ins, apdu->p1, apdu->p2, apdu->datalen, in sc_single_transmit()
671 len0, apdu->ins, apdu->p1, apdu->p2, apdu->lc, apdu->le); in sc_bytes2apdu()
698 apdu->datalen = apdu->lc; in sc_bytes2apdu()
738 apdu->datalen = apdu->lc; in sc_bytes2apdu()
[all …]
H A Diso7816.c159 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_read_binary()
214 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_write_record()
237 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_append_record()
262 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_update_record()
290 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_write_binary()
317 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_update_binary()
625 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in iso7816_select_file()
813 if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) in iso7816_get_response()
1003 if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) in iso7816_compute_signature()
1054 if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) in iso7816_decipher()
[all …]
H A Dmuscle.c173 apdu.sw1, apdu.sw2); in msc_create_object()
198 apdu.datalen = apdu.lc; in msc_partial_update_object()
215 apdu.sw1, apdu.sw2); in msc_partial_update_object()
254 apdu.sw1, apdu.sw2); in msc_delete_object()
425 apdu->datalen = apdu->lc; in msc_change_pin_apdu()
553 apdu.sw1, apdu.sw2); in msc_generate_keypair()
580 apdu.sw1, apdu.sw2); in msc_extract_key()
686 apdu.sw1, apdu.sw2); in msc_compute_crypt_init()
736 apdu.sw1, apdu.sw2); in msc_compute_crypt_final()
803 apdu.sw1, apdu.sw2); in msc_compute_crypt_final_object()
[all …]
H A Dcard-incrypto34.c195 if (apdu.sw1 == 0x6a && apdu.sw2 == 0x82) in incrypto34_list_files()
198 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in incrypto34_list_files()
424 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in incrypto34_restore_security_env()
474 apdu.lc = apdu.datalen = 3; in incrypto34_set_security_env()
480 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in incrypto34_set_security_env()
599 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in incrypto34_lifecycle_get()
634 memset(&apdu, 0, sizeof(apdu)); in incrypto34_put_data_oci()
660 memset(&apdu, 0, sizeof(apdu)); in incrypto34_change_key_data()
686 memset(&apdu, 0, sizeof(apdu)); in incrypto34_put_data_seci()
722 memset(&apdu, 0, sizeof(apdu)); in incrypto34_generate_key()
[all …]
H A Dcard-gpk.c489 memset(&apdu, 0, sizeof(apdu)); in gpk_select()
497 apdu.lc = apdu.datalen; in gpk_select()
820 memset(&apdu, 0, sizeof(apdu)); in gpk_create_file()
961 memset(&apdu, 0, sizeof(apdu)); in gpk_select_key()
969 apdu.lc = apdu.datalen; in gpk_select_key()
1118 memset(&apdu, 0, sizeof(apdu)); in gpk_set_security_env()
1215 memset(&apdu, 0, sizeof(apdu)); in gpk_init_hashed()
1259 memset(&apdu, 0, sizeof(apdu)); in gpk_compute_signature()
1364 memset(&apdu, 0, sizeof(apdu)); in gpk_erase_card()
1413 memset(&apdu, 0, sizeof(apdu)); in gpk_lock()
[all …]
H A Dcard-atrust-acos.c255 if (!(apdu.sw1 == 0x90 && apdu.sw2 == 0x00) && apdu.sw1 != 0x61 ) in atrust_acos_select_aid()
305 if (apdu.p2 == 0x00 && apdu.sw1 == 0x62 && apdu.sw2 == 0x84 ) { in atrust_acos_select_fid()
314 } else if (apdu.sw1 == 0x61 || (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)) { in atrust_acos_select_fid()
331 if (apdu.sw1 != 0x61 && (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)) in atrust_acos_select_fid()
577 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in atrust_acos_set_security_env()
652 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in atrust_acos_set_security_env()
692 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in atrust_acos_compute_signature()
739 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in atrust_acos_compute_signature()
788 if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) { in atrust_acos_decipher()
844 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in acos_get_serialnr()
[all …]
H A Dcard-myeid.c160 memcpy(out, apdu.resp, apdu.resplen); in myeid_select_aid()
1080 apdu.datalen = apdu.lc; in myeid_compute_raw_2048_signature()
1094 apdu.datalen = apdu.lc; in myeid_compute_raw_2048_signature()
1175 memcpy(out, apdu.resp, apdu.resplen); in myeid_compute_signature()
1228 apdu.datalen = apdu.lc; in myeid_ecdh_derive()
1315 apdu.datalen = apdu.lc = crgram_len; in myeid_transmit_decipher()
1443 memset(&apdu, 0, sizeof(apdu)); in myeid_putdata()
1470 memset(&apdu, 0, sizeof(apdu)); in myeid_getdata()
1512 memset(&apdu, 0, sizeof(apdu)); in myeid_loadkey()
1540 memset(&apdu, 0, sizeof(apdu)); in myeid_loadkey()
[all …]
H A Dcard-entersafe.c215 memcpy(buff+1,apdu->data,apdu->lc); in entersafe_cipher_apdu()
246 apdu->datalen=apdu->lc; in entersafe_cipher_apdu()
329 memcpy(buff,apdu->data,apdu->lc); in entersafe_mac_apdu()
334 apdu->datalen=apdu->lc; in entersafe_mac_apdu()
1194 apdu.lc=apdu.datalen=4; in entersafe_write_rsa_key_factor()
1280 apdu.lc=apdu.datalen=0x46; in entersafe_write_large_rsa_key()
1289 apdu.lc=apdu.datalen=0xC0; in entersafe_write_large_rsa_key()
1323 apdu.lc=apdu.datalen=len+2; in entersafe_write_symmetric_key()
1562 apdu.lc=apdu.datalen=0x19; in entersafe_preinstall_keys()
1583 apdu.lc=apdu.datalen=0x19; in entersafe_preinstall_keys()
[all …]
H A Dcard-asepcos.c264 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in asepcos_get_current_df_path()
265 return sc_check_sw(card, apdu.sw1, apdu.sw2); in asepcos_get_current_df_path()
357 p->fileid = (apdu.resp[1] << 16) | (apdu.resp[2] << 8) | apdu.resp[3]; in asepcos_akn_to_fileid()
465 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in asepcos_decipher()
498 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) { in asepcos_compute_signature()
505 memcpy(out, apdu.resp, apdu.resplen); in asepcos_compute_signature()
568 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in asepcos_create_file()
617 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in asepcos_create_file()
645 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in asepcos_create_file()
751 if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) { in asepcos_delete_file()
[all …]
H A Dcard-tcos.c231 return sc_check_sw(card, apdu.sw1, apdu.sw2); in tcos_create_file()
391 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in tcos_select_file()
430 if (apdu.sw1==0x6A && (apdu.sw2==0x82 || apdu.sw2==0x88)) continue; in tcos_list_files()
431 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in tcos_list_files()
438 memcpy(buf, apdu.resp, apdu.resplen); in tcos_list_files()
513 apdu.lc = apdu.datalen = (p - sbuf); in tcos_set_security_env()
521 if (apdu.sw1==0x6A && (apdu.sw2==0x81 || apdu.sw2==0x88)) { in tcos_set_security_env()
583 apdu.lc = apdu.datalen = dlen; in tcos_compute_signature()
587 if (tcos3 && apdu.p1 == 0x80 && apdu.sw1 == 0x6A && apdu.sw2 == 0x87) { in tcos_compute_signature()
607 apdu.lc = apdu.datalen = dlen; in tcos_compute_signature()
[all …]
H A Dcard-akis.c97 r = sc_check_sw(card, apdu->sw1, apdu->sw2); in select_file()
165 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_list_files()
258 apdu.lc = 2; in akis_create_file()
295 return sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_create_file()
333 return sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_delete_file()
368 apdu.lc = apdu.datalen; in akis_pin_cmd()
372 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_pin_cmd()
393 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_get_data()
466 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_lifecycle_set()
500 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in akis_set_security_env()
[all …]
H A Dcard-starcos.c656 if (!(apdu.sw1 == 0x90 && apdu.sw2 == 0x00) && apdu.sw1 != 0x61 ) in starcos_select_aid()
724 if (apdu.p2 == 0x00 && apdu.sw1 == 0x62 && apdu.sw2 == 0x84 ) { in starcos_select_fid()
735 && apdu.p2 == 0x4 && apdu.sw1 == 0x6a && apdu.sw2 == 0x82) { in starcos_select_fid()
745 } else if (apdu.sw1 == 0x61 || (apdu.sw1 == 0x90 && apdu.sw2 == 0x00 && !isMF)) { in starcos_select_fid()
765 if (apdu.sw1 != 0x61 && (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)) in starcos_select_fid()
1359 if (apdu.sw1 == 0x69 && apdu.sw2 == 0x85) in starcos_erase_card()
1401 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in starcos_write_key()
1431 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in starcos_write_key()
1470 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in starcos_gen_key()
1484 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in starcos_gen_key()
[all …]
H A Dcard-rutoken.c261 if (apdu.sw1 == 0x6A && apdu.sw2 == 0x82) in rutoken_list_files()
264 ret = sc_check_sw(card, apdu.sw1, apdu.sw2); in rutoken_list_files()
296 ret = sc_check_sw(card, apdu.sw1, apdu.sw2); in rutoken_list_files()
416 ret = sc_check_sw(card, apdu.sw1, apdu.sw2); in rutoken_select_file()
431 if (apdu.resplen > 1 && apdu.resplen >= (size_t)apdu.resp[1] + 2) in rutoken_select_file()
793 apdu.lc = apdu.datalen = sizeof(data); in rutoken_set_security_env()
871 apdu.datalen = apdu.lc = data_len; in rutoken_key_gen()
914 apdu.datalen = apdu.lc = data_len; in rutoken_create_do()
942 memset(apdu.resp, 0, apdu.resplen); in rutoken_get_do_info()
1044 memcpy(out, apdu.resp, apdu.resplen); in rutoken_cipher_p()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.smartcardio/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/smartcardio/
H A DCommandAPDU.java72 private byte[] apdu; field in CommandAPDU
97 this.apdu = apdu.clone(); in CommandAPDU()
123 System.arraycopy(apdu, apduOffset, this.apdu, 0, apduLength); in CommandAPDU()
162 this.apdu = new byte[apdu.remaining()]; in CommandAPDU()
163 apdu.get(this.apdu); in CommandAPDU()
314 int l2 = apdu[apdu.length - 1] & 0xff; in parse()
326 int l2 = ((apdu[5] & 0xff) << 8) | (apdu[6] & 0xff); in parse()
346 int l3 = ((apdu[leOfs] & 0xff) << 8) | (apdu[leOfs + 1] & 0xff); in parse()
455 apdu[apdu.length - 1] = (ne != 256) ? (byte)ne : 0; in CommandAPDU()
478 apdu[2] = (byte)p1; in setHeader()
[all …]
/dports/security/py-btchip-python/btchip-python-0.1.32/btchip/
H A Dbtchip.py141 apdu.extend(params)
149 apdu.extend(params)
172 apdu.extend(params)
181 apdu.extend(params)
221 apdu.extend(params)
390 apdu.extend(params)
406 apdu.extend(params)
474 apdu.extend(params)
506 apdu.extend(params)
594 apdu.extend(data)
[all …]

12345678910>>...24