Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store_any2obj.c83 static int der2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in der2obj_decode() argument
87 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in der2obj_decode()
109 static int msblob2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in msblob2obj_decode() argument
113 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in msblob2obj_decode()
178 static int pvk2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in pvk2obj_decode() argument
182 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in pvk2obj_decode()
H A Dfile_store.c291 void *file_attach(void *provctx, OSSL_CORE_BIO *cin) in file_attach() argument
294 BIO *new_bio = ossl_bio_new_from_core_bio(provctx, cin); in file_attach()
/freebsd/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()
186 ts->cin = ts->sin = NULL; in do_kex_with_key()
188 (ts->cin = sshbuf_fromb(ts->c_template)) == NULL) in do_kex_with_key()
197 if (ts->cin != NULL) { in do_kex_with_key()
199 sshbuf_len(ts->cin)); in do_kex_with_key()
[all …]
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c31 static int read_pem(PROV_CTX *provctx, OSSL_CORE_BIO *cin, in read_pem() argument
35 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in read_pem()
95 static int pem2der_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pem2der_decode() argument
143 ok = read_pem(ctx->provctx, cin, &pem_name, &pem_header, in pem2der_decode()
H A Dendecoder_common.c87 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data, in ossl_read_der() argument
91 BIO *in = ossl_bio_new_from_core_bio(provctx, cin); in ossl_read_der()
H A Ddecode_spki2typespki.c51 static int spki2typespki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in spki2typespki_decode() argument
66 if (!ossl_read_der(ctx->provctx, cin, &der, &len)) in spki2typespki_decode()
H A Ddecode_epki2pki.c58 static int epki2pki_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in epki2pki_decode() argument
70 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in epki2pki_decode()
H A Ddecode_pvk2key.c93 static int pvk2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in pvk2key_decode() argument
98 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in pvk2key_decode()
H A Dendecoder_local.h27 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data,
H A Ddecode_msblob2key.c94 static int msblob2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in msblob2key_decode() argument
99 BIO *in = ossl_bio_new_from_core_bio(ctx->provctx, cin); in msblob2key_decode()
H A Ddecode_der2key.c176 static int der2key_decode(void *vctx, OSSL_CORE_BIO *cin, int selection, in der2key_decode() argument
203 ok = ossl_read_der(ctx->provctx, cin, &der, &der_len); in der2key_decode()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c51 FILE *cin, *cout; variable
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()
465 c = getc (cin);
471 c = getc (cin);
1535 ip->in = cin; in pswitch()
[all …]
/freebsd/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()
/freebsd/contrib/llvm-project/libcxx/include/
H A Diostream23 extern istream cin;
54 extern _LIBCPP_EXPORTED_FROM_ABI istream cin;
/freebsd/contrib/tnftp/src/
H A Dftp.c256 cin = fdopen(s, "r"); in hookup()
260 if (cin) in hookup()
261 (void)fclose(cin); in hookup()
270 if (cin) in hookup()
271 (void)fclose(cin); in hookup()
392 switch (c = getc(cin)) { in getreply()
395 c = getc(cin); in getreply()
401 c = getc(cin); in getreply()
420 if (expecteof && feof(cin)) { in getreply()
1788 ip->in = cin; in pswitch()
[all …]
H A Dftp_var.h321 GLOBAL FILE *cin; variable
/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp25 _LIBCPP_EXPORTED_FROM_ABI char cin[sizeof(istream)]
139 istream* cin_ptr = ::new (cin) istream(::new (__cin) __stdinbuf<char>(stdin, &mb_cin)); in DoIOSInit()
/freebsd/contrib/libucl/examples/
H A Ducl_cpp.cc9 input.assign((std::istreambuf_iterator<char>(std::cin)), in main()
/freebsd/contrib/lutok/examples/
H A Dinterpreter.cpp77 if (!std::getline(std::cin, line).good()) in main()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Diostream.inc13 using std::cin;
/freebsd/crypto/openssl/test/
H A Dprovfetchtest.c19 static int dummy_decoder_decode(void *ctx, OSSL_CORE_BIO *cin, int selection, in dummy_decoder_decode() argument
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats16Instr.td68 (ins sGPR:$rZ, sGPR:$rx, CARRY:$cin), !strconcat(opstr, "\t$rz, $rx"), []> {
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp456 while (std::getline(std::cin, InputString)) { in filterMarkup()
/freebsd/sys/cam/
H A Dcam_ccb.h1381 struct ccb_immed_notify cin; member

12