HomeSort by: relevance | last modified time | path
    Searched defs:spi (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/tcpdump/dist/
print-enc.c 83 nd_uint32_t spi; member in struct:enchdr
129 * The SPI field is always in network byte order, i.e. big-
146 ND_PRINT("SPI 0x%08x: ", GET_BE_U_4(hdr->spi));
print-esp.c 108 uint32_t spi; /* if == 0, then IKEv2 */ member in struct:sa_list
296 if (sa->spi == 0
561 sa1.spi = 0;
601 /* sa1.spi = 0; */
655 (*ndo->ndo_warning)(ndo, "print_esp: failed to decode spi# %s\n", foo);
659 sa1.spi = spino;
768 ND_PRINT("ESP(spi=0x%08x", GET_BE_U_4(esp->esp_spi));
796 if (sa->spi == GET_BE_U_4(esp->esp_spi) &&
811 if (sa->spi == GET_BE_U_4(esp->esp_spi) &&
print-juniper.c 531 nd_uint32_t spi; member in struct:juniper_ipsec_header
575 ND_PRINT("ES SA, index %u, ttl %u type %s (%u), spi %u, Tunnel %s > %s, length %u\n",
580 GET_BE_U_4(ih->spi),
  /src/sys/dev/fdt/
fdt_spi.c 70 #include <dev/spi/spi_calls.h>
86 struct fdtbus_spi_controller *spi; local
88 spi = kmem_alloc(sizeof(*spi), KM_SLEEP);
89 spi->spi_dev = dev;
90 spi->spi_controller = controller;
92 LIST_INSERT_HEAD(&fdtbus_spi_controllers, spi, spi_next);
101 struct fdtbus_spi_controller *spi;
103 LIST_FOREACH(spi, &fdtbus_spi_controllers, spi_next) {
105 devhandle_to_of(device_handle(spi->spi_dev)))
    [all...]
  /src/sys/netipsec/
ipsec_input.c 188 uint32_t spi; local
193 m_copydata(m, skip, sizeof(spi), &spi);
194 return spi;
196 m_copydata(m, skip + sizeof(spi), sizeof(spi), &spi);
197 return spi;
220 u_int32_t spi; local
247 /* Retrieve the SPI from the relevant IPsec header *
    [all...]
keydb.h 107 u_int32_t spi; /* SPI Value, network byte order */ member in struct:secasvar
key.c 549 /* max count of trial for the decision of spi value */
553 /* minimum spi value to allocate automatically. */
557 /* maximum spi value to allocate automatically. */
637 u_long getspi_count; /* the avarage of count to try to get new SPI */
1246 * of a Security Parameter Index (SPI), an IP Destination Address, and a
1258 u_int32_t spi,
1271 uint32_t hash_key = spi;
1282 * We use cpi to define spi here. In the case where cpi <=
1284 * the real spi. In this case, don't check the spi but check th
5456 u_int32_t spi; local
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.h 75 size_t spisize; /* spi size */
82 uint32_t spi; /* inbound. i.e. --SA-> me */ member in struct:saproto
proposal.c 410 * need to accept 16bit and 32bit SPI (CPI) for IPComp.
421 "IPComp SPI size promoted "
485 newpr->spi = pr2->spi; /* copy my SPI */
486 newpr->spi_p = pr1->spi; /* copy peer's SPI */
737 uint8_t *spi; local
762 /* check spi size */
764 if (sizeof(newpr->spi) < p->prop->spi_size)
    [all...]
isakmp_inf.c 450 } spi;
493 "delete payload with strange spi "
519 "delete payload with strange spi "
529 /* need to handle both 16bit/32bit SPI */
530 memset(&spi, 0, sizeof(spi));
531 if (delete->spi_size == sizeof(spi.spi16[1])) {
532 memcpy(&spi.spi16[1], delete + 1,
533 sizeof(spi.spi16[1]));
534 } else if (delete->spi_size == sizeof(spi.spi32)
449 } spi; local
614 uint8_t *spi; local
    [all...]
ipsec_doi.c 203 "prop#=%d, prot-id=%s, spi-size=%d, #trns=%d\n",
751 /* SPI must be updated later. */
911 "invalid spi size: %d.\n",
1210 /* check SPI length when IKE. */
1404 * NOTE: this function make spi value clear.
1467 * update responder's spi
1477 uint8_t *spi; local
1509 * XXX SPI bits are left-filled, for use with IPComp.
1510 * we should be switching to variable-length spi field...
1512 spi = (uint8_t *)&pr->spi
2851 const uint8_t *spi; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_spi.c 1 /* Blackfin Serial Peripheral Interface (SPI) model
61 bfin_spi_enabled (struct bfin_spi *spi)
63 return (spi->ctl & SPE);
67 bfin_spi_timod (struct bfin_spi *spi)
69 return (spi->ctl & TIMOD);
76 struct bfin_spi *spi = hw_data (me); local
86 mmr_off = addr - spi->base;
87 valuep = (void *)((uintptr_t)spi + mmr_base() + mmr_off);
98 if (bfin_spi_enabled (spi) && bfin_spi_timod (spi) == TDBR_CORE
123 struct bfin_spi *spi = hw_data (me); local
214 struct bfin_spi *spi; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_spi.c 1 /* Blackfin Serial Peripheral Interface (SPI) model
61 bfin_spi_enabled (struct bfin_spi *spi)
63 return (spi->ctl & SPE);
67 bfin_spi_timod (struct bfin_spi *spi)
69 return (spi->ctl & TIMOD);
76 struct bfin_spi *spi = hw_data (me); local
86 mmr_off = addr - spi->base;
87 valuep = (void *)((uintptr_t)spi + mmr_base() + mmr_off);
98 if (bfin_spi_enabled (spi) && bfin_spi_timod (spi) == TDBR_CORE
123 struct bfin_spi *spi = hw_data (me); local
214 struct bfin_spi *spi; local
    [all...]
  /src/sys/arch/hpcmips/dev/
optpoint.c 111 struct tx39spi_softc *spi = sc->sc_spi = device_private(parent); local
119 /* Specific SPI settings for OptPoint of HC-AJ2 */
120 tx39spi_delayval(spi, 0);
121 tx39spi_baudrate(spi, 4); /* SPICLK Rate = 737.3 kHz */
122 tx39spi_word(spi, 0); /* Use 8bits of data */
123 tx39spi_phapol(spi, 0);
124 tx39spi_clkpol(spi, 1);
125 tx39spi_lsb(spi, 0); /* MSB first */
  /src/sys/dev/i2o/
iopsp.c 122 struct i2o_param_hba_scsi_port_info spi; member in union:__anon2606::__anon2607
  /src/crypto/dist/ipsec-tools/src/libipsec/
libpfkey.h 77 u_int32_t spi; /* SA's spi */ member in struct:pfkey_send_sa_args
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
crypto-ec.c 146 const SubjectPublicKeyInfo *spi; local
167 spi = &signer->tbsCertificate.subjectPublicKeyInfo;
169 if (der_heim_oid_cmp(&spi->algorithm.algorithm, ASN1_OID_ID_ECPUBLICKEY) != 0)
176 ret = parse_ECParameters(context, spi->algorithm.parameters, &groupnid);
191 p = spi->subjectPublicKey.data;
192 len = spi->subjectPublicKey.length / 8;
crypto.c 185 const SubjectPublicKeyInfo *spi; local
196 spi = &signer->tbsCertificate.subjectPublicKeyInfo;
198 p = spi->subjectPublicKey.data;
199 size = spi->subjectPublicKey.length / 8;
599 const SubjectPublicKeyInfo *spi; local
606 spi = &signer->tbsCertificate.subjectPublicKeyInfo;
614 ret = decode_DSAPublicKey(spi->subjectPublicKey.data,
615 spi->subjectPublicKey.length / 8,
635 if (spi->algorithm.parameters == NULL) {
641 ret = decode_DSAParams(spi->algorithm.parameters->data
1155 const SubjectPublicKeyInfo *spi; local
1220 const SubjectPublicKeyInfo *spi; local
2534 const SubjectPublicKeyInfo *spi; local
    [all...]
  /src/sys/arch/arm/cortex/
gic_v2m.c 48 gic_v2m_msi_addr(struct gic_v2m_frame *frame, int spi)
51 return frame->frame_reg + ((spi - 32) << 3);
57 gic_v2m_msi_data(struct gic_v2m_frame *frame, int spi)
62 return spi;
70 int spi, n; local
72 for (spi = frame->frame_base;
73 spi < frame->frame_base + frame->frame_count; ) {
74 if (frame->frame_pa[spi] == NULL) {
76 if (frame->frame_pa[spi + n] != NULL)
82 frame->frame_pa[spi + n] = new_pa
109 int spi, n; local
255 const int spi = spi_base + n; local
315 const int spi = spi_base + n; local
336 const int spi = __SHIFTOUT(ih, MD_PCI_INTR_IRQ); local
351 const int spi = __SHIFTOUT(pih[n], MD_PCI_INTR_IRQ); local
    [all...]
  /src/sys/dev/ic/
mpt_netbsd.h 197 } spi; member in union:mpt_softc::__anon3007
198 #define mpt_port_page0 cfg.spi._port_page0
199 #define mpt_port_page1 cfg.spi._port_page1
200 #define mpt_port_page2 cfg.spi._port_page2
201 #define mpt_dev_page0 cfg.spi._dev_page0
202 #define mpt_dev_page1 cfg.spi._dev_page1
203 #define mpt_tag_enable cfg.spi._tag_enable
204 #define mpt_disc_enable cfg.spi._disc_enable
205 #define mpt_report_xfer_mode cfg.spi._report_xfer_mode
isp_tpublic.h 125 } spi; member in union:__anon2827::__anon2829
  /src/crypto/dist/ipsec-tools/src/setkey/
setkey.c 460 * Generate 'spi' array with SPIs matching 'satype', 'srcs', and 'dsts'.
479 uint32_t *spi = NULL; local
593 spi = realloc(spi, max_spi * sizeof(uint32_t));
598 spi[(*num_spi)++] = (uint32_t)ntohl(sa->sadb_sa_spi);
610 free(spi);
615 return spi;
917 "time", "p", "s", "spi", "ltime", "src", "dst");
  /src/sys/dist/pf/net/
if_pfsync.h 38 u_int32_t spi; member in struct:pfsync_tdb
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
Makefile 63 dtb-$(CONFIG_ARCH_K3) += k3-am6xx-phycore-disable-spi-nor.dtbo
136 k3-am625-phyboard-lyra-disable-spi-nor-dtbs := k3-am625-phyboard-lyra-rdk.dtb \
137 k3-am6xx-phycore-disable-spi-nor.dtbo
171 k3-am642-phyboard-electra-disable-spi-nor-dtbs := \
172 k3-am642-phyboard-electra-rdk.dtb k3-am6xx-phycore-disable-spi-nor.dtbo
  /src/sys/dev/usb/
umcpmio_hid_reports.h 406 } spi; member in union:mcp2210_set_nvram_req::__anon3798
493 } spi; member in union:mcp2210_get_nvram_res::__anon3804

Completed in 49 milliseconds

1 2