Home
last modified time | relevance | path

Searched defs:p15card (Results 1 – 25 of 77) sorted by relevance

1234

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-syn.c319 int sc_pkcs15emu_add_pin_obj(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_pin_obj()
331 int sc_pkcs15emu_add_rsa_prkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_rsa_prkey()
345 int sc_pkcs15emu_add_rsa_pubkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_rsa_pubkey()
356 int sc_pkcs15emu_add_ec_prkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_ec_prkey()
370 int sc_pkcs15emu_add_ec_pubkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_ec_pubkey()
381 int sc_pkcs15emu_add_eddsa_prkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_eddsa_prkey()
395 int sc_pkcs15emu_add_eddsa_pubkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_eddsa_pubkey()
406 int sc_pkcs15emu_add_xeddsa_prkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_xeddsa_prkey()
420 int sc_pkcs15emu_add_xeddsa_pubkey(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_xeddsa_pubkey()
431 int sc_pkcs15emu_add_x509_cert(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_add_x509_cert()
[all …]
H A Dpkcs15-cardos.c42 static int cardos_fix_token_info(sc_pkcs15_card_t *p15card) in cardos_fix_token_info()
137 cardos_pkcs15emu_detect_card(sc_pkcs15_card_t *p15card) in cardos_pkcs15emu_detect_card()
150 sc_pkcs15emu_cardos_init(struct sc_pkcs15_card *p15card, struct sc_aid *aid) in sc_pkcs15emu_cardos_init()
171 sc_pkcs15emu_cardos_init_ex(struct sc_pkcs15_card *p15card, struct sc_aid *aid) in sc_pkcs15emu_cardos_init_ex()
H A Dpkcs15-iasecc.c45 _iasecc_md_update_keyinfo(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *dobj, int defaul… in _iasecc_md_update_keyinfo()
112 _iasecc_cpx_fixup_prkdf(struct sc_pkcs15_card *p15card) in _iasecc_cpx_fixup_prkdf()
140 _iasecc_parse_df(struct sc_pkcs15_card *p15card, struct sc_pkcs15_df *df) in _iasecc_parse_df()
224 iasecc_pkcs15emu_detect_card(sc_pkcs15_card_t *p15card) in iasecc_pkcs15emu_detect_card()
237 sc_pkcs15emu_iasecc_init (struct sc_pkcs15_card *p15card, struct sc_aid *aid) in sc_pkcs15emu_iasecc_init()
253 sc_pkcs15emu_iasecc_init_ex(struct sc_pkcs15_card *p15card, struct sc_aid *aid) in sc_pkcs15emu_iasecc_init_ex()
H A Dpkcs15.c444 fix_authentic_ddo(struct sc_pkcs15_card *p15card) in fix_authentic_ddo()
526 sc_pkcs15_get_lastupdate(struct sc_pkcs15_card *p15card) in sc_pkcs15_get_lastupdate()
703 struct sc_pkcs15_card *p15card; in sc_pkcs15_card_new() local
773 sc_pkcs15_free_app(struct sc_pkcs15_card *p15card) in sc_pkcs15_free_app()
785 sc_pkcs15_card_free(struct sc_pkcs15_card *p15card) in sc_pkcs15_card_free()
817 sc_pkcs15_card_clear(struct sc_pkcs15_card *p15card) in sc_pkcs15_card_clear()
1216 struct sc_pkcs15_card *p15card = NULL; in sc_pkcs15_bind() local
1311 sc_pkcs15_unbind(struct sc_pkcs15_card *p15card) in sc_pkcs15_unbind()
1892 sc_pkcs15_remove_objects(struct sc_pkcs15_card *p15card) in sc_pkcs15_remove_objects()
1970 sc_pkcs15_remove_dfs(struct sc_pkcs15_card *p15card) in sc_pkcs15_remove_dfs()
[all …]
H A Dpkcs15-tcos.c37 sc_pkcs15_card_t *p15card, in insert_cert()
95 sc_pkcs15_card_t *p15card, in insert_key()
192 sc_pkcs15_card_t *p15card, in insert_pin()
293 sc_pkcs15_card_t *p15card in detect_netkey()
387 sc_pkcs15_card_t *p15card in detect_idkey()
431 sc_pkcs15_card_t *p15card in detect_signtrust()
461 sc_pkcs15_card_t *p15card in detect_datev()
482 sc_pkcs15_card_t *p15card in detect_unicard()
518 sc_pkcs15_card_t *p15card, in sc_pkcs15emu_tcos_init_ex()
H A Dp15card-helper.c40 int sc_pkcs15emu_initialize_objects(sc_pkcs15_card_t *p15card, p15data_items *items) { in sc_pkcs15emu_initialize_objects()
80 static int add_private_key(sc_pkcs15_card_t *p15card, const prdata* key, int usage, int modulus_len… in add_private_key()
111 static int add_public_key(sc_pkcs15_card_t *p15card, const pubdata *key, int usage, int modulus_len… in add_public_key()
218 int sc_pkcs15emu_initialize_certificates(sc_pkcs15_card_t *p15card, p15data_items* items) { in sc_pkcs15emu_initialize_certificates()
280 int sc_pkcs15emu_initialize_pins(sc_pkcs15_card_t *p15card, p15data_items* items) { in sc_pkcs15emu_initialize_pins()
315 int sc_pkcs15emu_initialize_private_keys(sc_pkcs15_card_t *p15card, p15data_items* items) { in sc_pkcs15emu_initialize_private_keys()
328 int sc_pkcs15emu_initialize_public_keys(sc_pkcs15_card_t *p15card, p15data_items *items) { in sc_pkcs15emu_initialize_public_keys()
342 int sc_pkcs15emu_initialize_all(sc_pkcs15_card_t *p15card, p15data_items* items) { in sc_pkcs15emu_initialize_all()
H A Dpkcs15-esinit.c32 static int entersafe_detect_card( sc_pkcs15_card_t *p15card) in entersafe_detect_card()
45 static int sc_pkcs15emu_entersafe_init( sc_pkcs15_card_t *p15card) in sc_pkcs15emu_entersafe_init()
75 int sc_pkcs15emu_entersafe_init_ex(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_entersafe_init_ex()
H A Dpkcs15-gids.c42 static int sc_pkcs15emu_gids_add_prkey(sc_pkcs15_card_t * p15card, sc_cardctl_gids_get_container_t … in sc_pkcs15emu_gids_add_prkey()
113 static int sc_pkcs15emu_gids_init (sc_pkcs15_card_t * p15card) in sc_pkcs15emu_gids_init()
233 int sc_pkcs15emu_gids_init_ex(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_gids_init_ex()
244 int sc_pkcs15emu_gids_init_ex(sc_pkcs15_card_t *p15card, in sc_pkcs15emu_gids_init_ex()
H A Dpkcs15-pin.c84 sc_pkcs15_decode_aodf_entry(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *obj, in sc_pkcs15_decode_aodf_entry()
260 _validate_pin(struct sc_pkcs15_card *p15card, struct sc_pkcs15_auth_info *auth_info, size_t pinlen) in _validate_pin()
297 sc_pkcs15_verify_pin(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *pin_obj, in sc_pkcs15_verify_pin()
338 _sc_pkcs15_verify_pin(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *pin_obj, in _sc_pkcs15_verify_pin()
352 int sc_pkcs15_verify_pin_with_session_pin(struct sc_pkcs15_card *p15card, in sc_pkcs15_verify_pin_with_session_pin()
485 int sc_pkcs15_change_pin(struct sc_pkcs15_card *p15card, in sc_pkcs15_change_pin()
575 int sc_pkcs15_unblock_pin(struct sc_pkcs15_card *p15card, in sc_pkcs15_unblock_pin()
698 int sc_pkcs15_get_pin_info(struct sc_pkcs15_card *p15card, in sc_pkcs15_get_pin_info()
753 void sc_pkcs15_pincache_add(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *pin_obj, in sc_pkcs15_pincache_add()
810 sc_pkcs15_pincache_revalidate(struct sc_pkcs15_card *p15card, const sc_pkcs15_object_t *obj) in sc_pkcs15_pincache_revalidate()
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dpkcs15-gids.c44 gids_select_key_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in gids_select_key_reference()
55 gids_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_pkcs15_object_t *obj) in gids_create_key()
66 gids_generate_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in gids_generate_key()
79 gids_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_pkcs15_object_t *object, in gids_store_key()
89 gids_delete_object(struct sc_profile *profile, struct sc_pkcs15_card * p15card, in gids_delete_object()
106 static int gids_emu_update_any_df(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in gids_emu_update_any_df()
115 static int gids_save_certificate(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *object, s… in gids_save_certificate()
131 static int gids_emu_store_data(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in gids_emu_store_data()
156 static int gids_emu_update_tokeninfo(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in gids_emu_update_tokeninfo()
H A Dpkcs15-sc-hsm.c53 static int sc_hsm_delete_ef(sc_pkcs15_card_t *p15card, u8 prefix, u8 id) in sc_hsm_delete_ef()
112 static int sc_hsm_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in sc_hsm_create_key()
122 static int sc_hsm_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in sc_hsm_store_key()
131 static int sc_hsm_determine_free_id(struct sc_pkcs15_card *p15card, u8 range) in sc_hsm_determine_free_id()
157 static int sc_hsm_encode_gakp_rsa(struct sc_pkcs15_card *p15card, sc_cvc_t *cvc, int keysize) { in sc_hsm_encode_gakp_rsa()
246 static int sc_hsm_generate_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in sc_hsm_generate_key()
346 static int sc_hsm_emu_store_cert(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in sc_hsm_emu_store_cert()
381 static int sc_hsm_emu_delete_cert(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in sc_hsm_emu_delete_cert()
421 static int sc_hsm_emu_store_data(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in sc_hsm_emu_store_data()
522 static int sc_hsm_emu_update_cd(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in sc_hsm_emu_update_cd()
[all …]
H A Dpkcs15-muscle.c43 static int muscle_erase_card(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in muscle_erase_card()
60 static int muscle_init_card(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in muscle_init_card()
66 muscle_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_file_t *df) in muscle_create_dir()
89 muscle_create_pin(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in muscle_create_pin()
108 muscle_select_pin_reference(sc_profile_t *profike, sc_pkcs15_card_t *p15card, in muscle_select_pin_reference()
137 muscle_select_key_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in muscle_select_key_reference()
152 muscle_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in muscle_create_key()
162 muscle_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in muscle_store_key()
220 muscle_generate_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in muscle_generate_key()
H A Dpkcs15-westcos.c44 sc_pkcs15_card_t *p15card) in westcos_pkcs15init_init_card()
57 sc_pkcs15_card_t *p15card, in westcos_pkcs15init_create_dir()
76 sc_pkcs15_card_t *p15card, in westcos_pkcs15_select_pin_reference()
96 sc_pkcs15_card_t *p15card, in westcos_pkcs15_create_pin()
182 sc_pkcs15_card_t *p15card, in westcos_pkcs15init_create_key()
198 sc_pkcs15_card_t *p15card, in westcos_pkcs15init_store_key()
209 sc_pkcs15_card_t *p15card, in westcos_pkcs15init_generate_key()
H A Dpkcs15-openpgp.c45 static int openpgp_erase(struct sc_profile *profile, sc_pkcs15_card_t *p15card) in openpgp_erase()
58 static int openpgp_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_create_dir()
70 sc_pkcs15_card_t *p15card, sc_pkcs15_auth_info_t *auth_info) in openpgp_select_pin_reference()
86 static int openpgp_create_pin(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_create_pin()
96 static int openpgp_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_create_key()
115 static int openpgp_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_store_key()
366 static int openpgp_generate_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_generate_key()
402 static int openpgp_emu_update_any_df(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_emu_update_any_df()
411 static int openpgp_emu_update_tokeninfo(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in openpgp_emu_update_tokeninfo()
420 static int openpgp_store_data(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in openpgp_store_data()
H A Dpkcs15-oberthur-awp.c89 awp_new_file(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in awp_new_file()
562 awp_set_certificate_info (struct sc_pkcs15_card *p15card, in awp_set_certificate_info()
636 awp_update_object_list(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in awp_update_object_list()
764 awp_encode_key_info(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *obj, in awp_encode_key_info()
927 awp_encode_cert_info(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *obj, in awp_encode_cert_info()
1117 awp_encode_data_info(struct sc_pkcs15_card *p15card, struct sc_pkcs15_object *obj, in awp_encode_data_info()
1186 awp_set_data_info (struct sc_pkcs15_card *p15card, struct sc_profile *profile, in awp_set_data_info()
1330 awp_update_key_info(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in awp_update_key_info()
1617 awp_update_df_create(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in awp_update_df_create()
1652 awp_delete_from_container(struct sc_pkcs15_card *p15card, in awp_delete_from_container()
[all …]
H A Dpkcs15-oberthur.c58 cosm_write_tokeninfo (struct sc_pkcs15_card *p15card, struct sc_profile *profile, in cosm_write_tokeninfo()
120 cosm_delete_file(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in cosm_delete_file()
162 cosm_erase_card(struct sc_profile *profile, struct sc_pkcs15_card *p15card) in cosm_erase_card()
221 cosm_create_dir(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_create_dir()
338 cosm_update_pin(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_update_pin()
418 cosm_create_pin(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_create_pin()
594 cosm_generate_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_generate_key()
679 cosm_create_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_create_key()
729 cosm_store_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_store_key()
773 cosm_emu_update_dir (struct sc_profile *profile, struct sc_pkcs15_card *p15card, in cosm_emu_update_dir()
[all …]
H A Dpkcs15-entersafe.c63 static int entersafe_erase_card(struct sc_profile *profile, sc_pkcs15_card_t *p15card) in entersafe_erase_card()
73 static int entersafe_init_card(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in entersafe_init_card()
147 static int entersafe_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_create_dir()
249 static int entersafe_pin_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_pin_reference()
265 static int entersafe_create_pin(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_create_pin()
324 static int entersafe_key_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_key_reference()
335 static int entersafe_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_create_key()
342 static int entersafe_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_store_key()
393 static int entersafe_generate_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in entersafe_generate_key()
470 static int entersafe_sanity_check(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in entersafe_sanity_check()
H A Dpkcs15-rtecp.c40 static int rtecp_erase(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in rtecp_erase()
86 static int rtecp_init(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in rtecp_init()
130 static int rtecp_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_file_t *df) in rtecp_create_dir()
140 static int rtecp_select_pin_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in rtecp_select_pin_reference()
164 static int rtecp_create_pin(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in rtecp_create_pin()
258 sc_pkcs15_card_t *p15card, sc_pkcs15_prkey_info_t *key_info) in rtecp_select_key_reference()
283 static int rtecp_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in rtecp_create_key()
411 static int rtecp_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in rtecp_store_key()
545 static int rtecp_generate_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in rtecp_generate_key()
641 static int rtecp_delete_object(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in rtecp_delete_object()
H A Dpkcs15-epass2003.c36 struct sc_pkcs15_card *p15card) in epass2003_pkcs15_erase_card()
47 struct sc_pkcs15_card *p15card) in epass2003_pkcs15_init_card()
95 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_create_dir()
192 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_pin_reference()
208 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_create_pin()
297 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_key_reference()
399 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_create_key()
409 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_store_key()
496 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_generate_key()
717 struct sc_pkcs15_card *p15card, in epass2003_pkcs15_delete_object()
[all …]
H A Dpkcs15-authentic.c113 authentic_pkcs15_delete_file(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in authentic_pkcs15_delete_file()
147 authentic_pkcs15_erase_card(struct sc_profile *profile, struct sc_pkcs15_card *p15card) in authentic_pkcs15_erase_card()
412 authentic_pkcs15_fix_file_access_rule(struct sc_pkcs15_card *p15card, struct sc_file *file, in authentic_pkcs15_fix_file_access_rule()
453 authentic_pkcs15_fix_access(struct sc_pkcs15_card *p15card, struct sc_file *file, in authentic_pkcs15_fix_access()
521 authentic_pkcs15_create_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in authentic_pkcs15_create_key()
605 authentic_pkcs15_generate_key(struct sc_profile *profile, sc_pkcs15_card_t *p15card, in authentic_pkcs15_generate_key()
675 authentic_pkcs15_store_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in authentic_pkcs15_store_key()
827 authentic_emu_store_data(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in authentic_emu_store_data()
874 authentic_pkcs15_init_card(struct sc_profile *profile, struct sc_pkcs15_card *p15card) in authentic_pkcs15_init_card()
881 authentic_pkcs15_create_dir(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in authentic_pkcs15_create_dir()
[all …]
H A Dpkcs15-jcop.c42 jcop_erase_card(struct sc_profile *pro, sc_pkcs15_card_t *p15card) { in jcop_erase_card()
49 jcop_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_file_t *file) in jcop_create_dir()
59 jcop_select_pin_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in jcop_select_pin_reference()
88 jcop_create_pin(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_file_t *df, in jcop_create_pin()
136 jcop_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_pkcs15_object_t *obj) in jcop_create_key()
207 jcop_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in jcop_store_key()
243 jcop_generate_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in jcop_generate_key()
H A Dpkcs15-iasecc.c83 iasecc_pkcs15_delete_file(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in iasecc_pkcs15_delete_file()
118 iasecc_pkcs15_erase_card(struct sc_profile *profile, struct sc_pkcs15_card *p15card) in iasecc_pkcs15_erase_card()
673 iasecc_pkcs15_get_auth_id_from_se(struct sc_pkcs15_card *p15card, unsigned char scb, in iasecc_pkcs15_get_auth_id_from_se()
761 iasecc_pkcs15_fix_file_access(struct sc_pkcs15_card *p15card, struct sc_file *file, in iasecc_pkcs15_fix_file_access()
838 iasecc_sdo_store_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in iasecc_sdo_store_key()
879 iasecc_pkcs15_add_algorithm_reference(struct sc_pkcs15_card *p15card, in iasecc_pkcs15_add_algorithm_reference()
1053 iasecc_pkcs15_create_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in iasecc_pkcs15_create_key()
1111 iasecc_pkcs15_generate_key(struct sc_profile *profile, sc_pkcs15_card_t *p15card, in iasecc_pkcs15_generate_key()
1209 iasecc_pkcs15_store_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in iasecc_pkcs15_store_key()
1681 iasecc_store_cert(struct sc_pkcs15_card *p15card, struct sc_profile *profile, in iasecc_store_cert()
[all …]
H A Dpkcs15-lib.c768 struct sc_pkcs15_card *p15card = profile->p15_spec; in sc_pkcs15init_add_app() local
936 sc_pkcs15init_store_puk(struct sc_pkcs15_card *p15card, in sc_pkcs15init_store_puk()
1060 sc_pkcs15init_create_pin(struct sc_pkcs15_card *p15card, in sc_pkcs15init_create_pin()
1970 sc_pkcs15init_store_certificate(struct sc_pkcs15_card *p15card, in sc_pkcs15init_store_certificate()
2079 sc_pkcs15init_store_data_object(struct sc_pkcs15_card *p15card, in sc_pkcs15init_store_data_object()
2960 sc_pkcs15init_update_dir(struct sc_pkcs15_card *p15card, in sc_pkcs15init_update_dir()
3105 sc_pkcs15init_update_any_df(struct sc_pkcs15_card *p15card, in sc_pkcs15init_update_any_df()
3981 struct sc_pkcs15_card *p15card, struct sc_file *file, in sc_pkcs15init_update_file()
4115 struct sc_pkcs15_card *p15card, struct sc_file *file) in sc_pkcs15init_fixup_file()
4167 sc_pkcs15init_get_pin_path(struct sc_pkcs15_card *p15card, in sc_pkcs15init_get_pin_path()
[all …]
H A Dpkcs15-asepcos.c34 static int asepcos_cond_delete(sc_profile_t *pro, sc_pkcs15_card_t *p15card, in asepcos_cond_delete()
59 static int asepcos_check_verify_tpin(sc_profile_t *profile, sc_pkcs15_card_t *p15card) in asepcos_check_verify_tpin()
95 static int asepcos_erase(struct sc_profile *profile, sc_pkcs15_card_t *p15card) in asepcos_erase()
131 static int asepcos_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in asepcos_create_dir()
171 sc_pkcs15_card_t *p15card, sc_pkcs15_auth_info_t *auth_info) in asepcos_select_pin_reference()
342 static int asepcos_create_pin(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in asepcos_create_pin()
473 static int asepcos_do_authenticate(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in asepcos_do_authenticate()
564 static int asepcos_create_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in asepcos_create_key()
653 static int asepcos_do_store_rsa_key(sc_pkcs15_card_t *p15card, sc_profile_t *profile, in asepcos_do_store_rsa_key()
722 static int asepcos_store_key(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in asepcos_store_key()
[all …]
H A Dpkcs15-myeid.c60 myeid_delete_object(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in myeid_delete_object()
71 myeid_get_init_applet_data(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in myeid_get_init_applet_data()
152 myeid_erase_card(struct sc_profile *profile, struct sc_pkcs15_card *p15card) { in myeid_erase_card()
187 sc_pkcs15_card_t *p15card) { in myeid_init_card()
217 myeid_create_dir(sc_profile_t *profile, sc_pkcs15_card_t *p15card, sc_file_t *df) { in myeid_create_dir()
276 myeid_select_pin_reference(sc_profile_t *profile, sc_pkcs15_card_t *p15card, in myeid_select_pin_reference()
304 myeid_create_pin(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in myeid_create_pin()
454 _add_supported_algo(struct sc_profile *profile, struct sc_pkcs15_card *p15card, struct sc_pkcs15_ob… in _add_supported_algo()
522 myeid_create_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in myeid_create_key()
671 myeid_store_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card, in myeid_store_key()
[all …]

1234