Home
last modified time | relevance | path

Searched refs:cin (Results 1 – 25 of 35) sorted by relevance

12

/src/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc36 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 Dfile_store_any2obj.c127 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 Dfile_store.c287 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 Dwinstore_store.c98 static void *winstore_attach(void *provctx, OSSL_CORE_BIO *cin) in winstore_attach() argument
/src/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c51 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 Daes256.c69 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 Ddecode_pem2der.c33 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 Dendecoder_common.c86 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 Ddecode_spki2typespki.c77 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 Ddecode_epki2pki.c84 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 Dendecoder_local.h27 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data,
H A Ddecode_pvk2key.c119 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 Ddecode_msblob2key.c93 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 D82-test_tfo_cli.t61 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 Diostream23 extern istream cin;
53 extern _LIBCPP_EXPORTED_FROM_ABI istream cin;
/src/contrib/tnftp/src/
H A Dftp.c256 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 Dftp_var.h321 GLOBAL FILE *cin; variable
/src/contrib/llvm-project/libcxx/src/
H A Diostream.cpp24 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 Dcmd_debug.cpp157 (void) std::cin.get(); in before_cleanup()
164 (void) std::cin.get(); in before_cleanup()
/src/contrib/lutok/examples/
H A Dinterpreter.cpp77 if (!std::getline(std::cin, line).good()) in main()
/src/contrib/llvm-project/libcxx/modules/std/
H A Diostream.inc13 using std::cin;
/src/crypto/openssl/test/
H A Dfake_rsaprov.c804 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 Dprovfetchtest.c19 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 Dllvm-cxxfilt.cpp182 for (std::string Mangled; std::getline(std::cin, Mangled);) in llvm_cxxfilt_main()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats16Instr.td68 (ins sGPR:$rZ, sGPR:$rx, CARRY:$cin), !strconcat(opstr, "\t$rz, $rx"), []> {

12