Home
last modified time | relevance | path

Searched defs:sc_card_operations (Results 1 – 2 of 2) sorted by relevance

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dopensc.h621 struct sc_card_operations { struct
629 int (*match_card)(struct sc_card *card);
637 int (*init)(struct sc_card *card);
642 int (*finish)(struct sc_card *card);
660 int (*read_binary)(struct sc_card *card, unsigned int idx,
713 int (*append_record)(struct sc_card *card, const u8 * buf,
734 int (*verify)(struct sc_card *card, unsigned int type,
739 int (*logout)(struct sc_card *card);
749 int (*set_security_env)(struct sc_card *card,
754 int (*decipher)(struct sc_card *card, const u8 * crgram,
[all …]
/dports/net/opennx/opennx-0.16/opensc/
H A Dopensc.h503 struct sc_card_operations { struct
508 int (*match_card)(struct sc_card *card);
513 int (*init)(struct sc_card *card);
516 int (*finish)(struct sc_card *card);
520 int (*read_binary)(struct sc_card *card, unsigned int idx,
533 int (*append_record)(struct sc_card *card, const u8 * buf,
554 int (*verify)(struct sc_card *card, unsigned int type,
559 int (*logout)(struct sc_card *card);
569 int (*set_security_env)(struct sc_card *card,
574 int (*decipher)(struct sc_card *card, const u8 * crgram,
[all …]