Home
last modified time | relevance | path

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

/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dpkcs15-cert.c39 parse_x509_cert(sc_context_t *ctx, struct sc_pkcs15_der *der, struct sc_pkcs15_cert *cert) in parse_x509_cert()
245 sc_pkcs15_get_extension(struct sc_context *ctx, struct sc_pkcs15_cert *cert, in sc_pkcs15_get_extension()
323 struct sc_pkcs15_cert *cert, const struct sc_object_id *type, in sc_pkcs15_get_bitstring_extension()
352 struct sc_pkcs15_cert * cert; in sc_pkcs15_pubkey_from_cert()
354 cert = calloc(1, sizeof(struct sc_pkcs15_cert)); in sc_pkcs15_pubkey_from_cert()
370 struct sc_pkcs15_cert **cert_out) in sc_pkcs15_read_certificate()
373 struct sc_pkcs15_cert *cert = NULL; in sc_pkcs15_read_certificate()
394 cert = malloc(sizeof(struct sc_pkcs15_cert)); in sc_pkcs15_read_certificate()
399 memset(cert, 0, sizeof(struct sc_pkcs15_cert)); in sc_pkcs15_read_certificate()
646 sc_pkcs15_free_certificate(struct sc_pkcs15_cert *cert) in sc_pkcs15_free_certificate()
H A Dpkcs15.h292 struct sc_pkcs15_cert { struct
308 typedef struct sc_pkcs15_cert sc_pkcs15_cert_t; argument
765 struct sc_pkcs15_cert **cert);
766 void sc_pkcs15_free_certificate(struct sc_pkcs15_cert *cert);
778 struct sc_pkcs15_cert *cert,
783 struct sc_pkcs15_cert *cert,
/dports/net/opennx/opennx-0.16/opensc/
H A Dpkcs15.h192 struct sc_pkcs15_cert { struct
207 typedef struct sc_pkcs15_cert sc_pkcs15_cert_t; argument
517 struct sc_pkcs15_cert **cert);
518 void sc_pkcs15_free_certificate(struct sc_pkcs15_cert *cert);
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dpkcs15-tool.c270 struct sc_pkcs15_cert *cert_parsed = NULL; in print_cert_info()
433 struct sc_pkcs15_cert *cert; in read_certificate()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dframework-pkcs15.c85 struct sc_pkcs15_cert * cert_data;
672 struct sc_pkcs15_cert *p15_cert = NULL; in __pkcs15_create_cert_object()
950 struct sc_pkcs15_cert *c1 = cert->cert_data; in __pkcs15_cert_bind_related()
963 struct sc_pkcs15_cert *c2; in __pkcs15_cert_bind_related()
3589 struct sc_pkcs15_cert *cert_data = cert->cert_data; in pkcs15_cert_release()
/dports/security/opensc/OpenSC-0.22.0/src/minidriver/
H A Dminidriver.c1440 struct sc_pkcs15_cert *cert = NULL; in md_fs_read_msroots_file()
1540 struct sc_pkcs15_cert *cert = NULL; in md_fs_read_content()
3556 struct sc_pkcs15_cert *cert = NULL; in CardGetContainerInfo()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dpkcs15-oberthur-awp.c1454 struct sc_pkcs15_cert *p15cert = NULL; in awp_update_df_create_prvkey()
/dports/net/opennx/opennx-0.16/patches/
H A Dnxssh-dynopensc.patch39725 + const struct sc_pkcs15_cert_info *, struct sc_pkcs15_cert **) = NULL;
39726 +static void (*OPENSC_FUNC(pkcs15_free_certificate))(struct sc_pkcs15_cert *) = NULL;