Searched refs:epass2003_select_fid (Results 1 – 1 of 1) sorted by relevance
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/ |
H A D | card-epass2003.c | 1368 epass2003_select_fid(struct sc_card *card, unsigned int id_hi, unsigned int id_lo, in epass2003_select_fid() function 1493 return epass2003_select_fid(card, path[bMatch], path[bMatch + 1], file_out); in epass2003_select_path() 1500 r = epass2003_select_fid(card, path[bMatch], path[bMatch + 1], NULL); in epass2003_select_path() 1536 r = epass2003_select_fid(card, path[i], path[i + 1], NULL); in epass2003_select_path() 1540 return epass2003_select_fid(card, path[pathlen - 2], path[pathlen - 1], file_out); in epass2003_select_path() 1569 return epass2003_select_fid(card, in_path->value[0], in_path->value[1], file_out); in epass2003_select_file()
|