Searched defs:tempout (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_provider.c75 uint32_t tempout[SHA1WORDS]; local
142 fips_random_inner(frsp->XKEY, tempout, entropy.as32);
144 bcopy(tempout, &out[i], min(nbytes - i, SHA1BYTES));
152 bzero(tempout, SHA1BYTES);
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dcmdexec.c129 char *tempout; local
132 tempout = tempnam(NULL, "temp1");
133 if (!tempout)
136 (void) sprintf(command, "%s -f %s <%s >%s", cmd, input, file, tempout);
140 (void) sprintf(command, "cp %s %s", tempout, file);
144 (void) unlink(tempout);
145 free(tempout);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c322 uint32_t tempout[HASHSIZE/BYTES_IN_WORD]; local
385 fips_random_inner(swrand_XKEY, tempout, (uint32_t *)digest);
400 if (tempout[i] != previous_bytes[i])
411 bcopy(tempout, previous_bytes, HASHSIZE);
413 bcopy(tempout, ptr, size);
416 bcopy((uint8_t *)tempout + bytes, leftover,
427 bzero(tempout, HASHSIZE);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c627 uint32_t tempout[HASHSIZE/BYTES_IN_WORD]; local
691 fips_random_inner(rmp->rm_mag.rm_key, tempout,
707 if (tempout[i] != rmp->rm_mag.rm_previous[i])
719 bcopy(tempout, rmp->rm_mag.rm_previous,
722 bcopy(tempout, ptr, size);
731 bzero(tempout, HASHSIZE);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c399 uint32_t state = 0, loops = 0, tempout; local
427 tempout = INTR_SCHEME_PERPORT;
429 &tempout, 4);
430 tempout = MSI_MODE_MULTIFUNC;
432 &tempout, 4);
433 tempout = MPORT_MULTI_FUNCTION_MODE;
434 adapter->unm_nic_hw_write_wx(adapter, CRB_MPORT_MODE, &tempout, 4);
435 tempout = PHAN_INITIALIZE_ACK;
436 adapter->unm_nic_hw_write_wx(adapter, CRB_CMDPEG_STATE, &tempout, 4);

Completed in 150 milliseconds