Home
last modified time | relevance | path

Searched refs:tempout (Results 1 – 5 of 5) sorted by relevance

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