Home
last modified time | relevance | path

Searched refs:apdu (Results 201 – 225 of 579) sorted by relevance

12345678910>>...24

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DACSE-1.asn129 ACSE-apdu ::= CHOICE {
30 aarq AARQ-apdu,
31 aare AARE-apdu,
32 rlrq RLRQ-apdu,
33 rlre RLRE-apdu,
34 abrt ABRT-apdu,
38 AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
66 AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
94 RLRQ-apdu ::= [APPLICATION 2] IMPLICIT SEQUENCE {
101 RLRE-apdu ::= [APPLICATION 3] IMPLICIT SEQUENCE {
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DACSE-1.asn129 ACSE-apdu ::= CHOICE {
30 aarq AARQ-apdu,
31 aare AARE-apdu,
32 rlrq RLRQ-apdu,
33 rlre RLRE-apdu,
34 abrt ABRT-apdu,
38 AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
66 AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
94 RLRQ-apdu ::= [APPLICATION 2] IMPLICIT SEQUENCE {
101 RLRE-apdu ::= [APPLICATION 3] IMPLICIT SEQUENCE {
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DACSE-1.asn129 ACSE-apdu ::= CHOICE {
30 aarq AARQ-apdu,
31 aare AARE-apdu,
32 rlrq RLRQ-apdu,
33 rlre RLRE-apdu,
34 abrt ABRT-apdu,
38 AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
66 AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
94 RLRQ-apdu ::= [APPLICATION 2] IMPLICIT SEQUENCE {
101 RLRE-apdu ::= [APPLICATION 3] IMPLICIT SEQUENCE {
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DACSE-1.asn129 ACSE-apdu ::= CHOICE {
30 aarq AARQ-apdu,
31 aare AARE-apdu,
32 rlrq RLRQ-apdu,
33 rlre RLRE-apdu,
34 abrt ABRT-apdu,
38 AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
66 AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
94 RLRQ-apdu ::= [APPLICATION 2] IMPLICIT SEQUENCE {
101 RLRE-apdu ::= [APPLICATION 3] IMPLICIT SEQUENCE {
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DACSE-1.asn129 ACSE-apdu ::= CHOICE {
30 aarq AARQ-apdu,
31 aare AARE-apdu,
32 rlrq RLRQ-apdu,
33 rlre RLRE-apdu,
34 abrt ABRT-apdu,
38 AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
66 AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
94 RLRQ-apdu ::= [APPLICATION 2] IMPLICIT SEQUENCE {
101 RLRE-apdu ::= [APPLICATION 3] IMPLICIT SEQUENCE {
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DACSE-1.asn129 ACSE-apdu ::= CHOICE {
30 aarq AARQ-apdu,
31 aare AARE-apdu,
32 rlrq RLRQ-apdu,
33 rlre RLRE-apdu,
34 abrt ABRT-apdu,
38 AARQ-apdu ::= [APPLICATION 0] IMPLICIT SEQUENCE {
66 AARE-apdu ::= [APPLICATION 1] IMPLICIT SEQUENCE {
94 RLRQ-apdu ::= [APPLICATION 2] IMPLICIT SEQUENCE {
101 RLRE-apdu ::= [APPLICATION 3] IMPLICIT SEQUENCE {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/
H A Dsecure_channel_test.go13 lastCmd *apdu.Command
16 func (fc *fakeChannel) Send(cmd *apdu.Command) (*apdu.Response, error) {
H A Dsecure_channel.go73 func (sc *SecureChannel) Send(cmd *apdu.Command) (*apdu.Response, error) {
95 return nil, apdu.NewErrBadResponse(resp.Sw, "unexpected sw in secure channel")
110 return apdu.ParseResponse(plainData)
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dpkcs15-asepcos.c748 sc_apdu_t apdu; in asepcos_generate_key() local
775 apdu.lc = 3; in asepcos_generate_key()
776 apdu.datalen = 3; in asepcos_generate_key()
777 apdu.data = sbuf; in asepcos_generate_key()
778 apdu.le = 256; in asepcos_generate_key()
779 apdu.resplen = sizeof(rbuf); in asepcos_generate_key()
780 apdu.resp = rbuf; in asepcos_generate_key()
782 r = sc_transmit_apdu(card, &apdu); in asepcos_generate_key()
784 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) { in asepcos_generate_key()
789 pubkey->u.rsa.modulus.len = apdu.resplen; in asepcos_generate_key()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/apdu/
H A DBUILD.gn7 component("apdu") {
25 ":apdu",
35 ":apdu",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/apdu/
H A DBUILD.gn7 component("apdu") {
25 ":apdu",
35 ":apdu",
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dcard-coolkey.c909 sc_apdu_t apdu; in coolkey_apdu_io() local
972 apdu.cla = cla; in coolkey_apdu_io()
975 apdu.resp = rbuf; in coolkey_apdu_io()
980 apdu.le = 0; in coolkey_apdu_io()
986 apdu.flags, apdu.le, apdu.resplen, apdu.resp); in coolkey_apdu_io()
993 r, apdu.resplen, apdu.sw1, apdu.sw2); in coolkey_apdu_io()
999 r = sc_check_sw(card, apdu.sw1, apdu.sw2); in coolkey_apdu_io()
2273 sc_apdu_t apdu; in coolkey_match_card() local
2281 apdu.le = 0x00; in coolkey_match_card()
2282 apdu.resplen = 0; in coolkey_match_card()
[all …]
H A Dreader-pcsc.c570 sc_apdu_t apdu; in initialize_uid() local
575 memset(&apdu, 0, sizeof(apdu)); in initialize_uid()
579 apdu.p1 = 0x00; in initialize_uid()
580 apdu.p2 = 0x00; in initialize_uid()
581 apdu.le = 0x00; in initialize_uid()
586 && apdu.sw1 == 0x90 && apdu.sw2 == 0x00 in initialize_uid()
587 && 0 < apdu.resplen && apdu.resplen <= SC_MAX_UID_SIZE) { in initialize_uid()
1864 sc_apdu_t *apdu = data->apdu; in part10_build_verify_pin_block() local
1964 sc_apdu_t *apdu = data->apdu; in part10_build_modify_pin_block() local
2189 apdu = data->apdu; in pcsc_pin_cmd()
[all …]
H A Dpkcs15-gemsafeV1.c303 struct sc_apdu apdu; in sc_pkcs15emu_gemsafeV1_init() local
319 sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0xdf, 0x03); in sc_pkcs15emu_gemsafeV1_init()
320 apdu.cla = 0x80; in sc_pkcs15emu_gemsafeV1_init()
321 apdu.resp = rbuf; in sc_pkcs15emu_gemsafeV1_init()
322 apdu.resplen = sizeof(rbuf); in sc_pkcs15emu_gemsafeV1_init()
324 apdu.le = 0x08; in sc_pkcs15emu_gemsafeV1_init()
325 apdu.lc = 0; in sc_pkcs15emu_gemsafeV1_init()
326 apdu.datalen = 0; in sc_pkcs15emu_gemsafeV1_init()
327 r = sc_transmit_apdu(card, &apdu); in sc_pkcs15emu_gemsafeV1_init()
330 if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00) in sc_pkcs15emu_gemsafeV1_init()
/dports/net/yaz++/yazpp-1.6.1/zlint/
H A Dtest-init-02.cpp24 Z_APDU *apdu = z->create_Z_PDU(Z_APDU_initRequest); in init() local
25 Z_InitRequest *init = apdu->u.initRequest; in init()
33 int r = z->send_Z_PDU(apdu, &len); in init()
H A Dtest-init-03.cpp24 Z_APDU *apdu = z->create_Z_PDU(Z_APDU_initRequest); in init() local
25 Z_InitRequest *init = apdu->u.initRequest; in init()
34 int r = z->send_Z_PDU(apdu, &len); in init()
H A Dtest-init-04.cpp27 Z_APDU *apdu = z->create_Z_PDU(Z_APDU_initRequest); in init() local
28 Z_InitRequest *init = apdu->u.initRequest; in init()
35 int r = z->send_Z_PDU(apdu, &len); in init()
H A Dtest-init-06.cpp24 Z_APDU *apdu = z->create_Z_PDU(Z_APDU_initRequest); in init() local
25 Z_InitRequest *init = apdu->u.initRequest; in init()
36 int r = z->send_Z_PDU(apdu, &len); in init()
H A Dtest-init-01.cpp24 Z_APDU *apdu = z->create_Z_PDU(Z_APDU_initRequest); in init() local
25 Z_InitRequest *init = apdu->u.initRequest; in init()
34 int r = z->send_Z_PDU(apdu, &len); in init()
H A Dtest-init-08.cpp27 Z_APDU *apdu = z->create_Z_PDU(Z_APDU_initRequest); in init() local
28 Z_InitRequest *init = apdu->u.initRequest; in init()
38 int r = z->send_Z_PDU(apdu, &len); in init()
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dnpa-tool.c156 sc_apdu_t apdu; in verify() local
160 apdu.cla = 0x80; in verify()
162 r = sc_transmit_apdu(card, &apdu); in verify()
175 sc_apdu_t apdu; in npa_translate_apdus() local
179 memset(&apdu, 0, sizeof apdu); in npa_translate_apdus()
208 r = sc_bytes2apdu(card->ctx, buf, apdulen, &apdu); in npa_translate_apdus()
214 apdu.resp = buf; in npa_translate_apdus()
215 apdu.resplen = sizeof buf; in npa_translate_apdus()
217 r = sc_transmit_apdu(card, &apdu); in npa_translate_apdus()
224 printf("Decrypted R-APDU sw1=%02x sw2=%02x\n", apdu.sw1, apdu.sw2); in npa_translate_apdus()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/types/
H A Dsignature.go22 pubKey, err := apdu.FindTag(resp, TagSignatureTemplate, uint8(0x80))
27 r, err := apdu.FindTagN(resp, 0, TagSignatureTemplate, uint8(0x30), uint8(0x02))
36 s, err := apdu.FindTagN(resp, 1, TagSignatureTemplate, uint8(0x30), uint8(0x02))
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/dvb/
H A Dcamapplication.c211 guint8 *apdu; in cam_al_application_write() local
218 apdu = (buffer + buffer_size) - body_length - apdu_header_length; in cam_al_application_write()
219 apdu[0] = tag >> 16; in cam_al_application_write()
220 apdu[1] = (tag >> 8) & 0xFF; in cam_al_application_write()
221 apdu[2] = tag & 0xFF; in cam_al_application_write()
223 cam_write_length_field (&apdu[3], body_length); in cam_al_application_write()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/sys/dvb/
H A Dcamapplication.c211 guint8 *apdu; in cam_al_application_write() local
218 apdu = (buffer + buffer_size) - body_length - apdu_header_length; in cam_al_application_write()
219 apdu[0] = tag >> 16; in cam_al_application_write()
220 apdu[1] = (tag >> 8) & 0xFF; in cam_al_application_write()
221 apdu[2] = tag & 0xFF; in cam_al_application_write()
223 cam_write_length_field (&apdu[3], body_length); in cam_al_application_write()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/dvb/
H A Dcamapplication.c211 guint8 *apdu; in cam_al_application_write() local
218 apdu = (buffer + buffer_size) - body_length - apdu_header_length; in cam_al_application_write()
219 apdu[0] = tag >> 16; in cam_al_application_write()
220 apdu[1] = (tag >> 8) & 0xFF; in cam_al_application_write()
221 apdu[2] = tag & 0xFF; in cam_al_application_write()
223 cam_write_length_field (&apdu[3], body_length); in cam_al_application_write()

12345678910>>...24