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

  /src/sys/arch/sgimips/sgimips/
prom_vectors.S 98 PROMV4ORLESS(SGI_PROM_REINIT, reinit)
  /src/sys/opencrypto/
cryptosoft.c 98 KASSERT(exf->reinit ? ivlen <= blks : ivlen == blks);
109 if (exf->reinit)
110 exf->reinit(sw->sw_kschedule, iv, 0);
111 } else if (exf->reinit) {
112 exf->reinit(sw->sw_kschedule, 0, iv);
130 if (exf->reinit)
131 exf->reinit(sw->sw_kschedule, iv, 0);
137 if (exf->reinit) {
197 if (exf->reinit) {
275 if (exf->reinit) {
    [all...]
cryptosoft_xform.c 68 void (*Reinit)(void *, const uint8_t *, uint16_t);
79 void (*reinit)(void *, const uint8_t *, uint8_t *); member in struct:swcr_enc_xform
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
m_sigver.c 52 int ret, iter, reinit = 1; local
65 reinit = 0;
81 if (reinit
87 reinit = 0;
98 if (!reinit) {
221 if (mdname == NULL && !reinit) {
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
m_sigver.c 51 int ret, iter, reinit = 1; local
57 reinit = 0;
75 if (reinit
80 reinit = 0;
91 if (!reinit) {
214 if (mdname == NULL && !reinit) {
  /src/sys/dev/pci/
virtio_pci.c 882 virtio_pci_setup_interrupts_10(struct virtio_softc *sc, int reinit)
897 VIRTIO_PCI_LOG(sc, reinit, "can't set config msix vector\n");
912 VIRTIO_PCI_LOG(sc, reinit, "can't set queue %d "
922 virtio_pci_setup_interrupts_09(struct virtio_softc *sc, int reinit)
939 VIRTIO_PCI_LOG(sc, reinit,
960 VIRTIO_PCI_LOG(sc, reinit, "can't set queue %d "
if_ena.c 2422 int reinit = 0; local
2426 reinit = 1;
2429 if ((reinit != 0) &&
  /src/sys/arch/mipsco/mipsco/
machdep.c 346 MIPS_PROM(reinit)();
  /src/external/bsd/libevent/dist/
bufferevent_ratelim.c 570 int reinit = 0, suspended = 0; local
604 reinit = rlim->cfg != NULL;
607 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
609 if (reinit) {
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_ratelim.c 570 int reinit = 0, suspended = 0; local
604 reinit = rlim->cfg != NULL;
607 ev_token_bucket_init_(&rlim->limit, cfg, tick, reinit);
609 if (reinit) {
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
binaryheap.d 576 a.reinit();
577 b.reinit();
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
dummyrange.d 59 void reinit()
433 it.reinit();
  /src/sys/dev/virtio/
virtio_mmio.c 508 int reinit __unused)
  /src/usr.bin/ftp/
ftp.c 1291 reinit:
1392 goto reinit;
1558 goto reinit;
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 330 int reinit; local
374 reinit = 1;
377 reinit = 0;
395 if (reinit) {
  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 1431 int reinit = 1; local
1615 if (reinit-- && fips_provider_version_gt(libctx, 3, 0, 0)) {
evp_extra_test.c 1374 int reinit = 0; local
1380 reinit = 1;
1422 if (reinit && !TEST_true(EVP_DigestSignInit(md_ctx, NULL, NULL, NULL, NULL)))
1559 /* test SIPHASH MAC via EVP_PKEY with non-default parameters and reinit */
3422 /* CBC, OFB, and CFB modes: the updated iv must be reset after reinit */
4038 errmsg = "CIPHER_UPDATE (reinit)";
4042 errmsg = "CIPHER_FINAL (reinit)";
4046 errmsg = "WRONG_RESULT (reinit)";
4249 /* Now reinit */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
sorting.d 3954 A.reinit();
3955 B.reinit();
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d 412 dummyRange.reinit();
777 dummyRange.reinit();
9693 r.reinit;
9711 r.reinit;
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 1880 int reinit = 1; local
2051 if (reinit-- && fips_provider_version_gt(libctx, 3, 0, 0)) {
evp_extra_test.c 1871 int reinit = 0; local
1877 reinit = 1;
1919 if (reinit && !TEST_true(EVP_DigestSignInit(md_ctx, NULL, NULL, NULL, NULL)))
2098 /* test SIPHASH MAC via EVP_PKEY with non-default parameters and reinit */
4617 /* CBC, OFB, and CFB modes: the updated iv must be reset after reinit */
5225 errmsg = "CIPHER_UPDATE (reinit)";
5229 errmsg = "CIPHER_FINAL (reinit)";
5233 errmsg = "WRONG_RESULT (reinit)";
5409 /* Now reinit */
6717 * msg2: no reinit (or reinit with key=NULL), set forged tag
    [all...]
  /src/sys/dev/ic/
aic79xx.c 5238 ahd_reset(ahd, /*reinit*/FALSE);
5243 * that is only available just after a reset. If "reinit" is
5251 ahd_reset(struct ahd_softc *ahd, int reinit)
5347 if (reinit != 0)
6899 ahd_reset(ahd, /*reinit*/TRUE);
7570 ahd_reset(ahd, /*reinit*/TRUE);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 9547 Member functions next, anew, poison and reinit have default
9558 poison and reinit. */
9564 poison, or be redone by reinit. */
9593 static void reinit (T *obj) { function in class:freelist
9630 reinit (obj);
9641 build_tree_list logic in reinit, so this could go out of sync. */
9686 freelist<tree_node>::reinit (tree obj ATTRIBUTE_UNUSED) function in class:freelist
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9462 Member functions next, anew, poison and reinit have default
9473 poison and reinit. */
9479 poison, or be redone by reinit. */
9508 static void reinit (T *obj) { function in class:freelist
9545 reinit (obj);
9556 build_tree_list logic in reinit, so this could go out of sync. */
9601 freelist<tree_node>::reinit (tree obj ATTRIBUTE_UNUSED) function in class:freelist
  /src/sys/arch/sparc/sparc/
locore.s 5954 addcc %o1, %g0, %o2 ! reinit %o2 and CCs [delay slot]

Completed in 134 milliseconds