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

1 2 3 4 5

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
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...]
sign_ed25519_ref10.h 4 void _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs,
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);
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/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/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/sys/arch/hp300/stand/common/
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...]
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...]
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...]
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;
  /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...]
kern_uidinfo.c 136 uid_stats(struct hashstat_sysctl *hs, bool fill)
141 strlcpy(hs->hash_name, "uihash", sizeof(hs->hash_name));
142 strlcpy(hs->hash_desc, "user info (uid->used proc) hash",
143 sizeof(hs->hash_desc));
147 hs->hash_size = uihash + 1;
149 for (size_t i = 0; i < hs->hash_size; i++) {
156 hs->hash_used++;
157 hs->hash_items += chain;
158 if (chain > hs->hash_maxchain
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/
sign_ed25519.c 63 crypto_hash_sha512_init(&state->hs);
71 return crypto_hash_sha512_update(&state->hs, m, mlen);
82 crypto_hash_sha512_final(&state->hs, ph);
94 crypto_hash_sha512_final(&state->hs, ph);
  /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/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/bin/sh/
histedit.c 256 sethistsize(char *hs, int flags)
262 (hs == NULL ? "''" : hs), flags, "!hist" + (hist != NULL)));
264 if (hs != NULL && *hs != '\0' && (flags & VUNSAFE) && !is_number(hs))
265 hs = NULL;
267 if (hs == NULL || *hs == '\0' || (flags & VUNSET) ||
268 (histsize = number(hs)) < 0
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
da850-enbw-cmc.dts 6 * Heiko Schocher <hs@denx.de>
dra72-evm.dts 94 pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104";
106 pinctrl-names = "default", "hs", "ddr_1_8v", "hs200_1_8v";
  /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/sys/arch/playstation2/ee/
gsreg.h 83 #define SYNCH1(hs, hsvs, hseq, hbp, hfp) \
84 (((u_int64_t)(hs) << 43) | \
  /src/lib/libc/arch/sh3/sys/
brk.S 68 cmp/hs r4, r0
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/
nouveau_nvkm_nvfw_hs.c 28 #include <nvfw/hs.h>
  /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/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
exynos5433-pinctrl.dtsi 190 hs_i2c6_bus: hs-i2c6-bus {
406 hs_i2c4_bus: hs-i2c4-bus {
551 hs_i2c8_bus: hs-i2c8-bus {
558 hs_i2c9_bus: hs-i2c9-bus {
608 hs_i2c2_bus: hs-i2c2-bus {
627 hs_i2c3_bus: hs-i2c3-bus {
634 hs_i2c0_bus: hs-i2c0-bus {
641 hs_i2c1_bus: hs-i2c1-bus {
683 hs_i2c7_bus: hs-i2c7-bus {
697 hs_i2c10_bus: hs-i2c10-bus
    [all...]

Completed in 189 milliseconds

1 2 3 4 5