Home
last modified time | relevance | path

Searched refs:ct_buf_putc (Results 1 – 16 of 16) sorted by relevance

/dports/security/openct/openct-0.6.20/src/ifd/
H A Dctbcs.c21 ct_buf_putc(bp, 0x20); in ctbcs_begin()
22 ct_buf_putc(bp, ins); in ctbcs_begin()
23 ct_buf_putc(bp, p1); in ctbcs_begin()
24 ct_buf_putc(bp, p2); in ctbcs_begin()
25 ct_buf_putc(bp, 0); in ctbcs_begin()
80 ct_buf_putc(&buf, 0x52); in ctbcs_build_verify_apdu()
122 ct_buf_putc(bp, 0x80); in ctbcs_add_timeout()
123 ct_buf_putc(bp, 1); in ctbcs_add_timeout()
124 ct_buf_putc(bp, timeout); in ctbcs_add_timeout()
138 ct_buf_putc(bp, 0x50); in ctbcs_add_message()
[all …]
H A Dproto-t1.c340 ct_buf_putc(&tbuf, sdata[DATA]); in t1_transceive()
348 ct_buf_putc(&tbuf, sdata[DATA]); in t1_transceive()
H A Difd-cyberjack.c792 ct_buf_putc(&buf, 0x52); in cyberjack_perform_verify()
793 ct_buf_putc(&buf, data_len); in cyberjack_perform_verify()
H A Dria.c84 ct_buf_putc(&args, cmd); in ria_send()
/dports/security/openct/openct-0.6.20/src/ct/
H A Dclient.c124 ct_buf_putc(&args, CT_CMD_OUTPUT);
180 ct_buf_putc(&args, CT_CMD_RESET); in ct_card_request()
181 ct_buf_putc(&args, slot); in ct_card_request()
215 ct_buf_putc(&args, slot);
237 ct_buf_putc(&args, slot); in ct_card_set_protocol()
258 ct_buf_putc(&args, slot); in ct_card_transact()
290 ct_buf_putc(&args, slot); in ct_card_read_memory()
317 ct_buf_putc(&args, slot); in ct_card_write_memory()
352 ct_buf_putc(&args, slot); in ct_card_verify()
402 ct_buf_putc(&args, slot); in ct_card_lock()
[all …]
H A Dtlv.c194 if (ct_buf_putc(bp, tag) < 0) in ct_tlv_put_tag()
198 if (ct_buf_putc(bp, 0) < 0 in ct_tlv_put_tag()
199 || (builder->use_large_tags && ct_buf_putc(bp, 0) < 0)) in ct_tlv_put_tag()
H A Dbuffer.c96 int ct_buf_putc(ct_buf_t * bp, int byte) in ct_buf_putc() function
/dports/devel/acsccid/acsccid-1.1.8/src/openct/
H A Dbuffer.h28 extern int ct_buf_putc(ct_buf_t *, int);
H A Dbuffer.c55 ct_buf_putc(ct_buf_t *bp, int byte) in ct_buf_putc() function
H A Dproto-t1.c480 ct_buf_putc(&tbuf, sdata[DATA]); in t1_transceive()
495 ct_buf_putc(&tbuf, sdata[DATA]); in t1_transceive()
/dports/devel/libccid/ccid-1.4.36/src/openct/
H A Dbuffer.h28 extern int ct_buf_putc(ct_buf_t *, int);
H A Dbuffer.c55 ct_buf_putc(ct_buf_t *bp, int byte) in ct_buf_putc() function
H A Dproto-t1.c476 ct_buf_putc(&tbuf, sdata[DATA]); in t1_transceive()
491 ct_buf_putc(&tbuf, sdata[DATA]); in t1_transceive()
/dports/security/openct/openct-0.6.20/src/include/openct/
H A Dbuffer.h28 extern int ct_buf_putc(ct_buf_t *, int);
/dports/devel/libccid/ccid-1.4.36/src/
H A Dcommands.c579 ct_buf_putc(&tbuf, RxBuffer[DATA]); in SecurePINVerify()
/dports/devel/acsccid/acsccid-1.1.8/src/
H A Dcommands.c595 ct_buf_putc(&tbuf, RxBuffer[DATA]); in SecurePINVerify()