Searched refs:tmpout (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_promote/
H A Dzfs_promote_common.kshlib38 typeset tmpout=$TMPDIR/tmpout.${TESTCASE_ID}
41 $ZFS promote >$tmpout 2>&1
42 $GREP "$srch_str" $tmpout >/dev/null 2>&1
45 $RM -f $tmpout
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c117 u_int8_t tmpout[BCRYPT_HASHSIZE]; local
149 bcrypt_hash(sha2pass, sha2salt, tmpout);
150 memcpy(out, tmpout, sizeof(out));
154 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout));
155 bcrypt_hash(sha2pass, sha2salt, tmpout);
157 out[j] ^= tmpout[j];
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c215 BIO *tmpin = NULL, *tmpout = NULL; local
316 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) {
320 BIO_set_mem_eof_return(tmpout, 0);
322 tmpout = out;
333 if (tmpout)
334 BIO_write(tmpout, buf, i);
338 if (!SMIME_text(tmpout, out)) {
340 BIO_free(tmpout);
343 BIO_free(tmpout);
/freebsd-12-stable/crypto/openssl/crypto/cms/
H A Dcms_smime.c36 BIO *tmpout; local
38 tmpout = cms_get_text_bio(out, flags);
40 if (tmpout == NULL) {
58 if (tmpout && (BIO_write(tmpout, buf, i) != i))
63 if (!SMIME_text(tmpout, out)) {
72 if (tmpout != out)
73 BIO_free(tmpout);
274 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; local
360 tmpout
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_sysctl.c1455 int8_t tmpout; local
1462 tmpout = *(int8_t *)arg1;
1464 tmpout = arg2;
1465 error = SYSCTL_OUT(req, &tmpout, sizeof(tmpout));
1473 error = SYSCTL_IN(req, arg1, sizeof(tmpout));
1487 int16_t tmpout; local
1494 tmpout = *(int16_t *)arg1;
1496 tmpout = arg2;
1497 error = SYSCTL_OUT(req, &tmpout, sizeo
1519 int32_t tmpout; local
1551 int tmpout, error = 0; local
1655 uint64_t tmpout; local
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_receive/
H A Dzfs_receive_008_pos.ksh91 typeset tmp_out=$TMPDIR/tmpout.${TESTCASE_ID}
/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c86 unsigned char *tmpout = out; local
141 h__dump(tmpout, tmpn);

Completed in 131 milliseconds