/freebsd-src/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | dsa-onecolumn.pem | 6 B 28 b 53 b 54 b 57 5 67 5 85 5 94 B 111 b 112 B [all …]
|
H A D | cert-onecolumn.pem | 30 B 41 B 56 B 58 B 62 B 72 B 80 B 88 B 92 B 94 b [all …]
|
/freebsd-src/crypto/openssl/doc/man1/ |
H A D | openssl-pkcs8.pod.in | 10 B<openssl> B<pkcs8> 11 [B<-help>] 12 [B<-topk8>] 13 [B<-inform> B<DER>|B<PEM>] 14 [B<-outform> B<DER>|B<PEM>] 15 [B<-in> I<filename>] 16 [B<-passin> I<arg>] 17 [B<-out> I<filename>] 18 [B<-passout> I<arg>] 19 [B<-iter> I<count>] [all …]
|
/freebsd-src/crypto/openssl/test/recipes/10-test_bn_data/ |
H A D | bnmod.txt | 8 # These test vectors satisfy A * B = ModMul (mod M) and 0 <= ModMul < M. 15 B = 1a058d99397db0d209f01212dd4023ae01b15da04fe62d1f76f21622b2695558c67d706c535ca7f19b36f8ef2d508ff… 20 B = -8734c4a2361fc530f60b28a5f1c7e93136c5ff6bfc7553965eaca54c61e6befb3c0f8cef4280e780cc5940d21a740d… 25 B = 536d4b3e4815ae5ed55bae6950f5a8a61d52439d2800ef1b5ba2285b85ed0f6ec4af9fa0e364a6b14f6f6b8bebce920… 30 B = -2b3792f39499767e0a8b7a6a406e470a78f97ebb36765beab5fe52e95abf7582736db72a2ebfdb2405e3954c968b35… 35 B = 1384e60753dd4bc20cdabf398525e7c4aa40065255c5058cae0b2ec90a3821bea8de672a712431aef5864eab719ba62… 40 B = -d7c9b6574354e131de4b8643d766641e98554a03238ebfce1112c3da5f049d6c410a7f05758571aa2625f7190b936a… 45 B = 6f6f3f74187b7d74dee92f79be864d0a2c56d4bca3283742e9cdf15112c8f4208e3ac8ecc98b44b4ad74b0671afa4aa… 50 B = -3a2347b491813252e8ebef1bd181534b074a368d076b8c80bde2e54ec3b4ec99001f43080c7857427e069d99b1b65c… 55 B = 10474ece7ddae5c53c4df5b594439124370932dd94aa5d5b4ddaa233b1a55634fb7d72e33bf1b02965fa9d1538f97e1… [all …]
|
/freebsd-src/sys/dev/drm2/ |
H A D | drm_fourcc.h | 27 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ argument 36 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */ 37 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */ 40 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian… 41 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian… 42 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian… 43 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian… 45 #define DRM_FORMAT_ARGB4444 fourcc_code('A', 'R', '1', '2') /* [15:0] A:R:G:B 4:4:4:4 little endian… 46 #define DRM_FORMAT_ABGR4444 fourcc_code('A', 'B', '1', '2') /* [15:0] A:B:G:R 4:4:4:4 little endian… 47 #define DRM_FORMAT_RGBA4444 fourcc_code('R', 'A', '1', '2') /* [15:0] R:G:B:A 4:4:4:4 little endian… [all …]
|
/freebsd-src/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m15.c | 173 mul20(uint32_t *d, const uint32_t *a, const uint32_t *b) in mul20() argument 177 * nine 5x5 multiplications. We use 13-bit words but do not in mul20() 186 * * four 5x5 muls on 13-bit words in mul20() 187 * * four 5x5 muls on 14-bit words in mul20() 188 * * one 5x5 mul on 15-bit words in mul20() 198 (dw)[5 * (d_off) + 0] = (s1w)[5 * (s1_off) + 0] \ in mul20() 199 + (s2w)[5 * (s2_off) + 0]; \ in mul20() 200 (dw)[5 * (d_off) + 1] = (s1w)[5 * (s1_off) + 1] \ in mul20() 201 + (s2w)[5 * (s2_off) + 1]; \ in mul20() 202 (dw)[5 * (d_off) + 2] = (s1w)[5 * (s1_off) + 2] \ in mul20() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrFormats.td | 43 let MIOperandInfo = (ops GPR32:$B, immS<9>:$S9); 49 let MIOperandInfo = (ops GPR32:$B, i32imm:$LImm); 82 def ByteSM : DataSizeMode<0b01, "B", "b">; 129 // All 32-bit ARC instructions have a 5-bit "major" opcode class designator 145 // A - Inst[5-0] = A[5-0], when the format has A. A is always a register. 146 // B - Inst[14-12] = B[5-3], Inst[26-24] = B[2-0], when the format has B. 147 // B is always a register. 148 // C - Inst[11-6] = C[5-0], when the format has C. C can either be a register, 155 class F32_BR<bits<5> major, dag outs, dag ins, bit b16, string asmstr, 162 let Inst{5} = N; [all …]
|
/freebsd-src/secure/caroot/trusted/ |
H A D | QuoVadis_Root_CA_1_G3.pem | 18 78:58:5f:2e:ad:2c:19:4b:e3:37:07:35:34:13:28:b5:96:d4:65:93 30 31:ca:dc:2d:e4:11:a9:04:3c:1b:55:c1:e7:58:30: 32 4f:ad:47:87:6c:ec:5b:49:c1:4a:d5:bb:8f:ec:87: 34 da:f0:53:c9:66:3c:d4:ac:02:01:da:24:d3:3b:a8: 39 92:b4:fc:23:d3:cf:d5:c4:27:49:e0:9e:3c:9b:08: 40 a3:8b:5d:2a:21:e0:fc:39:aa:53:da:7d:7e:cf:1a: 41 09:53:bc:5d:05:04:cf:a1:4a:8f:8b:76:82:0d:a1: 42 f8:d2:c7:14:77:5b:90:36:07:81:9b:3e:06:fa:52: 43 5e:63:c5:a6:00:fe:a5:e9:52:1b:52:b5:92:39:72: 45 f3:04:d1:40:e2:4e:8b:86:f4:6f:e5:83:a0:27:84: [all …]
|
H A D | Certum_Trusted_Network_CA_2.pem | 18 21:d6:d0:4a:4f:25:0f:c9:32:37:fc:aa:5e:12:8d:e9 29 00:bd:f9:78:f8:e6:d5:80:0c:64:9d:86:1b:96:64: 30 67:3f:22:3a:1e:75:01:7d:ef:fb:5c:67:8c:c9:cc: 31 5c:6b:a9:91:e6:b9:42:e5:20:4b:9b:da:9b:7b:b9: 32 99:5d:d9:9b:80:4b:d7:84:40:2b:27:d3:e8:ba:30: 33 bb:3e:09:1a:a7:49:95:ef:2b:40:24:c2:97:c7:a7: 34 ee:9b:25:ef:a8:0a:00:97:85:5a:aa:9d:dc:29:c9: 36 9b:d1:fb:31:7f:8f:e0:5f:e1:b1:3f:0f:8e:16:49: 38 8d:1b:46:be:47:30:d5:2e:72:d1:c5:63:da:e7:63: 39 79:44:7e:4b:63:24:89:86:2e:34:3f:29:4c:52:8b: [all …]
|
H A D | QuoVadis_Root_CA_2_G3.pem | 18 44:57:34:24:5b:81:89:9b:35:f2:ce:b8:2b:3b:5b:a7:26:f0:75:28 30 e2:eb:23:71:e2:9a:d1:61:66:21:5f:aa:af:27:51: 31 e5:6e:1b:16:d4:2d:7d:50:b0:53:77:bd:78:3a:60: 32 e2:64:02:9b:7c:86:9b:d6:1a:8e:ad:ff:1f:15:7f: 36 a1:7d:6b:b2:3a:25:a9:6d:52:44:ac:f8:be:6e:fb: 38 ad:ad:a0:8c:ff:a6:0b:25:52:25:e7:16:01:d5:cb: 39 b8:35:81:0c:a3:3b:f0:e1:e1:fc:5a:5d:ce:80:71: 40 6d:f8:49:ab:3e:3b:ba:b8:d7:80:01:fb:a5:eb:5b: 41 b3:c5:5e:60:2a:31:a0:af:37:e8:20:3a:9f:a8:32: 42 2c:0c:cc:09:1d:d3:9e:8e:5d:bc:4c:98:ee:c5:1a: [all …]
|
H A D | SwissSign_Silver_CA_-_G2.pem | 29 bc:c7:f7:bc:37:e7:4e:71:ba:4b:8f:a5:73:1d:5c: 31 68:10:c1:78:ae:19:03:2b:10:fa:2c:79:83:f6:e8: 32 b9:68:b9:55:f2:04:44:a7:39:f9:fc:04:8b:1e:f1: 33 a2:4d:27:f9:61:7b:ba:b7:e5:a2:13:b6:eb:61:3e: 34 d0:6c:d1:e6:fb:fa:5e:ed:1d:b4:9e:a0:35:5b:a1: 35 92:cb:f0:49:92:fe:85:0a:05:3e:e6:d9:0b:e2:4f: 38 47:e8:83:5a:50:58:e9:8a:8b:b9:5d:a1:dc:dd:99: 41 94:71:7b:67:64:b8:b6:91:4a:42:7b:65:2e:30:6a: 43 b2:4b:e5:45:85:e6:6d:78:93:04:2e:9c:82:6d:36: 44 a9:c4:31:64:1f:86:83:0b:2a:f4:35:0a:78:c9:55: [all …]
|
H A D | Entrust_Root_Certification_Authority_-_G4.pem | 31 19:d8:af:84:6d:30:70:5d:7e:f3:2e:d2:53:99:e1: 32 fe:1f:5e:d9:48:af:5d:13:8d:db:ff:63:33:4d:d3: 34 b3:fd:fd:c4:4f:e8:aa:e2:a0:3b:79:cd:bf:6b:43: 36 4b:8a:2a:6f:2a:04:b5:b2:a6:c7:a0:7a:e6:48:ab: 38 4b:15:41:ed:49:4a:c9:de:10:97:d6:76:c1:ef:a5: 40 db:61:56:82:34:dc:cb:88:60:0c:0b:5a:e5:2c:01: 41 c6:54:af:d7:aa:c1:10:7b:d2:05:5a:b8:40:9e:86: 43 65:52:6a:f5:3c:e7:a8:f2:9c:af:8b:bd:d3:0e:d4: 44 d4:5e:6e:87:9e:6a:3d:45:1d:d1:5d:1b:f4:e9:0a: 47 57:c1:b3:2f:f5:6d:f2:fb:ca:a1:f8:29:9d:46:8b: [all …]
|
H A D | NAVER_Global_Root_Certification_Authority.pem | 18 01:94:30:1e:a2:0b:dd:f5:c5:33:2a:b1:43:44:71:f8:d6:50:4d:0d 29 00:b6:d4:f1:93:5c:b5:40:89:0a:ab:0d:90:5b:50: 30 63:ae:90:94:74:17:45:72:d6:7b:65:5a:29:4b:a7: 31 56:a0:4b:b8:2f:42:75:e9:d9:7b:24:5a:31:65:ab: 33 26:5e:59:8a:77:e3:e8:48:9c:31:16:fa:3e:91:b1: 35 e5:da:32:5d:c3:c5:e6:f9:ee:11:c7:8b:c9:44:1e: 37 b6:c9:02:1d:be:83:51:bb:5c:da:f8:ad:15:6a:99: 38 f7:92:54:f7:34:5b:e9:bf:ea:29:81:12:d4:53:91: 39 96:b3:91:5a:dd:fe:90:73:28:fb:30:46:b5:ca:08: 41 d0:3d:5a:45:b6:69:a7:29:fb:23:ce:88:d8:12:9c: [all …]
|
H A D | Certainly_Root_R1.pem | 18 8e:0f:f9:4b:90:71:68:65:33:54:f4:d4:44:39:b7:e0 30 dd:13:0d:6a:7b:22:13:1c:97:3c:68:63:66:32:9c: 31 03:b5:8d:a4:81:83:da:78:30:11:cf:dc:b2:2b:be: 33 be:b2:dd:04:e4:6b:2a:dd:37:1f:60:2c:db:f5:f7: 35 9b:f9:8b:be:0e:df:31:b7:9d:68:5c:92:a6:f5:e5: 36 f3:0a:34:b5:ff:7b:a2:e4:87:a1:c6:af:17:00:ef: 37 03:91:ed:a9:1c:4e:71:3d:d2:8b:6c:89:f4:78:86: 38 e6:6a:49:a0:ce:b5:d2:b0:ab:9b:f6:f4:d4:2e:e3: 40 73:21:74:c8:4a:96:61:92:f5:2f:0b:18:a5:f4:ad: 43 8a:51:c5:86:26:79:b2:11:88:5e:c5:f0:0a:54:cd: [all …]
|
H A D | DigiCert_Trusted_Root_G4.pem | 18 05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c 29 00:bf:e6:90:73:68:de:bb:e4:5d:4a:3c:30:22:30: 31 e1:29:a7:3d:58:ab:76:9a:cd:ae:7b:1b:84:0d:c4: 32 30:1f:f3:1b:a4:38:16:eb:56:c6:97:6d:1d:ab:b2: 33 79:f2:ca:11:d2:e4:5f:d6:05:3c:52:0f:52:1f:c6: 36 df:82:f3:07:84:e6:74:3b:6d:71:e2:2d:0c:1b:ee: 37 20:d5:c9:20:1d:63:29:2d:ce:ec:5e:4e:c8:93:f8: 38 21:61:9b:34:eb:05:c6:5e:ec:5b:1a:bc:eb:c9:cf: 39 cd:ac:34:40:5f:b1:7a:66:ee:77:c8:48:a8:66:57: 40 57:9f:54:58:8e:0c:2b:b7:4f:a7:30:d9:56:ee:ca: [all …]
|
H A D | IdenTrust_Commercial_Root_CA_1.pem | 30 82:b2:a9:4f:8f:67:89:5d:84:d9:53:dd:0c:28:d9: 31 d7:f0:ff:ae:95:43:72:99:f9:b5:5d:7c:8a:c1:42: 32 e1:31:50:74:d1:81:0d:7c:cd:9b:21:ab:43:e2:ac: 33 ad:5e:86:6e:f3:09:8a:1f:5a:32:bd:a2:eb:94:f9: 34 e8:5c:0a:ec:ff:98:d2:af:71:b3:b4:53:9f:4e:87: 35 ef:92:bc:bd:ec:4f:32:30:88:4b:17:5e:57:c4:53: 36 c2:f6:02:97:8d:d9:62:2b:bf:24:1f:62:8d:df:c3: 37 b8:29:4b:49:78:3c:93:60:88:22:fc:99:da:36:c8: 40 ef:ae:3f:40:f5:6d:5a:04:fd:ce:34:ca:24:dc:74: 41 23:1b:5d:33:13:12:5d:c4:01:25:f6:30:dd:02:5d: [all …]
|
H A D | CFCA_EV_ROOT.pem | 28 00:d7:5d:6b:cd:10:3f:1f:05:59:d5:05:4d:37:b1: 29 0e:ec:98:2b:8e:15:1d:fa:93:4b:17:82:21:71:10: 31 0c:1b:c2:e0:a3:67:d6:0c:ac:cf:22:ae:af:77:54: 32 2a:4b:4c:8a:53:52:7a:c3:ee:2e:de:b3:71:25:c1: 33 e9:5d:3d:ee:a1:2f:a3:f7:2a:3c:c9:23:1d:6a:ab: 36 2e:49:df:90:cd:b8:5f:be:3f:de:a1:ca:4d:20:d4: 40 2c:96:65:7b:ca:59:fa:f2:e2:dd:ee:30:2c:fb:cc: 41 46:ac:c4:63:eb:6f:7f:36:2b:34:73:12:94:7f:df: 42 cc:26:9e:f1:72:5d:50:65:59:8f:69:b3:87:5e:32: 43 6f:c3:18:8a:b5:95:8f:b0:7a:37:de:5a:45:3b:c7: [all …]
|
H A D | GTS_Root_R2.pem | 29 00:ce:de:fd:a6:fb:ec:ec:14:34:3c:07:06:5a:6c: 30 59:f7:19:35:dd:f7:c1:9d:55:aa:d3:cd:3b:a4:93: 31 72:ef:0a:fa:6d:9d:f6:f0:85:80:5b:a1:48:52:9f: 33 6c:99:1f:c4:22:1d:9f:fe:72:77:e0:2c:5b:af:e4: 34 04:bf:4f:72:a0:1a:34:98:e8:39:68:ec:95:25:7b: 37 8b:49:93:df:c1:5b:d0:6e:5e:f0:2e:30:2e:82:fc: 38 fa:bc:b4:17:0a:48:e5:88:9b:c5:9b:6b:de:b0:ca: 39 b4:03:f0:da:f4:90:b8:65:64:f7:5c:4c:ad:e8:7e: 40 66:5e:99:d7:b8:c2:3e:c8:d0:13:9d:ad:ee:e4:45: 41 7b:89:55:f7:8a:1f:62:52:84:12:b3:c2:40:97:e3: [all …]
|
/freebsd-src/contrib/llvm-project/libcxx/include/__charconv/ |
H A D | tables.h | 32 …'0', '0', '0', '1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '1', '0', '1', '1'… 33 …'1', '3', '1', '4', '1', '5', '1', '6', '1', '7', '2', '0', '2', '1', '2', '2', '2', '3', '2', '4'… 34 …'2', '6', '2', '7', '3', '0', '3', '1', '3', '2', '3', '3', '3', '4', '3', '5', '3', '6', '3', '7'… 35 …'4', '1', '4', '2', '4', '3', '4', '4', '4', '5', '4', '6', '4', '7', '5', '0', '5', '1', '5', '2'… 36 …'5', '4', '5', '5', '5', '6', '5', '7', '6', '0', '6', '1', '6', '2', '6', '3', '6', '4', '6', '5'… 37 '6', '7', '7', '0', '7', '1', '7', '2', '7', '3', '7', '4', '7', '5', '7', '6', '7', '7'}; 40 …'0', '0', '0', '1', '0', '2', '0', '3', '0', '4', '0', '5', '0', '6', '0', '7', '0', '8', '0', '9'… 41 …'b', '0', 'c', '0', 'd', '0', 'e', '0', 'f', '1', '0', '1', '1', '1', '2', '1', '3', '1', '4', '1'… 42 …'1', '7', '1', '8', '1', '9', '1', 'a', '1', 'b', '1', 'c', '1', 'd', '1', 'e', '1', 'f', '2', '0'… 43 …'2', '2', '3', '2', '4', '2', '5', '2', '6', '2', '7', '2', '8', '2', '9', '2', 'a', '2', 'b', '2'… [all …]
|
/freebsd-src/contrib/bearssl/src/hash/ |
H A D | sha1.c | 27 #define F(B, C, D) ((((C) ^ (D)) & (B)) ^ (D)) argument 28 #define G(B, C, D) ((B) ^ (C) ^ (D)) argument 29 #define H(B, C, D) (((D) & (C)) | (((D) | (C)) & (B))) argument 30 #define I(B, C, D) G(B, C, D) argument 40 const uint32_t br_sha1_IV[5] = { 49 uint32_t a, b, c, d, e; in br_sha1_round() local 53 b = val[1]; in br_sha1_round() 63 for (i = 0; i < 20; i += 5) { in br_sha1_round() 64 e += ROTL(a, 5) + F(b, c, d) + K1 + m[i + 0]; b = ROTL(b, 30); in br_sha1_round() 65 d += ROTL(e, 5) + F(a, b, c) + K1 + m[i + 1]; a = ROTL(a, 30); in br_sha1_round() [all …]
|
/freebsd-src/secure/caroot/untrusted/ |
H A D | GeoTrust_Universal_CA_2.pem | 28 e7:b1:c3:45:28:e5:d7:d1:ed:c5:c5:4b:a1:aa:74: 29 7b:57:af:4a:26:fc:d8:f5:5e:a7:6e:19:db:74:0c: 30 4f:35:5b:32:0b:01:e3:db:eb:7a:77:35:ea:aa:5a: 32 1e:5c:4e:2b:85:26:74:82:7a:0c:76:a0:6f:4d:ce: 33 41:2d:a0:15:06:14:5f:b7:42:cd:7b:8f:58:61:34: 35 5b:ce:d0:4a:7c:04:d3:19:73:27:f0:aa:98:7f:2e: 36 af:4e:eb:87:1e:24:77:6a:5d:b6:e8:5b:45:ba:dc: 39 79:bd:00:3c:12:6d:2b:15:b1:ac:4b:b1:ee:18:b9: 40 4e:96:dc:dc:76:ff:3b:be:cf:5f:03:c0:fc:3b:e8: 41 be:46:1b:ff:da:40:c2:52:f7:fe:e3:3a:f7:6a:77: [all …]
|
H A D | SwissSign_Platinum_CA_-_G2.pem | 27 de:96:5c:64:1f:c7:2f:7e:cf:67:fa:44:42:d6:76: 30 b7:37:93:22:c0:50:9c:82:7b:d4:d5:04:44:5c:cb: 31 b4:c2:9f:92:be:24:d8:7b:67:22:e2:69:5f:e5:05: 32 78:d4:87:d9:71:70:33:25:53:b4:87:3b:29:90:28: 36 f6:16:eb:4b:7b:90:32:97:b9:ba:9d:58:f1:f8:57: 37 49:04:1e:a2:5d:06:70:dd:71:db:f9:dd:8b:9a:1b: 40 6f:3b:a8:85:31:09:7f:0b:c7:e8:65:e9:e3:78:0e: 41 09:67:30:8b:34:82:fb:5d:e0:cc:9d:81:6d:62:ee: 42 08:1e:04:2c:4e:9b:ec:fe:a9:4f:5f:fd:69:78:ef: 43 09:1f:a1:b4:bf:fa:f3:ef:90:1e:4c:05:8b:1e:ea: [all …]
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | games | 39 0 string 5\x0aIntroduction Quake I save: start Introduction 40 0 string 5\x0athe_Slipgate_Complex Quake I save: e1m1 The slipgate complex 41 0 string 5\x0aCastle_of_the_Damned Quake I save: e1m2 Castle of the damned 42 0 string 5\x0athe_Necropolis Quake I save: e1m3 The necropolis 43 0 string 5\x0athe_Grisly_Grotto Quake I save: e1m4 The grisly grotto 44 0 string 5\x0aZiggurat_Vertigo Quake I save: e1m8 Ziggurat vertigo (secret) 45 0 string 5\x0aGloom_Keep Quake I save: e1m5 Gloom keep 46 0 string 5\x0aThe_Door_To_Chthon Quake I save: e1m6 The door to Chthon 47 0 string 5\x0aThe_House_of_Chthon Quake I save: e1m7 The house of Chthon 48 0 string 5\x0athe_Installatio [all...] |
/freebsd-src/sys/crypto/openssl/aarch64/ |
H A D | sha1-armv8.S | 18 b.ne .Lv8_entry 52 add w24,w24,w27 // e+=rot(a,5) 55 add w24,w24,w25 // e+=F(b,c,d) 66 add w23,w23,w27 // e+=rot(a,5) 69 add w23,w23,w25 // e+=F(b,c,d) 77 add w22,w22,w27 // e+=rot(a,5) 80 add w22,w22,w25 // e+=F(b,c,d) 91 add w21,w21,w27 // e+=rot(a,5) 94 add w21,w21,w25 // e+=F(b,c,d) 102 add w20,w20,w27 // e+=rot(a,5) [all …]
|
/freebsd-src/crypto/openssl/test/certs/ |
H A D | rootCA.pem | 16 00:c0:f1:6b:77:88:ac:35:df:fb:73:53:2f:92:80: 17 2f:74:16:32:4d:f5:10:20:6f:6c:3a:8e:d1:dc:6b: 18 e1:2e:3e:c3:04:0f:bf:9b:c4:c9:12:d1:e4:0b:45: 19 97:e5:06:cd:66:3a:e1:e0:e2:2b:df:a2:c4:ec:7b: 20 d3:3d:3c:8a:ff:5e:74:a0:ab:a7:03:6a:16:5b:5e: 21 92:c4:7e:5b:79:8a:69:d4:bc:83:5e:ae:42:92:74: 22 a5:2b:e7:00:c1:a9:dc:d5:b1:53:07:0f:73:f7:8e: 24 20:c3:fd:17:cf:91:3d:63:10:1c:14:5b:fb:c3:a8: 26 08:2c:d4:df:81:a3:79:c9:fe:1e:9b:93:16:53:b7: 29 ad:fd:df:8d:b4:0b:af:7e:41:e0:21:3c:c8:33:45: [all …]
|