Home
last modified time | relevance | path

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

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dlibopensc.exports68 sc_compare_path
H A Dpkcs15.c1519 return sc_compare_path(&((struct sc_pkcs15_prkey_info *) data)->path, path); in compare_obj_path()
1521 return sc_compare_path(&((struct sc_pkcs15_pubkey_info *) data)->path, path); in compare_obj_path()
1523 return sc_compare_path(&((struct sc_pkcs15_skey_info *) data)->path, path); in compare_obj_path()
1525 return sc_compare_path(&((struct sc_pkcs15_cert_info *) data)->path, path); in compare_obj_path()
1527 return sc_compare_path(&((struct sc_pkcs15_auth_info *) data)->path, path); in compare_obj_path()
1529 return sc_compare_path(&((struct sc_pkcs15_data_info *) data)->path, path); in compare_obj_path()
1710 if (path && !sc_compare_path(&auth_info->path, path)) in sc_pkcs15_find_pin_by_type_and_reference()
2282 if (unusedspace_count == 1 && sc_compare_path(&p15card->unusedspace_list->path, &dummy_path)) in sc_pkcs15_encode_unusedspace()
H A Dsc.c463 int sc_compare_path(const sc_path_t *path1, const sc_path_t *path2) in sc_compare_path() function
479 return sc_compare_path(&tpath, prefix); in sc_compare_path_prefix()
H A Dopensc.h1441 int sc_compare_path(const sc_path_t *patha, const sc_path_t *pathb);
H A Dcard-oberthur.c557 if (sc_compare_path(&path, &auth_current_df->path)) in auth_select_file()
H A Dcard-openpgp.c1405 if (sc_compare_path(path, &dummy_path)) { in pgp_select_file()
/dports/net/opennx/opennx-0.16/opensc/
H A Dopensc.h1082 int sc_compare_path(const sc_path_t *patha, const sc_path_t *pathb);
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dprofile.c692 && sc_compare_path(&fi->inst_path, base_path) in sc_profile_instantiate_template()