/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_rc2.txt | 9 # A valid set of RC2 test vectors could not be found for all RC2 modes - the 12 Title = RC2 Test vectors 15 Cipher = RC2-ECB 21 Cipher = RC2-ECB 28 Cipher = RC2-CBC 35 Cipher = RC2-CBC 44 Cipher = RC2-40-CBC 52 Cipher = RC2-40-CBC 60 Cipher = RC2-40-CBC 67 Cipher = RC2-64-CBC [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_CIPHER-RC2.pod | 5 EVP_CIPHER-RC2 - The RC2 EVP_CIPHER implementations 9 Support for RC2 symmetric encryption using the B<EVP_CIPHER> API. 17 =item "RC2-CBC", "RC2" or "RC2-128" 19 =item "RC2-40-CBC" or "RC2-40" 21 =item "RC2-64-CBC" or "RC2-64" 23 =item "RC2-ECB" 25 =item "RC2-CFB" 27 =item "RC2-OFB"
|
H A D | OSSL_PROVIDER-legacy.pod | 72 =item RC2, see L<EVP_CIPHER-RC2(7)>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatternsV65.td | 43 multiclass vgathermhq<RegisterClass RC1, RegisterClass RC2> { 48 RC2:$Vq, IntRegs:$Rt, ModRegs:$Mu, 54 multiclass vgathermwq<RegisterClass RC1, RegisterClass RC2> { 59 RC2:$Vq, IntRegs:$Rt, ModRegs:$Mu, 65 multiclass vgathermhwq<RegisterClass RC1, RegisterClass RC2> { 70 RC2:$Vq, IntRegs:$Rt, ModRegs:$Mu,
|
H A D | HexagonGenInsert.cpp | 340 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); in operator ()() local 341 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()() 343 const BitTracker::BitValue &V1 = RC1[i], &V2 = RC2[i]; in operator ()() 358 const BitTracker::RegisterCell &RC2 = CM.lookup(VR2); in operator ()() local 359 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()() 373 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2]; in operator ()()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_rc2_cbc.pod | 12 - EVP RC2 cipher 28 The RC2 encryption algorithm for EVP. 38 RC2 encryption algorithm in CBC, CFB, ECB and OFB modes respectively. This is a 45 RC2 algorithm in CBC mode with a default key length and effective key length of 58 L<EVP_CIPHER_fetch(3)> with L<EVP_CIPHER-RC2(7)> instead.
|
H A D | CMS_add1_signer.pod | 80 bit AES, 128 bit AES, triple DES, 128 bit RC2, 64 bit RC2, DES and 40 bit RC2.
|
H A D | PKCS7_sign_add_signer.pod | 67 algorithms: triple DES, 128 bit RC2, 64 bit RC2, DES and 40 bit RC2. If any of
|
H A D | PKCS7_sign.pod | 61 algorithms: triple DES, 128 bit RC2, 64 bit RC2, DES and 40 bit RC2. If any of
|
H A D | CMS_sign.pod | 68 bit AES, 128 bit AES, triple DES, 128 bit RC2, 64 bit RC2, DES and 40 bit RC2.
|
H A D | PKCS7_encrypt.pod | 34 bit RC2. These can be used by passing EVP_rc2_40_cbc() and EVP_rc2_64_cbc()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc2.c | 272 IMPLEMENT_cipher(rc2, RC2, ecb, ECB, RC2_FLAGS, 128, 64, 0, block) 274 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 128, 64, 64, block) 276 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 40, 64, 64, block) 278 IMPLEMENT_cipher(rc2, RC2, cbc, CBC, RC2_FLAGS, 64, 64, 64, block) 281 IMPLEMENT_cipher(rc2, RC2, ofb128, OFB, RC2_FLAGS, 128, 8, 64, stream) 283 IMPLEMENT_cipher(rc2, RC2, cfb128, CFB, RC2_FLAGS, 128, 8, 64, stream)
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-pkcs8.pod.in | 190 =item B<PBE-SHA1-RC2-64>, B<PBE-MD2-RC2-64>, B<PBE-MD5-RC2-64>, B<PBE-SHA1-DES> 194 software. They are mentioned in PKCS#5 v2.0. They use either 64 bit RC2 or 197 …8>, B<PBE-SHA1-RC4-40>, B<PBE-SHA1-3DES>, B<PBE-SHA1-2DES>, B<PBE-SHA1-RC2-128>, B<PBE-SHA1-RC2-40> 200 allow strong encryption algorithms like triple DES or 128 bit RC2 to be used. 250 pkcs-tng mailing list using triple DES, DES and RC2 with high iteration
|
H A D | openssl-enc.pod.in | 262 All RC2 ciphers have the same key and effective key length. 352 rc2-cbc 128 bit RC2 in CBC mode 354 rc2-cfb 128 bit RC2 in CFB mode 355 rc2-ecb 128 bit RC2 in ECB mode 356 rc2-ofb 128 bit RC2 in OFB mode 357 rc2-64-cbc 64 bit RC2 in CBC mode 358 rc2-40-cbc 40 bit RC2 in CBC mode 448 certain parameters. So if, for example, you want to use RC2 with a
|
H A D | openssl-pkcs12.pod.in | 90 for example, RC2-40-CBC, 144 is RC2_CBC or 3DES_CBC depending on whether the RC2 cipher is enabled 400 encrypted private keys, then the option B<-keypbe> I<PBE-SHA1-RC2-40> can 401 be used to reduce the private key encryption to 40 bit RC2. A complete
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vorbis | 76 # Vorbis RC2 has a bug which puts -1000 in the min/max bitrate fields 111 >>>>>>(84.b+120) string 20010813 (1.0 RC2) 112 >>>>>>(84.b+120) string 20010816 (RC2 - Garf tuned v1) 113 >>>>>>(84.b+120) string 20011014 (RC2 - Garf tuned v2)
|
H A D | mcrypt | 36 >3 byte 11 algorithm: RC2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.cpp | 318 const TargetRegisterClass *RC2 = in expandBuildPairF64() local 323 int FI = MF.getInfo<MipsFunctionInfo>()->getMoveF64ViaSpillFI(MF, RC2); in expandBuildPairF64() 330 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, 0); in expandBuildPairF64() 385 const TargetRegisterClass *RC2 = &Mips::GPR32RegClass; in expandExtractElementF64() local 391 TII.loadRegFromStack(MBB, I, DstReg, FI, RC2, &RegInfo, Offset); in expandExtractElementF64()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_rc2.c | 42 IMPLEMENT_BLOCK_CIPHER(rc2, ks, RC2, EVP_RC2_KEY, NID_rc2,
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 200 pkcs5 4 : PBE-MD2-RC2-64 : pbeWithMD2AndRC2-CBC 201 pkcs5 6 : PBE-MD5-RC2-64 : pbeWithMD5AndRC2-CBC 203 pkcs5 11 : PBE-SHA1-RC2-64 : pbeWithSHA1AndRC2-CBC 372 pkcs12-pbeids 5 : PBE-SHA1-RC2-128 : pbeWithSHA1And128BitRC2-CBC 374 pkcs12-pbeids 6 : PBE-SHA1-RC2-40 : pbeWithSHA1And40BitRC2-CBC 409 rsadsi 3 2 : RC2-CBC : rc2-cbc 410 : RC2-ECB : rc2-ecb 412 : RC2-CFB : rc2-cfb 414 : RC2-OFB : rc2-ofb 415 : RC2-40-CBC : rc2-40-cbc [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 2257 CodeGenRegisterClass *RC2 = &*I; in inferCommonSubClass() local 2258 if (RC1 == RC2) in inferCommonSubClass() 2263 const CodeGenRegister::Vec &Memb2 = RC2->getMembers(); in inferCommonSubClass() 2276 if (RC2->RSI.hasStricterSpillThan(RC1->RSI)) in inferCommonSubClass() 2277 std::swap(RC1, RC2); in inferCommonSubClass() 2280 RC1->getName() + "_and_" + RC2->getName()); in inferCommonSubClass()
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 136 @item Windows 2003RC2: maximum encryption type is RC4, relationship defaults to DES 140 For Windows 2003RC2, to change the trust encryption type, you have to use the 164 And if needed, to remove unsupported encryptions, such as the following ones for a Windows 2003RC2 …
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | Makefile | 12 MAN+= EVP_CIPHER-RC2.7
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 1095 (4.2.8p3-RC2) 2015/06/24 Released by Harlan Stenn <stenn@ntp.org> 1189 (4.2.8p2-RC2) 2015/04/03 Released by Harlan Stenn <stenn@ntp.org> 1266 (4.2.8p1-RC2) 2015/01/29 Released by Harlan Stenn <stenn@ntp.org> 2126 * [Bug 2082] from 4.2.6p5-RC3: 3-char refid sent by ntpd 4.2.6p5-RC2 2137 * [Bug 2050] from 4.2.6p5-RC2: Orphan mode stratum counting to infinity. 2138 * [Bug 2059] from 4.2.6p5-RC2: optional billboard column "server" does 2140 * [Bug 2066] from 4.2.6p5-RC2: ntpq lopeers ipv6 "local" column overrun. 2141 * [Bug 2068] from 4.2.6p5-RC2: ntpd sends nonprintable stratum 16 refid 2143 * [Bug 2069] from 4.2.6p5-RC2: broadcastclient, multicastclient spin up 2145 * [Bug 2072] from 4.2.6p5-RC2 [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 865 auto RC2 = SrcReg2 != 0 ? MRI.getRegClass(SrcReg2) : nullptr; in PPCEmitCmp() local 887 if (RC2 && isVSSRCRegClass(RC2)) in PPCEmitCmp() 905 } else if (isVSFRCRegClass(RC1) || (RC2 && isVSFRCRegClass(RC2))) { in PPCEmitCmp()
|