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

1 2

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
open.c 20 crypto_hash_sha512_state hs; local in function:_crypto_sign_ed25519_verify_detached
43 _crypto_sign_ed25519_ref10_hinit(&hs, prehashed);
44 crypto_hash_sha512_update(&hs, sig, 32);
45 crypto_hash_sha512_update(&hs, pk, 32);
46 crypto_hash_sha512_update(&hs, m, mlen);
47 crypto_hash_sha512_final(&hs, h);
sign.c 12 _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed)
21 crypto_hash_sha512_init(hs);
23 crypto_hash_sha512_update(hs, DOM2PREFIX, sizeof DOM2PREFIX);
38 _crypto_sign_ed25519_synthetic_r_hv(crypto_hash_sha512_state *hs,
51 crypto_hash_sha512_update(hs, B, 32);
52 crypto_hash_sha512_update(hs, empty_labelset, 3);
54 crypto_hash_sha512_update(hs, Z, 32);
55 crypto_hash_sha512_update(hs, zeros, 128 - (32 + 3 + 32) % 128);
56 crypto_hash_sha512_update(hs, sk, 32);
57 crypto_hash_sha512_update(hs, zeros, 128 - 32 % 128)
69 crypto_hash_sha512_state hs; local in function:_crypto_sign_ed25519_detached
    [all...]
obsolete.c 37 crypto_hash_sha512_state hs; local in function:crypto_sign_edwards25519sha512batch
44 crypto_hash_sha512_init(&hs);
45 crypto_hash_sha512_update(&hs, sk + 32, 32);
46 crypto_hash_sha512_update(&hs, m, mlen);
47 crypto_hash_sha512_final(&hs, nonce);
53 crypto_hash_sha512_init(&hs);
54 crypto_hash_sha512_update(&hs, sig, 32);
55 crypto_hash_sha512_update(&hs, m, mlen);
56 crypto_hash_sha512_final(&hs, hram);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_sign_ed25519.h 16 crypto_hash_sha512_state hs; member in struct:crypto_sign_ed25519ph_state
  /src/sys/arch/hp300/stand/common/
fhpib.c 50 struct hpib_softc *hs = &hpib_softc[unit]; local in function:fhpibinit
51 struct fhpibdevice *hd = (void *)hs->sc_addr;
55 hs->sc_type = HPIBC;
56 hs->sc_ba = HPIBC_BA;
64 struct hpib_softc *hs = &hpib_softc[unit]; local in function:fhpibreset
67 hd = (void *)hs->sc_addr;
85 struct hpib_softc *hs = &hpib_softc[unit]; local in function:fhpibsend
89 hd = (void *)hs->sc_addr;
95 hd->hpib_data = C_TAG + hs->sc_ba;
125 struct hpib_softc *hs = &hpib_softc[unit] local in function:fhpibrecv
161 struct hpib_softc *hs = &hpib_softc[unit]; local in function:fhpibppoll
    [all...]
hpib.c 56 struct hpib_softc *hs; local in function:hpibinit
63 hs = &hpib_softc[i];
64 hs->sc_addr = hw->hw_kva;
71 hs->sc_alive = 1;
nhpib.c 51 struct hpib_softc *hs = &hpib_softc[unit]; local in function:nhpibinit
52 struct nhpibdevice *hd = (void *)hs->sc_addr;
55 hs->sc_type = HPIBA;
56 hs->sc_ba = HPIBA_BA;
59 hs->sc_type = HPIBB;
60 hs->sc_ba = hd->hpib_csa & CSA_BA;
71 struct hpib_softc *hs = &hpib_softc[unit]; local in function:nhpibreset
74 hd = (void *)hs->sc_addr;
76 hd->hpib_ar = hs->sc_ba;
101 struct hpib_softc *hs = &hpib_softc[unit] local in function:nhpibsend
137 struct hpib_softc *hs = &hpib_softc[unit]; local in function:nhpibrecv
171 struct hpib_softc *hs = &hpib_softc[unit]; local in function:nhpibppoll
    [all...]
scsi.c 82 struct scsi_softc *hs; local in function:scsiinit
90 hs = &scsi_softc[i];
91 hs->sc_addr = hw->hw_kva;
96 hs->sc_alive = 1;
122 struct scsi_softc *hs; local in function:scsireset
125 hs = &scsi_softc[unit];
126 hd = (void *)hs->sc_addr;
148 hs->sc_scsi_addr = 1 << i;
163 scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd)
166 printf("scsi%d error: scsiabort\n", hs - scsi_softc)
375 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scsi_test_unit_rdy
385 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scsi_request_sense
396 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scsi_read_capacity
407 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scsi_inquiry
420 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scsi_tt_read
439 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scsi_tt_write
    [all...]
  /src/sys/kern/
subr_hash.c 162 struct hashstat *hs; local in function:hashstat_register
164 hs = kmem_alloc(sizeof(*hs), KM_SLEEP);
166 hs->hs_name = name;
167 hs->hs_func = func;
170 TAILQ_INSERT_TAIL(&hashstat_list, hs, hs_next);
186 struct hashstat_sysctl hs; local in function:hashstat_sysctl
196 *oldlenp += sizeof(hs);
232 memset(&hs, 0, sizeof(hs));
    [all...]
  /src/usr.bin/ruptime/
ruptime.c 58 static struct hs { struct
61 } *hs; variable in typeref:struct:hs *
82 struct hs *hsp;
137 if ((hs =
138 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL)
140 hsp = hs + nhosts;
162 qsort(hs, nhosts, sizeof (hs[0]), cmp);
164 hsp = &hs[i]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi.h 62 /* if true, use HS mode, otherwise LP */
63 bool hs; member in struct:intel_dsi
  /src/regress/sys/uvm/pdsim/
Makefile 77 .SUFFIXES: .hs
86 .hs:
87 rm -rf ${.IMPSRC:S/.hs/.o/g}
90 linux: nbsd.hs
91 rm -rf ${.ALLSRC:S/.hs/.o/g}
  /src/sys/arch/hp300/dev/
fhpib.c 193 fhpibreset(struct hpibbus_softc *hs)
195 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev));
213 hs->sc_flags |= HPIBF_DMA16;
235 fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
237 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev));
249 hd->hpib_data = C_TAG + hs->sc_ba;
296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
298 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev));
315 hd->hpib_data = C_LAG + hs->sc_ba;
357 fhpibgo(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int count
452 struct hpibbus_softc *hs = arg; local in function:fhpibdmadone
523 struct hpibbus_softc *hs = sc->sc_hpibbus; local in function:fhpibintr
645 struct hpibbus_softc *hs = arg; local in function:fhpibppwatch
    [all...]
nhpib.c 259 nhpibreset(struct hpibbus_softc *hs)
261 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev));
265 hd->hpib_ar = hs->sc_ba;
296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
298 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev));
307 hd->hpib_data = talker_par[hs->sc_ba];
351 nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
353 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev));
367 hd->hpib_data = listnr_par[hs->sc_ba];
401 nhpibgo(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int count
451 struct hpibbus_softc *hs = arg; local in function:nhpibreadtimo
505 struct hpibbus_softc *hs = sc->sc_hpibbus; local in function:nhpibintr
585 struct hpibbus_softc *hs = arg; local in function:nhpibppwatch
    [all...]
  /src/usr.bin/sed/
process.c 71 static SPACE HS, PS, SS, YS;
76 #define hs HS.space macro
77 #define hsl HS.len
163 cspace(&PS, hs, hsl, REPLACE);
167 cspace(&PS, hs, hsl, APPEND);
170 cspace(&HS, ps, psl, REPLACE);
173 cspace(&HS, "\n", 1, APPEND);
174 cspace(&HS, ps, psl, APPEND);
259 if (hs == NULL
    [all...]
  /src/sys/arch/luna68k/stand/boot/
sc.c 107 struct scsi_softc *hs; local in function:scinit
113 hs = &scsi_softc[ctlr];
114 hs->sc_ctlr = ctlr;
115 hs->sc_spc = addr;
117 hs->sc_flags = 0;
118 hs->sc_phase = BUS_FREE_PHASE;
119 hs->sc_target = SCSI_ID;
121 hs->sc_cdb = NULL;
122 hs->sc_cdblen = 0;
123 hs->sc_buf = NULL
362 struct scsi_softc *hs; local in function:scrun
398 struct scsi_softc *hs = &scsi_softc[ctlr]; local in function:scfinish
652 struct scsi_softc *hs; local in function:scintr
    [all...]
  /src/sys/dev/usb/
uhub.c 574 usb_hub_status_t hs; local in function:uhub_explore
576 err = usbd_get_hub_status(dev, &hs);
582 status = UGETW(hs.wHubStatus);
583 change = UGETW(hs.wHubChange);
822 * check UPS_PORT_POWER bit if port speed is HS/FS/LS.
831 /* HS/FS/LS hub port */
  /src/usr.sbin/ldpd/
socketops.c 105 struct hello_socket *hs; local in function:create_hello_sockets
182 hs = (struct hello_socket *)malloc(sizeof(*hs));
183 if (hs == NULL) {
187 hs->type = AF_INET;
188 hs->socket = s;
189 SLIST_INSERT_HEAD(&hello_socket_head, hs, listentry);
261 hs = (struct hello_socket *)malloc(sizeof(*hs));
262 if (hs == NULL)
281 struct hello_socket *hs; local in function:is_hello_socket
416 struct hello_socket *hs; local in function:send_hello
823 struct hello_socket *hs; local in function:the_big_loop
    [all...]
  /src/sbin/newfs/
newfs.c 905 const struct help_strings *hs; local in function:usage
923 for (hs = help_strings; hs->flags != 0; hs++)
924 if (hs->flags & match)
925 fprintf(stderr, "\t%s\n", hs->str);
  /src/sys/net/
bsd-comp.c 123 } hs; member in union:bsd_db::bsd_dict::__anone77a59d7010a
989 *--p = dictp->f.hs.suffix;
990 finchar = dictp->f.hs.prefix;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 150 void SetHistorySize(int hs) {
151 CHECK_GE(hs, 0);
152 CHECK_LE(hs, 7);
153 x_ = (x_ & ~(kHistoryMask << kHistoryShift)) | (u64(hs) << kHistoryShift);
167 const int hs = GetHistorySize(); local in function:__tsan::FastState::GetTracePos
168 // When hs == 0, the trace consists of 2 parts.
169 const u64 mask = (1ull << (kTracePartSizeBits + hs + 1)) - 1;
  /src/sys/dev/ic/
mfi.c 2429 struct mfi_hotspare *hs; local in function:mfi_bio_hs
2461 /* calculate offset to hs structure */
2462 hs = (struct mfi_hotspare *)(
2477 "hs %p cfg %p id %02x\n", DEVNAME(sc), i, volid, cfg->mfc_no_ld,
2478 cfg->mfc_no_hs, hs, cfg, hs[i].mhs_pd.mfp_id);
2482 mbox.s[0] = hs[i].mhs_pd.mfp_id;
  /src/usr.bin/vmstat/
vmstat.c 2086 struct hashstat_sysctl hash, *data, *hs; local in function:dohashstat_sysctl
2129 for (i = 0, hs = data; i < len; i++, hs++) {
2130 printf("\t%-16s%s\n", hs->hash_name, hs->hash_desc);
2138 for (i = 0, hs = data; i < len; i++, hs++) {
2141 hs->hash_name, hs->hash_size, hs->hash_used
    [all...]
  /src/lib/libedit/
readline.c 2483 HISTORY_STATE *hs; local in function:history_get_history_state
2485 if ((hs = el_malloc(sizeof(*hs))) == NULL)
2487 hs->length = history_length;
2488 return hs;
  /src/sys/dev/pci/
mfii.c 3534 struct mfi_hotspare *hs; local in function:mfii_makespare
3546 size = sizeof *hs + sizeof(uint16_t) * sc->sc_cfg->mfc_no_array;
3548 hs = malloc(size, M_DEVBUF, M_WAITOK);
3558 memset(hs, 0, size);
3559 hs->mhs_pd.mfp_id = pd->mpd_pd.mfp_id;
3560 hs->mhs_pd.mfp_seq = pd->mpd_pd.mfp_seq;
3561 rv = mfii_mgmt(sc, MR_DCMD_CFG_MAKE_SPARE, NULL, hs, size,
3565 free(hs, M_DEVBUF);
3809 struct mfi_hotspare *hs; local in function:mfii_bio_hs
3841 /* calculate offset to hs structure *
    [all...]

Completed in 33 milliseconds

1 2