Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 1486) sorted by relevance

12345678910>>...60

/freebsd-12.1/crypto/openssl/doc/man7/
H A Ddes_modes.pod31 The same plaintext block always produces the same ciphertext block
32 (for the same key) making it vulnerable to a 'dictionary attack'.
54 The CBC mode produces the same ciphertext whenever the same
66 enciphering to the same ciphertext.
86 The CFB mode produces the same ciphertext whenever the same
98 enciphering to the same ciphertext.
133 The OFB mode produces the same ciphertext whenever the same
135 over, in the OFB mode the same key stream is produced when the same
176 produced each time from the same parameters. This would be
211 If all 3 keys are the same, this is effectively the same as normal
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_set_bio.pod24 the same value as previously).
26 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects
28 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take
34 that it connects both the B<rbio> and the B<wbio> at the same time, and
54 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is not
55 the same as the previously set value then one reference is consumed.
59 If the B<rbio> and B<wbio> parameters are the same and the B<rbio> is the
65 same as the
72 same as the previously set value and the old B<rbio> and B<wbio> values
73 were the same as each other then one reference is consumed for the B<rbio>
[all …]
H A DBN_add.pod49 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
52 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
55 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
59 (C<r=a^2>). I<r> and I<a> may be the same B<BIGNUM>.
82 the same B<BIGNUM> as I<a> or I<b>. For more efficient algorithms for
83 repeated computations using the same modulus, see
100 places the result in I<r>. I<r> may be the same B<BIGNUM> as I<a> or
H A DSSL_CTX_add_session.pod19 the same session id already exists, the old session is removed by calling
28 whether a session with the same session id already exists. In this case
29 it is assumed that both sessions are identical. If the same session is
53 the same (identical) session twice. In case of the remove operation, the
H A DRC4_set_key.pod34 the same B<key> yield a continuous key stream.
37 key stream to produce the output), decryption uses the same function
51 multiple encryptions using the same key stream.
/freebsd-12.1/contrib/binutils/binutils/
H A DMakefile.am449 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
467 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
475 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
479 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
484 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
489 config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
498 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
503 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
507 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
512 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
[all …]
H A DMakefile.in1199 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1217 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1225 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1229 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1234 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1239 config.h $(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h \
1248 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1253 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1257 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1262 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
[all …]
/freebsd-12.1/stand/i386/libi386/
H A Dtime.c75 int same, try; in time() local
77 same = try = 0; in time()
83 same = 0; in time()
84 } while (++same < 8 && ++try < 1000); in time()
/freebsd-12.1/lib/libc/i386/string/
H A Dwcscmp.S46 jz same
51 jz same
56 jz same
65 same: xorl %eax,%eax label
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMSA.txt19 same cases. andi.b should use fractionally less power than bclri.b in
24 constant since shf.w covers exactly the same cases. shf.w is used
37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
48 It is not possible to emit splati.w since shf.w covers the same cases.
67 the same operation and will be emitted instead.
77 Like their non-immediate counterparts, bmnzi.v and bmzi.v are the same
/freebsd-12.1/contrib/gcc/doc/
H A Dcompat.texi36 can be used in the same program. The set of tools includes compilers,
39 they implement the same ABI@. This applies to different versions of the
40 same tools as well as tools from different vendors.
55 Conformance to the same ABI and the same behavior of implementation-defined
122 other and if they are both built with the same compiler, or with compilers
123 that conform to the same ABI for C++ compiler and runtime support.
125 When G++ and another C++ compiler conform to the same C++ ABI, but the
127 follow the same ABI for the Standard C++ Library, object files built with
128 those compilers can be used in the same program only if they use the same
H A Dconfigterms.texi26 If build, host, and target are all the same, this is called a
27 @dfn{native}. If build and host are the same but target is different,
31 on the build at that time). If host and target are the same, but build
35 are the same, but host is different, you are using a cross compiler to
40 If build and host are the same, the GCC you are building will also be
58 for the host, once for the target (even if they are the same), and once
/freebsd-12.1/tools/regression/netinet/tcpstream/
H A DREADME6 server then reads the stream and uses the same generator to confirm that the
7 data is correct. To run tcpstream, select a seed value (should be the same
8 for the client and server), and a port number (also the same for client and
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A Dfs-history90 historical lineage. Differing versions of the same versioned
97 If two node-revisions have the same copy ID, they are said to be
98 on the same branch. The only exception to this is in the key
105 these actions are much the same as those used when querying. But
108 1. The path is traversed in the same manner is described in the
127 node-revision ID consists of the same node ID as the node-revision
146 keeps the same node ID as the node-revision on which it is based.
183 procedure costs about the same as a regular cloning operation, which
239 a) their copy IDs are the same, or
256 parent that was copied, and wasn't on the same branch as
[all …]
/freebsd-12.1/tools/tools/ath/athdecode/
H A Dmain.c62 int fd, i, nrecs, same; in main() local
81 same = 0; in main()
86 same++; in main()
89 if (same) in main()
90 printf("\t\t+%u time%s", same, same == 1 ? "" : "s"); in main()
104 same = 0; in main()
/freebsd-12.1/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh134 atf_check -s exit:0 mv /rump/mnt/filename /rump/mnt/dir/same
136 stat -f "${statstr}" /rump/mnt/dir/same
148 atf_check -s exit:0 ln /rump/mnt/filename /rump/mnt/dir/same
152 stat -f "${statstr}" /rump/mnt/dir/same
/freebsd-12.1/contrib/netbsd-tests/usr.bin/diff/
H A Dt_diff.sh59 atf_test_case same
74 atf_add_test_case same
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dca.pod153 (see the configuration option B<database>), and uses the same
412 and long names are the same when this option is used.
416 The same as the B<-outdir> command line option. It specifies
421 The same as B<-cert>. It gives the file containing the CA
436 The same as the B<-days> option. The number of days to certify
446 The same as the B<-enddate> option. Either this option or
493 The same as B<-extensions>.
497 The same as B<-crlexts>.
501 The same as B<-preserveDN>
511 The same as B<-msie_hack>
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dmaple48 # some of these are the same as .mps above
49 #0000000 000 000 001 044 000 105 same as .mps
50 #0000000 000 000 001 044 001 122 same as .mps
/freebsd-12.1/contrib/sendmail/libsm/
H A Dt-qic.c183 bool same; local
185 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
205 SM_TEST(!same);
206 if (same)
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/multiaggs/
H A DMakefile14 tst.same.d \
15 tst.same.d.out \
/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindDAG.cmake12 # installed at the same time from the same package.
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A DREADME37 This says pretty much the same thing as the last example, except that we are
42 ports on the target system. This same port number must be used in the host
73 you previously started up gdbserver with the same port number. Note that for
89 Configuring gdbserver you should specify the same machine for host and
91 is not the same as the machine that gdb is going to run on; building
123 should connect to (typically the same as the host running gdb):
132 Repeat the same sequence of user commands to gdb that you gave in the
/freebsd-12.1/contrib/gdb/gdb/
H A Dmacrotab.c677 int same = 1; in check_for_redefinition() local
687 same = 0; in check_for_redefinition()
689 same = 0; in check_for_redefinition()
693 same = 0; in check_for_redefinition()
700 same = 0; in check_for_redefinition()
704 if (! same) in check_for_redefinition()
/freebsd-12.1/tools/regression/netinet/tcpconnect/
H A DREADME.tcp-md522 * run the server (use same port as given to tcpdump):
25 * run the client (use same port as given to tcpdump):

12345678910>>...60