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

  /src/libexec/httpd/testsuite/
test-simple 12 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"
  /src/external/bsd/kyua-cli/dist/integration/
utils.sh 67 kyua "\${@}" >kyua.tmpout
69 cat kyua.tmpout | ${utils_strip_timestamp}
  /src/crypto/external/bsd/openssh/dist/
bcrypt_pbkdf.c 116 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];
  /src/external/bsd/openldap/dist/libraries/librewrite/
escapemap.c 189 struct berval tmpin, tmpout = BER_BVNULL; local
199 int rc = fns[i]( &tmpin, &tmpout );
204 tmpin = tmpout;
205 BER_BVZERO( &tmpout );
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_smime.c 215 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);
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_smime.c 224 BIO *tmpout = NULL; local
310 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) {
314 BIO_set_mem_eof_return(tmpout, 0);
316 tmpout = out;
325 if (tmpout)
326 BIO_write(tmpout, buf, i);
330 if (!SMIME_text(tmpout, out)) {
352 BIO_free(tmpout);
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_smime.c 38 BIO *tmpout; local
40 tmpout = cms_get_text_bio(out, flags);
42 if (tmpout == NULL) {
60 if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i))
65 if (!SMIME_text(tmpout, out)) {
73 if (tmpout != out)
74 BIO_free(tmpout);
315 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; local
429 tmpout = cms_get_text_bio(out, flags)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_smime.c 37 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);
315 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; local
424 tmpout = cms_get_text_bio(out, flags)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_smime.c 36 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 = cms_get_text_bio(out, flags)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_smime.c 224 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);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
p12_key.c 86 unsigned char *tmpout = out; local
141 h__dump(tmpout, tmpn);
  /src/external/bsd/zstd/dist/tests/
playTests.sh 247 rm -f tmpOut
248 zstd tmp -c > tmpCompressed -o tmpOut
249 test -f tmpOut # file must be created
251 zstd tmp -o tmpOut -c > tmpCompressed
776 zstd -r tmpInputTestDir/we/.../..must/go/deeper.. --output-dir-mirror tmpout
777 test -d tmpout

Completed in 34 milliseconds