Home
last modified time | relevance | path

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

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dcard-starcos.c153 const unsigned char *tx_fmt_tag = NULL; in starcos_parse_supported_sec_mechanisms() local
164tx_fmt_tag = sc_asn1_find_tag(ctx, ctrl_ref_template_tag, taglen, TAG_STARCOS3X_TRANSMISSION_FORMA… in starcos_parse_supported_sec_mechanisms()
165 if ( tx_fmt_tag != NULL && taglen >= 1 ) { in starcos_parse_supported_sec_mechanisms()
166 ctrl_ref_template->transmission_format = *(tx_fmt_tag + 0); in starcos_parse_supported_sec_mechanisms()