Home
last modified time | relevance | path

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

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-dnie.c89 SC_PKCS15_PUKDF,
217 if (df->type == SC_PKCS15_PUKDF) { in sc_pkcs15emu_dnie_init()
262 if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_PUKDF) ) { in sc_pkcs15emu_dnie_init()
H A Dpkcs15-pteid.c93 SC_PKCS15_PUKDF, //1
210 if (df->type == SC_PKCS15_PUKDF) { in sc_pkcs15emu_pteid_init()
276 if ( p15_obj->df && (p15_obj->df->type == SC_PKCS15_PUKDF) ) { in sc_pkcs15emu_pteid_init()
H A Dpkcs15-syn.c470 df_type = SC_PKCS15_PUKDF; in sc_pkcs15emu_object_add()
H A Dpkcs15-gemsafeV1.c496 df_type = SC_PKCS15_PUKDF; in sc_pkcs15emu_add_object()
H A Dpkcs15.c591 SC_PKCS15_PUKDF,
1355 df_mask |= (1 << SC_PKCS15_PUKDF) | (1 << SC_PKCS15_PUKDF_TRUSTED); in __sc_pkcs15_search_objects()
2004 case SC_PKCS15_PUKDF: in sc_pkcs15_encode_df()
2079 case SC_PKCS15_PUKDF: in sc_pkcs15_parse_df()
H A Dpkcs15.h518 #define SC_PKCS15_PUKDF 1 macro
/dports/net/opennx/opennx-0.16/opensc/
H A Dpkcs15.h342 #define SC_PKCS15_PUKDF 1 macro
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dpkcs15-authentic.c169 else if (df->type == SC_PKCS15_PUKDF) in authentic_pkcs15_erase_card()
H A Dpkcs15-myeid.c233 SC_PKCS15_PUKDF, in myeid_create_dir()
H A Dpkcs15-iasecc.c146 else if (df->type == SC_PKCS15_PUKDF) in iasecc_pkcs15_erase_card()
H A Dprofile.c158 { "PUKDF", SC_PKCS15_PUKDF },
H A Dpkcs15-lib.c1866 r = sc_pkcs15init_add_object(p15card, profile, SC_PKCS15_PUKDF, object); in sc_pkcs15init_store_public_key()
3315 case SC_PKCS15_PUKDF: in sc_pkcs15init_change_attrib()