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

/netbsd-current/libexec/httpd/testsuite/
H A Dtest-simple12 tmpout="tmp.$test.out"
23 ${bozohttpd} "$@" "${datadir}" < "$in" > "$tmpout"
24 if "$curdir/html_cmp" cmp "$out" "$tmpout"; then
30 $curdir/html_cmp diff "$out" "$tmpout"
/netbsd-current/external/bsd/kyua-cli/dist/integration/
H A Dutils.sh67 kyua "\${@}" >kyua.tmpout
69 cat kyua.tmpout | ${utils_strip_timestamp}
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dbcrypt_pbkdf.c116 u_int8_t tmpout[BCRYPT_HASHSIZE]; local
147 bcrypt_hash(sha2pass, sha2salt, tmpout);
148 memcpy(out, tmpout, sizeof(out));
152 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout));
153 bcrypt_hash(sha2pass, sha2salt, tmpout);
155 out[j] ^= tmpout[j];
/netbsd-current/crypto/external/bsd/openssl.old/dist/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);
/netbsd-current/crypto/external/bsd/openssl.old/dist/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...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_smime.c37 BIO *tmpout; local
39 tmpout = cms_get_text_bio(out, flags);
41 if (tmpout == NULL) {
59 if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i))
64 if (!SMIME_text(tmpout, out)) {
72 if (tmpout != out)
73 BIO_free(tmpout);
314 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; local
423 tmpout
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_smime.c224 BIO *tmpin = NULL, *tmpout = NULL; local
326 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) {
330 BIO_set_mem_eof_return(tmpout, 0);
332 tmpout = out;
343 if (tmpout)
344 BIO_write(tmpout, buf, i);
348 if (!SMIME_text(tmpout, out)) {
350 BIO_free(tmpout);
353 BIO_free(tmpout);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_key.c86 unsigned char *tmpout = out; local
141 h__dump(tmpout, tmpn);

Completed in 208 milliseconds