Home
last modified time | relevance | path

Searched refs:xsc (Results 1 – 25 of 88) sorted by relevance

1234

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_verify.c307 if (ctx->xsc == NULL) in x509_verify_ctx_set_xsc_chain()
350 if (ctx->xsc != NULL && ctx->xsc->chain != NULL) { in x509_verify_ctx_save_xsc_error()
389 if (ctx->xsc == NULL) in x509_verify_ctx_validate_legacy_chain()
440 &ctx->xsc->error, &ctx->xsc->error_depth)) { in x509_verify_ctx_validate_legacy_chain()
443 ctx->xsc->error_depth, ctx->xsc->error, 0)) in x509_verify_ctx_validate_legacy_chain()
535 return (ctx->xsc->check_issued(ctx->xsc, child, parent)); in x509_verify_potential_parent()
648 return ctx->xsc->verify_cb(ok, ctx->xsc); in x509_verify_cert_error()
702 if ((ret = ctx->xsc->get_issuer(&candidate, ctx->xsc, cert)) < 0) { in x509_verify_build_chains()
973 if (xsc == NULL) in x509_verify_ctx_new_from_xsc()
979 ctx->xsc = xsc; in x509_verify_ctx_new_from_xsc()
[all …]
H A Dx509_internal.h68 X509_STORE_CTX *xsc; member
101 struct x509_verify_ctx *x509_verify_ctx_new_from_xsc(X509_STORE_CTX *xsc);
/dragonfly/sys/dev/netif/tl/
H A Dif_tl.c1395 sc = xsc; in tl_intvec_rxeof()
1458 sc = xsc; in tl_intvec_rxeoc()
1479 sc = xsc; in tl_intvec_txeof()
1530 sc = xsc; in tl_intvec_txeoc()
1563 sc = xsc; in tl_intvec_adchk()
1584 sc = xsc; in tl_intvec_netsts()
1595 tl_intr(void *xsc) in tl_intr() argument
1604 sc = xsc; in tl_intr()
1666 tl_stats_update(void *xsc) in tl_stats_update() argument
1688 sc = xsc; in tl_stats_update_serialized()
[all …]
/dragonfly/sys/dev/disk/nata/
H A Data-dma.c82 ata_dmasetupc_cb(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetupc_cb() argument
84 struct ata_dc_cb_args *cba = (struct ata_dc_cb_args *)xsc; in ata_dmasetupc_cb()
200 ata_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_dmasetprd() argument
202 struct ata_dmasetprd_args *args = xsc; in ata_dmasetprd()
/dragonfly/sys/dev/virtual/virtio/random/
H A Dvirtio_random.c222 vtrnd_timer(void *xsc) in vtrnd_timer() argument
226 sc = xsc; in vtrnd_timer()
/dragonfly/crypto/libressl/ssl/
H A Dtls13_server.c636 X509_STORE_CTX *xsc = NULL; in tls13_server_certificate_send() local
660 if ((xsc = X509_STORE_CTX_new()) == NULL) in tls13_server_certificate_send()
662 if (!X509_STORE_CTX_init(xsc, s->ctx->cert_store, cpk->x509, NULL)) in tls13_server_certificate_send()
664 X509_VERIFY_PARAM_set_flags(X509_STORE_CTX_get0_param(xsc), in tls13_server_certificate_send()
666 X509_verify_cert(xsc); in tls13_server_certificate_send()
668 chain = X509_STORE_CTX_get0_chain(xsc); in tls13_server_certificate_send()
705 X509_STORE_CTX_free(xsc); in tls13_server_certificate_send()
/dragonfly/sys/dev/misc/aperf/
H A Daperf.c151 aperf_sensor_task(void *xsc) in aperf_sensor_task() argument
153 struct aperf_softc *sc = xsc; in aperf_sensor_task()
/dragonfly/sys/dev/misc/ecc/
H A Decc_amd8000.c177 ecc_amd8000_callout(void *xsc) in ecc_amd8000_callout() argument
179 struct ecc_amd8000_softc *sc = xsc; in ecc_amd8000_callout()
H A Decc_x3400.c182 ecc_x3400_callout(void *xsc) in ecc_x3400_callout() argument
184 struct ecc_x3400_softc *sc = xsc; in ecc_x3400_callout()
/dragonfly/sys/netgraph/eiface/
H A Dng_eiface.c91 static void ng_eiface_init(void *xsc);
201 ng_eiface_init(void *xsc) in ng_eiface_init() argument
203 priv_p sc = xsc; in ng_eiface_init()
/dragonfly/sys/netgraph7/eiface/
H A Dng_eiface.c84 static void ng_eiface_init(void *xsc);
190 ng_eiface_init(void *xsc) in ng_eiface_init() argument
192 priv_p sc = xsc; in ng_eiface_init()
/dragonfly/sys/dev/netif/lge/
H A Dif_lge.c978 lge_tick(void *xsc) in lge_tick() argument
980 struct lge_softc *sc = xsc; in lge_tick()
984 lge_tick_serialized(xsc); in lge_tick()
989 lge_tick_serialized(void *xsc) in lge_tick_serialized() argument
991 struct lge_softc *sc = xsc; in lge_tick_serialized()
1199 lge_init(void *xsc) in lge_init() argument
1201 struct lge_softc *sc = xsc; in lge_init()
/dragonfly/contrib/binutils-2.27/ld/
H A Dgenscripts.sh348 COMBRELOC=ldscripts/${EMULATION_NAME}.xsc.tmp
352 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xsc
/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c1797 vtnet_rx_msix_intr(void *xsc) in vtnet_rx_msix_intr() argument
1803 sc = xsc; in vtnet_rx_msix_intr()
1829 vtnet_rx_vq_intr(void *xsc) in vtnet_rx_vq_intr() argument
1831 struct vtnet_softc *sc = xsc; in vtnet_rx_vq_intr()
1834 vtnet_rx_msix_intr(xsc); in vtnet_rx_vq_intr()
2167 vtnet_tx_msix_intr(void *xsc) in vtnet_tx_msix_intr() argument
2173 sc = xsc; in vtnet_tx_msix_intr()
2200 vtnet_tx_vq_intr(void *xsc) in vtnet_tx_vq_intr() argument
2205 vtnet_tx_msix_intr(xsc); in vtnet_tx_vq_intr()
2294 vtnet_init(void *xsc) in vtnet_init() argument
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dx509.c1390 X509_STORE_CTX *xsc = NULL; in x509_certify() local
1398 if ((xsc = X509_STORE_CTX_new()) == NULL) in x509_certify()
1400 if (!X509_STORE_CTX_init(xsc, ctx, x, NULL)) { in x509_certify()
1415 X509_STORE_CTX_set_cert(xsc, x); in x509_certify()
1416 X509_STORE_CTX_set_flags(xsc, X509_V_FLAG_CHECK_SS_SIGNATURE); in x509_certify()
1417 if (!x509_config.reqfile && X509_verify_cert(xsc) <= 0) in x509_certify()
1457 X509_STORE_CTX_free(xsc); in x509_certify()
/dragonfly/sys/dev/netif/fxp/
H A Dif_fxp.c200 static void fxp_intr(void *xsc);
204 static void fxp_init(void *xsc);
205 static void fxp_tick(void *xsc);
1255 fxp_intr(void *xsc) in fxp_intr() argument
1257 struct fxp_softc *sc = xsc; in fxp_intr()
1440 fxp_tick(void *xsc) in fxp_tick() argument
1442 struct fxp_softc *sc = xsc; in fxp_tick()
1635 fxp_init(void *xsc) in fxp_init() argument
1637 struct fxp_softc *sc = xsc; in fxp_init()
/dragonfly/sys/dev/netif/ste/
H A Dif_ste.c579 ste_intr(void *xsc) in ste_intr() argument
585 sc = xsc; in ste_intr()
780 ste_stats_update(void *xsc) in ste_stats_update() argument
786 sc = xsc; in ste_stats_update()
1120 ste_init(void *xsc) in ste_init() argument
1126 sc = xsc; in ste_init()
/dragonfly/sys/dev/acpica/
H A Dacpi_cpu.c325 acpi_cpu_notify(ACPI_HANDLE handle __unused, UINT32 notify, void *xsc) in acpi_cpu_notify() argument
327 struct acpi_cpu_softc *sc = xsc; in acpi_cpu_notify()
/dragonfly/sys/dev/netif/mii_layer/
H A Dmlphy.c196 mlphy_service(struct mii_softc *xsc, struct mii_data *mii, int cmd) in mlphy_service() argument
201 struct mlphy_softc *msc = (struct mlphy_softc *)xsc; in mlphy_service()
/dragonfly/sys/dev/virtual/hyperv/vmbus/
H A Dvmbus.c800 vmbus_synic_setup(void *xsc) in vmbus_synic_setup() argument
802 struct vmbus_softc *sc = xsc; in vmbus_synic_setup()
909 vmbus_timer_restart(void *xsc) in vmbus_timer_restart() argument
911 struct vmbus_softc *sc = xsc; in vmbus_timer_restart()
/dragonfly/gnu/usr.bin/binutils234/block2/ld/
H A DMakefile29 ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw
/dragonfly/sys/dev/netif/bfe/
H A Dif_bfe.c1152 bfe_intr(void *xsc) in bfe_intr() argument
1154 struct bfe_softc *sc = xsc; in bfe_intr()
1354 bfe_init(void *xsc) in bfe_init() argument
1356 struct bfe_softc *sc = (struct bfe_softc*)xsc; in bfe_init()
1485 bfe_tick(void *xsc) in bfe_tick() argument
1487 struct bfe_softc *sc = xsc; in bfe_tick()
/dragonfly/gnu/usr.bin/binutils227/block2/ld/
H A DMakefile29 ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw
/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-ahci.c33 static void ata_ahci_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error);
531 ata_ahci_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error) in ata_ahci_dmasetprd() argument
533 struct ata_dmasetprd_args *args = xsc; in ata_ahci_dmasetprd()
H A Data-marvell.c36 static void ata_marvell_edma_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, int error);
526 ata_marvell_edma_dmasetprd(void *xsc, bus_dma_segment_t *segs, int nsegs, in ata_marvell_edma_dmasetprd() argument
529 struct ata_dmasetprd_args *args = xsc; in ata_marvell_edma_dmasetprd()

1234