| /src/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 36 struct sshbuf *sin, *cin; /* input; setup per-test in do_kex_with_key */ member 90 if (ts->cin != NULL) { in run_kex() 91 if ((r = ssh_input_append(client, sshbuf_ptr(ts->cin), in run_kex() 92 sshbuf_len(ts->cin))) != 0) { in run_kex() 96 sshbuf_reset(ts->cin); in run_kex() 102 ts->smsgs, ts->cin != NULL, &sn)) != 0) { in run_kex() 185 ts->cin = ts->sin = NULL; in do_kex_with_key() 187 (ts->cin = sshbuf_fromb(ts->c_template)) == NULL) in do_kex_with_key() 196 if (ts->cin != NULL) { in do_kex_with_key() 198 sshbuf_len(ts->cin)); in do_kex_with_key() [all …]
|
| /src/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | file_store_any2obj.c | 127 static int der2obj_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in der2obj_decode() argument 132 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in der2obj_decode() 154 static int msblob2obj_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2obj_decode() argument 159 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in msblob2obj_decode() 224 static int pvk2obj_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2obj_decode() argument 229 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in pvk2obj_decode()
|
| H A D | file_store.c | 287 void *file_attach(void *provctx, OSSL_CORE_BIO *cin) in file_attach() argument 290 BIO *new_bio = ossl_bio_new_from_core_bio(provctx, cin); in file_attach()
|
| H A D | winstore_store.c | 98 static void *winstore_attach(void *provctx, OSSL_CORE_BIO *cin) in winstore_attach() argument
|
| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 51 FILE *cin, *cout; variable 126 cin = fdopen (s, "r"); in hookup() 128 if (cin == NULL || cout == NULL) { in hookup() 130 if (cin) in hookup() 131 fclose (cin); in hookup() 140 if (cin) in hookup() 141 fclose (cin); in hookup() 345 c = getc (cin); in getreply() 362 c = getc (cin); in getreply() 364 fprintf (cout, "%c%c%c", IAC, DONT, getc (cin)); in getreply() [all …]
|
| /src/contrib/libfido2/src/ |
| H A D | aes256.c | 69 fido_blob_t key, cin, cout; in aes256_cbc_fips() local 88 cin = *in; in aes256_cbc_fips() 91 cin.ptr = in->ptr + sizeof(iv); in aes256_cbc_fips() 92 cin.len = in->len - sizeof(iv); in aes256_cbc_fips() 96 if (aes256_cbc(&key, iv, &cin, &cout, encrypt) < 0) in aes256_cbc_fips()
|
| /src/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | decode_pem2der.c | 33 static int read_pem(PROV_CTX *provctx, OSSL_CORE_BIO *cin, in read_pem() argument 37 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in read_pem() 126 static int pem2der_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pem2der_decode() argument 177 ok = read_pem(ctx->provctx, cin, &pem_name, &pem_header, in pem2der_decode()
|
| H A D | endecoder_common.c | 86 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data, in ossl_read_der() argument 90 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in ossl_read_der()
|
| H A D | decode_spki2typespki.c | 77 static int spki2typespki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in spki2typespki_decode() argument 86 if (!ossl_read_der(ctx->provctx, cin, &der, &len)) in spki2typespki_decode()
|
| H A D | decode_epki2pki.c | 84 static int epki2pki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in epki2pki_decode() argument 92 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in epki2pki_decode()
|
| H A D | endecoder_local.h | 27 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data,
|
| H A D | decode_pvk2key.c | 119 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode() argument 124 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in pvk2key_decode()
|
| H A D | decode_msblob2key.c | 93 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode() argument 98 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in msblob2key_decode()
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 82-test_tfo_cli.t | 61 my $cpid = open2(my $cout, my $cin, $shlib_wrap, $apps_openssl, @c_cmd); 64 print $cin "GET /\r\n";
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | iostream | 23 extern istream cin; 53 extern _LIBCPP_EXPORTED_FROM_ABI istream cin;
|
| /src/contrib/tnftp/src/ |
| H A D | ftp.c | 256 cin = fdopen(s, "r"); in hookup() 258 if (cin == NULL || cout == NULL) { in hookup() 260 if (cin) in hookup() 261 (void)fclose(cin); in hookup() 270 if (cin) in hookup() 271 (void)fclose(cin); in hookup() 390 ((c = getc(cin)) != '\n')) { in getreply() 392 switch (c = getc(cin)) { in getreply() 395 c = getc(cin); in getreply() 401 c = getc(cin); in getreply() [all …]
|
| H A D | ftp_var.h | 321 GLOBAL FILE *cin; variable
|
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | iostream.cpp | 24 alignas(istream) _LIBCPP_EXPORTED_FROM_ABI char cin[sizeof(istream)] variable 131 istream* cin_ptr = ::new (cin) istream(::new (__cin) __stdinbuf<char>(stdin, &mb_cin)); in DoIOSInit()
|
| /src/contrib/kyua/cli/ |
| H A D | cmd_debug.cpp | 157 (void) std::cin.get(); in before_cleanup() 164 (void) std::cin.get(); in before_cleanup()
|
| /src/contrib/lutok/examples/ |
| H A D | interpreter.cpp | 77 if (!std::getline(std::cin, line).good()) in main()
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | iostream.inc | 13 using std::cin;
|
| /src/crypto/openssl/test/ |
| H A D | fake_rsaprov.c | 804 static int fake_rsa_read_der(PROV_FAKE_RSA_CTX *provctx, OSSL_CORE_BIO *cin, in fake_rsa_read_der() argument 808 BIO *in = BIO_new_from_core_bio(provctx->libctx, cin); in fake_rsa_read_der() 926 static int fake_rsa_der2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in fake_rsa_der2key_decode() argument 953 ok = fake_rsa_read_der(ctx->provctx, cin, &der, &der_len); in fake_rsa_der2key_decode()
|
| H A D | provfetchtest.c | 19 static int dummy_decoder_decode(void *ctx, OSSL_CORE_BIO *cin, int selection, in dummy_decoder_decode() argument
|
| /src/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 182 for (std::string Mangled; std::getline(std::cin, Mangled);) in llvm_cxxfilt_main()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats16Instr.td | 68 (ins sGPR:$rZ, sGPR:$rx, CARRY:$cin), !strconcat(opstr, "\t$rz, $rx"), []> {
|