HomeSort by relevance Sort by last modified time
    Searched refs:cis (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 80 CipherInputStream cis = new CipherInputStream(tis){}; local
83 if ((byte) cis.read() != data[i]) {
88 if (cis.read() != -1) {
106 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
109 if ((res = (byte) cis.read()) != data[i]) {
114 if (cis.read() != -1) {
133 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
139 int got = cis.read(result); // the number of got bytes
153 got += cis.read(result);
156 if (cis.read(result) != -1)
177 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
221 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
265 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
283 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
301 CipherInputStream cis = new CipherInputStream(tis, new NullCipher()); local
323 CipherInputStream cis = new CipherInputStream(bais, c); local
    [all...]
  /external/qemu/hw/
pcmcia.h 24 const uint8_t *cis; member in struct:PCMCIACardState
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh.c 314 bcmsdh_cis_read(void *sdh, uint func, uint8 *cis, uint length)
328 ASSERT(cis);
331 status = sdioh_cis_read(bcmsdh->sdioh, func, cis, length);
339 bcopy(cis, tmp_buf, length);
340 for (tmp_ptr = tmp_buf, ptr = cis; ptr < (cis + length - 4); tmp_ptr++) {
bcmsdh_sdmmc.c 92 /* Get the Card's common CIS address */
95 sd_info(("%s: Card's Common CIS Ptr = 0x%x\n", __FUNCTION__, sd->com_cis_ptr));
97 /* Get the Card's function CIS (for each function) */
101 sd_info(("%s: Function %d CIS Ptr = 0x%x\n",
106 sd_info(("%s: Card's Common CIS Ptr = 0x%x\n", __FUNCTION__, sd->com_cis_ptr));
731 uint8 *cis = cisd; local
736 bzero(cis, length);
746 sd_err(("%s: regread failed: Can't read CIS\n", __FUNCTION__));
750 *cis = (uint8)(foo & 0xff);
751 cis++
    [all...]
bcmsdspi.c 540 uint8 *cis = cisd; local
545 bzero(cis, length);
550 *cis = 0;
554 sd_err(("%s: regread failed: Can't read CIS\n", __FUNCTION__));
558 *cis = (uint8)(foo & 0xff);
559 cis++;
1020 /* Get the Card's common CIS address */
1032 sd_info(("%s: Card's Common CIS Ptr = 0x%x\n", __FUNCTION__, sd->com_cis_ptr));
1034 /* Get the Card's function CIS (for each function) */
1048 sd_info(("%s: Function %d CIS Ptr = 0x%x\n"
    [all...]
bcmspibrcm.c 563 uint16 *cis = (uint16 *)cisd; local
595 sd_err(("%s: regread failed: Can't read CIS\n", __FUNCTION__));
600 *cis = (uint16)cis_byte;
601 cis++;
    [all...]
bcmsdstd.c 742 uint8 *cis = cisd; local
747 bzero(cis, length);
752 *cis = 0;
756 sd_err(("%s: regread failed: Can't read CIS\n", __FUNCTION__));
760 *cis = (uint8)(foo & 0xff);
761 cis++;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdbus.h 89 /* get cis data */
90 extern SDIOH_API_RC sdioh_cis_read(sdioh_info_t *si, uint fuc, uint8 *cis, uint32 length);
bcmsdh.h 94 /* Read CIS content for specified function.
95 * fn: function whose CIS is being requested (0 is common CIS)
96 * cis: pointer to memory location to place results
98 * Internally, this routine uses the values from the cis base regs (0x9-0xB)
101 extern int bcmsdh_cis_read(void *sdh, uint func, uint8 *cis, uint length);
sbsdpcmdev.h 133 /* SDIO/PCMCIA CIS region */
134 char cis[512]; /* 512 byte CIS, 0x400-0x5ff, rev6 */ member in struct:__anon9448
161 #define CC_CISRDY (1 << 0) /* CIS Ready */
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 410 InputStream cis = null; local
413 cis = am.open("cities_" + language + "_" + country + ".dat");
417 cis = am.open("cities_" + language + ".dat");
421 cis = am.open("cities_en.dat");
428 cis = cache(cis);
429 City.loadCities(cis);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 167 char *vars; /* Variables (from CIS and/or other) */
5022 uint8 *cis[SDIOD_MAX_IOFUNCS]; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 85 milliseconds