Home
last modified time | relevance | path

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

12345678910>>...66

/freebsd-12-stable/crypto/openssl/doc/man7/
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
55 plaintext is encrypted using the same key and starting variable.
65 The use of different starting variables prevents the same plaintext
66 enciphering to the same ciphertext.
86 The CFB mode produces the same ciphertext whenever the same
87 plaintext is encrypted using the same key and starting variable.
97 The use of different starting variables prevents the same plaintext
98 enciphering to the same ciphertext.
[all …]
/freebsd-12-stable/contrib/sendmail/libsm/
Dstrcaseeq.c37 bool same; local
59 same = *l1 == *l2;
62 return same;
85 bool same; local
109 same = *l1 == *l2;
112 return same;
Dt-qic.c194 bool same; local
196 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0;
216 SM_TEST(!same);
217 if (same)
/freebsd-12-stable/crypto/openssl/doc/man3/
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
60 same as the previously set value, then no additional references are consumed.
65 same as the
72 same as the previously set value and the old B<rbio> and B<wbio> values
[all …]
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
DBN_add.pod51 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
54 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
57 I<r> may be the same B<BIGNUM> as I<a> or I<b>.
61 (C<r=a^2>). I<r> and I<a> may be the same B<BIGNUM>.
84 the same B<BIGNUM> as I<a> or I<b>. For more efficient algorithms for
85 repeated computations using the same modulus, see
108 places the result in I<r>. I<r> may be the same B<BIGNUM> as I<a> or
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-stable/contrib/binutils/binutils/
DMakefile.am449 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
454 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
460 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
464 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
467 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
470 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.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 \
[all …]
DMakefile.in1199 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1204 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1210 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1214 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
1217 ../bfd/bfdver.h config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h \
1220 config.h $(INCDIR)/fopen-same.h ../bfd/bfd.h $(INCDIR)/ansidecl.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 \
[all …]
/freebsd-12-stable/stand/i386/libi386/
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-stable/lib/libc/i386/string/
Dwcscmp.S46 jz same
51 jz same
56 jz same
65 same: xorl %eax,%eax label
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
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-stable/contrib/gcc/doc/
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
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-stable/contrib/subversion/subversion/libsvn_fs_base/notes/
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
139 to modify the filesystem -- if, and only if, they are the same, the node
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
234 3. If the node revision is on the same branch as its parent before
[all …]
/freebsd-12-stable/tools/regression/netinet/tcpstream/
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-stable/tools/tools/ath/athdecode/
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-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicsRISCV.td261 // For destination vector type is the same as source vector.
267 // For destination vector type is the same as first source vector (with mask).
274 // For destination vector type is the same as first and second source vector.
280 // For destination vector type is the same as first and second source vector.
286 // For destination vector type is the same as first and second source vector.
299 // For destination vector type is the same as first and second source vector.
307 // For destination vector type is the same as first source vector, and the
315 // For destination vector type is the same as first source vector (with mask).
324 // For destination vector type is the same as first source vector.
332 // For destination vector type is the same as first source vector (with mask).
[all …]
/freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/
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-stable/contrib/netbsd-tests/usr.bin/diff/
Dt_diff.sh59 atf_test_case same
74 atf_add_test_case same
/freebsd-12-stable/crypto/openssl/doc/man1/
Dca.pod159 (see the configuration option B<database>), and uses the same
175 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or
176 YYYYMMDDHHMMSSZ (the same as an ASN1 GeneralizedTime structure). In
182 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure), or
183 YYYYMMDDHHMMSSZ (the same as an ASN1 GeneralizedTime structure). In
213 Normally the DN order of a certificate is the same as the order of the
215 is the same as the request. This is largely for compatibility with the
366 This is the same as B<crl_compromise> except the revocation reason is set to
418 and long names are the same when this option is used.
422 The same as the B<-outdir> command line option. It specifies
[all …]
/freebsd-12-stable/contrib/libpcap/cmake/Modules/
DFindDAG.cmake12 # installed at the same time from the same package.
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/multiaggs/
DMakefile14 tst.same.d \
15 tst.same.d.out \
/freebsd-12-stable/contrib/gdb/gdb/gdbserver/
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-stable/contrib/gdb/gdb/
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()

12345678910>>...66