Home
last modified time | relevance | path

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

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-data.c112 sc_format_asn1_entry(asn1_com_data_attr + 1, &info.app_oid, NULL, 0); in sc_pkcs15_decode_dodf_entry()
118 sc_init_oid(&info.app_oid); in sc_pkcs15_decode_dodf_entry()
169 if (sc_valid_oid(&info->app_oid)) in sc_pkcs15_encode_dodf_entry()
170 sc_format_asn1_entry(asn1_com_data_attr + 1, &info->app_oid, NULL, 1); in sc_pkcs15_encode_dodf_entry()
H A Dpkcs15.h327 struct sc_object_id app_oid; member
755 const struct sc_object_id *app_oid,
1004 const struct sc_object_id *app_oid; member
H A Dpkcs15.c1440 sc_obj_app_oid(struct sc_pkcs15_object *obj, const struct sc_object_id *app_oid) in sc_obj_app_oid() argument
1443 return sc_compare_oid(&((struct sc_pkcs15_data_info *) obj->data)->app_oid, app_oid); in sc_obj_app_oid()
1555 if (sk->app_oid && !sc_obj_app_oid(obj, sk->app_oid)) in compare_obj_key()
1784 …s15_find_data_object_by_app_oid(struct sc_pkcs15_card *p15card, const struct sc_object_id *app_oid, in sc_pkcs15_find_data_object_by_app_oid() argument
1791 sk.app_oid = app_oid; in sc_pkcs15_find_data_object_by_app_oid()
H A Dp15card-helper.c54 r = sc_format_oid(&obj_info.app_oid, objects[i].aoid); in sc_pkcs15emu_initialize_objects()
H A Dpkcs15-piv.c674 r = sc_format_oid(&obj_info.app_oid, objects[i].aoid); in sc_pkcs15emu_piv_init()
H A Dpkcs15-oberthur.c993 sc_asn1_decode_object_id(oid, oid_len, &dinfo.app_oid); in sc_pkcs15emu_oberthur_add_data()
/dports/net/opennx/opennx-0.16/opensc/
H A Dpkcs15.h232 struct sc_object_id app_oid; member
507 const struct sc_object_id *app_oid,
692 const struct sc_object_id *app_oid; member
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dpkcs15-tool.c471 if (!sc_compare_oid(&oid, &cinfo->app_oid)) in read_data_object()
523 if (sc_valid_oid(&cinfo->app_oid)) { in list_data_objects()
524 printf(" %i", cinfo->app_oid.value[0]); in list_data_objects()
525 for (idx = 1; idx < SC_MAX_OBJECT_ID_OCTETS && cinfo->app_oid.value[idx] != -1 ; idx++) in list_data_objects()
526 printf(".%i", cinfo->app_oid.value[idx]); in list_data_objects()
553 if (sc_valid_oid(&cinfo->app_oid)) { in list_data_objects()
554 printf("\tapplicationOID: %i", cinfo->app_oid.value[0]); in list_data_objects()
555 for (idx = 1; idx < SC_MAX_OBJECT_ID_OCTETS && cinfo->app_oid.value[idx] != -1 ; idx++) in list_data_objects()
556 printf(".%i", cinfo->app_oid.value[idx]); in list_data_objects()
H A Dpkcs15-init.c1437 sc_init_oid(&args.app_oid); in do_store_data_object()
1446 sc_format_oid(&args.app_oid, opt_application_id); in do_store_data_object()
1447 if (opt_application_id && (args.app_oid.value[0] == -1)) { in do_store_data_object()
1642 struct sc_object_id app_oid; in do_delete_objects() local
1646 sc_format_oid(&app_oid, opt_application_id); in do_delete_objects()
1648 r = sc_pkcs15_find_data_object_by_app_oid(g_p15card, &app_oid, &obj); in do_delete_objects()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dpkcs15-init.h264 struct sc_object_id app_oid; member
H A Dpkcs15-iasecc.c1439 sc_init_oid(&data_args.app_oid); in iasecc_md_gemalto_set_default()
1557 sc_init_oid(&data_args.app_oid); in iasecc_md_gemalto_new_prvkey()
H A Dpkcs15-lib.c2137 data_object_info->app_oid = args->app_oid; in sc_pkcs15init_store_data_object()
H A Dpkcs15-oberthur-awp.c1150 r = sc_asn1_encode_object_id(&buf, &buflen, &data_info->app_oid); in awp_encode_data_info()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dframework-pkcs15.c2772 sc_init_oid(&args.app_oid); in pkcs15_create_data()
2813 if (sc_asn1_decode_object_id(attr->pValue, attr->ulValueLen, &args.app_oid)) { in pkcs15_create_data()
5061 if (!sc_valid_oid(&dobj->info->app_oid)) { in pkcs15_dobj_get_attribute()
5065 r = sc_asn1_encode_object_id(NULL, &len, &dobj->info->app_oid); in pkcs15_dobj_get_attribute()
5073 r = sc_asn1_encode_object_id(&buf, &len, &dobj->info->app_oid); in pkcs15_dobj_get_attribute()