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

1 2 3 4 5 6 7 8 91011>>

  /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
    [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
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
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
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
398 struct scsi_softc *hs = &scsi_softc[ctlr]; local
652 struct scsi_softc *hs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
local-var.exp 29 set hs \[^\r\n\]+
30 gdb_test "ptype test::local_var" " = $hs"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
local-var.exp 29 set hs \[^\r\n\]+
30 gdb_test "ptype test::local_var" " = $hs"
  /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
523 struct hpibbus_softc *hs = sc->sc_hpibbus; local
645 struct hpibbus_softc *hs = arg; local
    [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
505 struct hpibbus_softc *hs = sc->sc_hpibbus; local
585 struct hpibbus_softc *hs = arg; local
    [all...]
  /src/sys/arch/hp300/stand/common/
nhpib.c 51 struct hpib_softc *hs = &hpib_softc[unit]; local
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
74 hd = (void *)hs->sc_addr;
76 hd->hpib_ar = hs->sc_ba;
101 struct hpib_softc *hs = &hpib_softc[unit] local
137 struct hpib_softc *hs = &hpib_softc[unit]; local
171 struct hpib_softc *hs = &hpib_softc[unit]; local
    [all...]
fhpib.c 50 struct hpib_softc *hs = &hpib_softc[unit]; local
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
67 hd = (void *)hs->sc_addr;
85 struct hpib_softc *hs = &hpib_softc[unit]; local
89 hd = (void *)hs->sc_addr;
95 hd->hpib_data = C_TAG + hs->sc_ba;
125 struct hpib_softc *hs = &hpib_softc[unit] local
161 struct hpib_softc *hs = &hpib_softc[unit]; local
    [all...]
scsi.c 82 struct scsi_softc *hs; local
90 hs = &scsi_softc[i];
91 hs->sc_addr = hw->hw_kva;
96 hs->sc_alive = 1;
122 struct scsi_softc *hs; local
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
385 struct scsi_softc *hs = &scsi_softc[ctlr]; local
396 struct scsi_softc *hs = &scsi_softc[ctlr]; local
407 struct scsi_softc *hs = &scsi_softc[ctlr]; local
420 struct scsi_softc *hs = &scsi_softc[ctlr]; local
439 struct scsi_softc *hs = &scsi_softc[ctlr]; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
operational.c 62 int hs; local
69 hs = MONITOR_HAS_CHILDREN( mp );
70 *ap = slap_operational_hasSubordinate( hs );
  /src/external/bsd/pkg_install/dist/admin/
download-vulnerability-list.sh.in 6 echo 'Usage: download-vulnerability-list [-hs] [-c config_file]' >& $2
13 args=`getopt c:hs $*`
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc-cpus.def 60 ARC_CPU (hs, hs, 0, NONE, NONE)
61 ARC_CPU (archs, hs, FL_MPYOPT_2|FL_DIVREM|FL_LL64, NONE, NONE)
62 ARC_CPU (hs34, hs, FL_MPYOPT_2, NONE, NONE)
63 ARC_CPU (hs38, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64, NONE, NONE)
64 ARC_CPU (hs38_linux, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64|FL_FPU_FPUD_ALL, NONE, NONE)
65 ARC_CPU (hs4x, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64, NONE, ARCHS4X)
66 ARC_CPU (hs4xd, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64, NONE, ARCHS4XD)
67 ARC_CPU (hs4x_rel31, hs, FL_MPYOPT_2|FL_DIVREM|FL_LL64, NONE, ARCHS4X_REL31A)
  /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/external/gpl3/binutils/dist/bfd/
cpu-arc.c 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local
95 /* ARCv2|HS and HS. */
96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs)
97 || (b->mach == bfd_mach_arc_arcv2 && a == hs))
98 return hs;
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-arc.c 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local
95 /* ARCv2|HS and HS. */
96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs)
97 || (b->mach == bfd_mach_arc_arcv2 && a == hs))
98 return hs;
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc-cpus.def 60 ARC_CPU (hs, hs, 0, NONE, NONE)
61 ARC_CPU (archs, hs, FL_MPYOPT_2|FL_DIVREM|FL_LL64, NONE, NONE)
62 ARC_CPU (hs34, hs, FL_MPYOPT_2, NONE, NONE)
63 ARC_CPU (hs38, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64, NONE, NONE)
64 ARC_CPU (hs38_linux, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64|FL_FPU_FPUD_ALL, NONE, NONE)
65 ARC_CPU (hs4x, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64, NONE, ARCHS4X)
66 ARC_CPU (hs4xd, hs, FL_MPYOPT_9|FL_DIVREM|FL_LL64, NONE, ARCHS4XD)
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-arc.c 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local
95 /* ARCv2|HS and HS. */
96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs)
97 || (b->mach == bfd_mach_arc_arcv2 && a == hs))
98 return hs;
  /src/external/gpl3/gdb/dist/bfd/
cpu-arc.c 55 ARC (bfd_mach_arc_arcv2, "HS", false, NULL),
63 "feature-rich", that is, can run both A and B. ARCv2, EM and HS all has
76 const bfd_arch_info_type * const hs = &arch_info_struct[6]; local
95 /* ARCv2|HS and HS. */
96 if ((a->mach == bfd_mach_arc_arcv2 && b == hs)
97 || (b->mach == bfd_mach_arc_arcv2 && a == hs))
98 return hs;
  /src/sys/kern/
subr_hash.c 165 struct hashstat *hs; local
167 hs = kmem_alloc(sizeof(*hs), KM_SLEEP);
169 hs->hs_name = name;
170 hs->hs_func = func;
173 TAILQ_INSERT_TAIL(&hashstat_list, hs, hs_next);
189 struct hashstat_sysctl hs; local
199 *oldlenp += sizeof(hs);
235 memset(&hs, 0, sizeof(hs));
    [all...]
  /src/external/mit/isl/dist/
isl_sort.c 56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; local
78 hs = hi;
107 memcpy (b, hs, hi - hs);
108 copied += (hi - hs);
109 b += (hi - hs);
  /src/external/gpl3/gdb/dist/readline/readline/
history.h 57 /* Size of the history-library-managed space in history entry HS. */
58 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
  /src/external/gpl3/gdb.old/dist/readline/readline/
history.h 57 /* Size of the history-library-managed space in history entry HS. */
58 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>