| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 31 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-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_set_bio.pod | 24 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 D | SSL_CTX_add_session.pod | 19 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 D | BN_add.pod | 51 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
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | time.c | 75 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-13.1/lib/libc/i386/string/ |
| H A D | wcscmp.S | 46 jz same 51 jz same 56 jz same 65 same: xorl %eax,%eax label
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | st,stih4xx.txt | 18 - clock-names: names of the clocks listed in clocks property in the same 36 - clock-names: names of the clocks listed in clocks property in the same 40 - reset-names: names of the resets listed in resets property in the same 50 the same order. 53 - reset-names: names of the resets listed in resets property in the same 62 the same order. 65 the same order 68 - clock-names: names of the clocks listed in clocks property in the same 78 the same order. 82 - clock-names: names of the clocks listed in clocks property in the same [all …]
|
| H A D | allwinner,sun4i-a10-display-engine.yaml | 22 display pipeline, when there are multiple components of the same 23 type at the same depth, the local endpoint ID must be the same as 39 The same rule also applies to DE 2.0 mixer-TCON connections:
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | socionext-netsec.txt | 11 - phy-mode: See ethernet.txt file in the same directory 12 - phy-handle: See ethernet.txt in the same directory. 26 Optional properties: (See ethernet.txt file in the same directory) 29 - max-speed: See ethernet.txt in the same directory. 30 - max-frame-size: See ethernet.txt in the same directory.
|
| H A D | nixge.txt | 8 information of registers in the same order as described by reg-names. 14 - phy-mode: See ethernet.txt file in the same directory. 20 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. 22 - phy-handle: See ethernet.txt file in the same directory.
|
| H A D | fsl-fec.txt | 7 - phy-mode : See ethernet.txt file in the same directory 12 - fixed-link : Assume a fixed link. See fixed-link.txt in the same directory. 31 the same order. The defaults if not specified are 45 according to phy.txt in the same directory 48 To avoid these, create a phy node according to phy.txt in the same
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 19 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-13.1/tools/regression/netinet/tcpstream/ |
| H A D | README | 6 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-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | fs-history | 90 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-13.1/tools/tools/ath/athdecode/ |
| H A D | main.c | 62 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-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | st,sti-asoc-card.txt | 20 - clock-names: name of the clocks listed in clocks property in the same order 22 - reg: CPU DAI IP Base address and size entries, listed in same 26 the same order. 28 - interrupts: CPU_DAI interrupt line, listed in the same order than the 31 - dma: CPU_DAI DMA controller phandle and DMA request line, listed in the same 39 - clocks: CPU_DAI IP clock source, listed in the same order than the
|
| H A D | name-prefix.txt | 4 audio components as list of string pair. Component using the same 12 Example: Two instances of the same component.
|
| /freebsd-13.1/contrib/netbsd-tests/usr.bin/diff/ |
| H A D | t_diff.sh | 59 atf_test_case same 74 atf_add_test_case same
|
| /freebsd-13.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | t_vfs.sh | 134 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-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 261 // For destination vector type is the same as source vector. 324 // For destination vector type is the same as first source vector. 341 // For destination vector type is the same as first source vector. The 356 // For destination vector type is NOT the same as first source vector. 454 // The destination vector type is the same as first source vector. 463 // The destination vector type is the same as first source vector. 473 // The destination vector type is the same as first source vector. 481 // The destination vector type is the same as first source vector. 575 // For destination vector type is NOT the same as source vector. 589 // For unary operations with the same vector type in/out without mask [all …]
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/multiaggs/ |
| H A D | Makefile | 14 tst.same.d \ 15 tst.same.d.out \
|
| /freebsd-13.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindDAG.cmake | 12 # installed at the same time from the same package.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/msm/ |
| H A D | dpu.txt | 18 - clock-names: device clock names, must be in same order as clocks property. 30 - ranges: parent bus address space is the same as the child bus address space. 39 - assigned-clock-rates: list of clock frequencies sorted in the same order as 50 - clock-names: device clock names, must be in same order as clocks property. 71 - assigned-clock-rates: list of clock frequencies sorted in the same order as
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | ca.pod | 159 (see the configuration option B<database>), and uses the same 418 and long names are the same when this option is used. 422 The same as the B<-outdir> command line option. It specifies 427 The same as B<-cert>. It gives the file containing the CA 442 The same as the B<-days> option. The number of days to certify 452 The same as the B<-enddate> option. Either this option or 499 The same as B<-extensions>. 503 The same as B<-crlexts>. 507 The same as B<-preserveDN> 517 The same as B<-msie_hack> [all …]
|
| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | t-qic.c | 183 bool same; local 185 same = strcmp(inout[i].qic_in, inout[i].qic_out) == 0; 205 SM_TEST(!same); 206 if (same)
|