| /freebsd/contrib/openbsm/libbsm/ |
| H A D | Makefile.am | 31 au_class.3 \ 32 au_control.3 \ 33 au_domain.3 \ 34 au_errno.3 \ 35 au_event.3 \ 36 au_fcntl_cmd.3 \ 37 au_free_token.3 \ 38 au_io.3 \ 39 au_mask.3 \ 40 au_notify.3 \ [all …]
|
| H A D | Makefile.in | 110 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 111 *) f=$$p;; \ 113 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 131 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 132 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 133 $(am__cd) "$$dir" && rm -f $$files; }; \ 168 am__mv = mv -f 212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 348 au_class.3 \ 349 au_control.3 \ [all …]
|
| /freebsd/contrib/tcsh/ |
| H A D | ed.defns.c | 16 * 3. Neither the name of the University nor the names of its contributors 45 #define F_NEWLINE 3 305 F_CHARFWD, /* ^F */ 350 F_DIGIT, /* 3 */ 369 F_INSERT, /* F */ 401 F_INSERT, /* f */ 433 F_UNASSIGNED, /* M-^F */ 478 F_ARGDIGIT, /* M-3 */ 497 F_WORDFWD, /* M-F */ 529 F_WORDFWD, /* M-f */ [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | kresults.expected | 3 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 12 46 64 31 29 64 86 ED 9C D7 1F C2 07 25 48 20 A2 15 C4 A8 5A EB 0B 20 41 49 4F 8B F1 F8 CD 30 F1 13 23 22 3C F8 A8 29 95 80 49 57 87 6E 9F A7 11 63 50 24 6B 4E 5B 8C 8F A4 DB 1B 95 D3 E8 C5 C5 FB 5A 00 26 F3 B2 BB 53 D6 F4 A3 AE 9E EB B1 3D B2 F7 E9 90 27 83 FE B6 7B 73 4F CE DB 8E 97 D4 06 96 11 B7 23 31 E7 37 52 90 60 E7 10 A9 3E 97 18 DD 3E 29 41 8E 32 94 8F E9 20 1F 8D FB 3A 22 CF 22 E8 94 1D 42 7B 34 25 4F 90 96 01 9B 09 27 5E FF 95 69 E0 70 DC 50 [all …]
|
| /freebsd/sys/dev/kbd/ |
| H A D | kbdtables.h | 16 * 3. The name of the author may not be used to endorse or promote products 49 /*04*/{{ '3', '#', NOP, NOP, '3', '#', NOP, NOP, }, 0x33,0x00 }, 60 /*0f*/{{ 0x09, BTAB, NOP, NOP, 0x09, BTAB, NOP, NOP, }, 0x77,0x00 }, 76 /*1f*/{{ 's', 'S', 0x13, 0x13, 's', 'S', 0x13, 0x13, }, 0x00,0x01 }, 78 /*21*/{{ 'f', 'F', 0x06, 0x06, 'f', 'F', 0x06, 0x06, }, 0x00,0x01 }, 92 /*2f*/{{ 'v', 'V', 0x16, 0x16, 'v', 'V', 0x16, 0x16, }, 0x00,0x01 }, 103 /*3a*/{{ CLK, CLK, CLK, CLK, CLK, CLK, CLK, CLK, }, 0xFF,0x00 }, 104 /*3b*/{{ F( 1), F(13), F(25), F(37), S( 1), S(11), S( 1), S(11),}, 0xFF,0x00 }, 105 /*3c*/{{ F( 2), F(14), F(26), F(38), S( 2), S(12), S( 2), S(12),}, 0xFF,0x00 }, 106 /*3d*/{{ F( 3), F(15), F(27), F(39), S( 3), S(13), S( 3), S(13),}, 0xFF,0x00 }, [all …]
|
| /freebsd/contrib/bc/manuals/ |
| H A D | bcl.3 | 28 .TH "BCL" "3" "January 2024" "Gavin D. Howard" "Libraries Manual" 35 \f[I]#include <bcl.h>\f[R] 37 Link with \f[I]\-lbcl\f[R], and on POSIX systems, \f[I]\-lpthread\f[R] 40 These items allow clients to set up bcl(3). 42 \f[B]BclError bcl_start(\f[R]\f[I]void\f[R]\f[B]);\f[R] 44 \f[B]void bcl_end(\f[R]\f[I]void\f[R]\f[B]);\f[R] 46 \f[B]BclError bcl_init(\f[R]\f[I]void\f[R]\f[B]);\f[R] 48 \f[B]void bcl_free(\f[R]\f[I]void\f[R]\f[B]);\f[R] 50 \f[B]bool bcl_abortOnFatalError(\f[R]\f[I]void\f[R]\f[B]);\f[R] 52 \f[B]void bcl_setAbortOnFatalError(bool\f[R] \f[I]abrt\f[R]\f[B]);\f[R] [all …]
|
| /freebsd/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/ |
| H A D | deprecatedFunctionUsage.ql | 12 predicate isDeprecatedFunction(Function f) { 13 f.getName() = "strtok" or 14 f.getName() = "__xpg_basename" or 15 f.getName() = "basename" or 16 f.getName() = "dirname" or 17 f.getName() = "bcopy" or 18 f.getName() = "bcmp" or 19 f.getName() = "bzero" or 20 f.getName() = "asctime" or 21 f.getName() = "asctime_r" or [all …]
|
| /freebsd/contrib/libfido2/man/ |
| H A D | CMakeLists.txt | 13 eddsa_pk_new.3 14 es256_pk_new.3 15 es384_pk_new.3 19 fido_init.3 20 fido_assert_new.3 21 fido_assert_allow_cred.3 22 fido_assert_set_authdata.3 23 fido_assert_verify.3 24 fido_bio_dev_get_info.3 25 fido_bio_enroll_new.3 [all...] |
| /freebsd/secure/caroot/trusted/ |
| H A D | DigiCert_TLS_RSA4096_Root_G5.pem | 16 Version: 3 (0x2) 30 e4:bc:ec:81:3e:6a:35:8e:2e:b7:e7:de:af:f9:07: 32 78:ac:3a:39:a8:a6:48:ac:2e:72:e5:bd:eb:f1:1a: 33 cd:e7:a4:03:a9:3f:11:b4:d8:2f:89:16:fb:94:01: 34 3d:bb:2f:f8:13:05:a1:78:1c:8e:28:e0:45:e0:83: 36 f2:3c:b6:85:13:98:32:9d:16:a8:29:c2:0b:1c:38: 37 dc:9f:31:77:5c:bf:27:a3:fc:27:ac:b7:2b:bd:74: 38 9b:17:2d:f2:81:da:5d:b0:e1:23:17:3e:88:4a:12: 40 6d:93:e9:3f:3a:ee:3a:7c:9d:58:9d:f4:4e:8f:fc: 41 3b:23:c8:6d:b8:e2:05:da:cc:eb:ec:c3:31:f4:d7: [all …]
|
| H A D | TrustAsia_Global_Root_CA_G3.pem | 16 Version: 3 (0x2) 18 64:f6:0e:65:77:61:6a:ab:3b:b4:ea:85:84:bb:b1:89:b8:71:93:0f 30 a9:87:3b:51:12:ea:70:41:ae:e2:fb:74:ea:0a:8d: 31 b9:b3:4c:dc:8f:b7:13:52:4f:54:18:e1:2c:73:95: 32 91:c5:66:3b:6a:cf:ac:63:6d:87:53:f0:f7:f1:39: 34 83:65:f6:50:3e:b1:7e:16:b8:3a:8a:02:d0:96:1f: 37 fc:50:7e:66:42:1f:3c:8b:a6:79:79:86:40:35:9f: 38 20:ef:3f:eb:8b:47:1f:8f:8e:c5:d4:8e:b6:2c:c9: 39 44:04:e3:d4:43:75:3f:d5:3f:af:1c:cc:7e:46:5f: 40 ac:df:64:10:8a:ef:46:f0:90:f0:0f:2d:f4:88:0b: [all …]
|
| H A D | UCA_Global_G2_Root.pem | 16 Version: 3 (0x2) 29 00:c5:e6:2b:6f:7c:ef:26:05:27:a3:81:24:da:6f: 30 cb:01:f9:99:9a:a9:32:c2:22:87:61:41:91:3b:cb: 34 7a:ec:77:93:a0:8f:23:ae:0e:1a:03:7f:be:d4:d0: 36 15:f0:c9:8d:b0:7a:3b:24:e1:d7:68:e2:31:3c:06: 37 33:46:b6:54:11:a6:a5:2f:22:54:2a:58:0d:01:02: 38 f1:fa:15:51:67:6c:c0:fa:d7:b6:1b:7f:d1:56:88: 39 2f:1a:3a:8d:3b:bb:82:11:e0:47:00:d0:52:87:ab: 40 fb:86:7e:0f:24:6b:40:9d:34:67:bc:8d:c7:2d:86: 41 6f:79:3e:8e:a9:3c:17:4b:7f:b0:99:e3:b0:71:60: [all …]
|
| H A D | Certum_Trusted_Root_CA.pem | 16 Version: 3 (0x2) 18 1e:bf:59:50:b8:c9:80:37:4c:06:f7:eb:55:4f:b5:ed 29 00:d1:2d:8e:bb:b7:36:ea:6d:37:91:9f:4e:93:a7: 30 05:e4:29:03:25:ce:1c:82:f7:7c:99:9f:41:06:cd: 31 ed:a3:ba:c0:db:09:2c:c1:7c:df:29:7e:4b:65:2f: 33 45:f1:91:de:df:3b:d0:80:02:8c:cf:38:0f:ea:a7: 35 11:54:97:ab:35:c0:1e:76:1c:ef:00:53:9f:39:dc: 36 14:a5:2c:22:25:b3:72:72:fc:8d:b3:e5:3e:08:1e: 37 14:2a:37:0b:88:3c:ca:b0:f4:c8:c2:a1:ae:bc:c1: 39 8d:c2:ed:37:b6:7c:99:88:b5:d5:03:9a:3d:15:0d: [all …]
|
| H A D | Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem | 16 Version: 3 (0x2) 28 00:ca:96:6b:8e:ea:f8:fb:f1:a2:35:e0:7f:4c:da: 29 e0:c3:52:d7:7d:b6:10:c8:02:5e:b3:43:2a:c4:4f: 31 20:42:e4:8b:0f:e6:df:5b:a6:03:92:2f:f5:11:e4: 32 62:d7:32:71:38:d9:04:0c:71:ab:3d:51:7e:0f:07: 33 df:63:05:5c:e9:bf:94:6f:c1:29:82:c0:b4:da:51: 34 b0:c1:3c:bb:ad:37:4a:5c:ca:f1:4b:36:0e:24:ab: 35 bf:c3:84:77:fd:a8:50:f4:b1:e7:c6:2f:d2:2d:59: 37 83:0c:37:1f:c9:92:37:7f:d7:81:2d:e5:c4:b9:e0: 38 3e:34:fe:67:f4:3e:66:d1:d3:f4:40:cf:5e:62:34: [all …]
|
| H A D | HiPKI_Root_CA_-_G1.pem | 16 Version: 3 (0x2) 29 00:f4:1e:7f:52:73:32:0c:73:e4:bd:13:74:a3:d4: 33 f9:e2:dc:2f:55:c8:37:3f:1f:a4:c0:9c:b3:e4:77: 35 bd:94:57:3a:ba:ec:79:e7:5f:7d:42:64:39:7a:26: 36 36:f7:24:f0:d5:2f:ba:95:98:11:66:ad:97:35:d6: 37 75:01:80:e0:af:f4:84:61:8c:0d:1e:5f:7c:87:96: 38 5e:41:af:eb:87:ea:f8:5d:f1:2e:88:05:3e:4c:22: 39 bb:da:1f:2a:dd:52:46:64:39:f3:42:ce:d9:9e:0c: 40 b3:b0:77:97:64:9c:c0:f4:a3:2e:1f:95:07:b0:17: 42 3d:fc:07:ac:d4:c5:37:82:eb:e4:95:08:19:28:82: [all …]
|
| H A D | USERTrust_RSA_Certification_Authority.pem | 16 Version: 3 (0x2) 31 2d:64:09:dc:ce:89:9f:cc:3d:a9:ec:f6:cf:c1:dc: 32 f1:d3:b1:d6:7b:37:28:11:2b:47:da:39:c6:bc:3a: 33 19:b4:5f:a6:bd:7d:9d:a3:63:42:b6:76:f2:a9:3b: 34 2b:91:f8:e2:6f:d0:ec:16:20:90:09:3e:e2:e8:74: 35 c9:18:b4:91:d4:62:64:db:7f:a3:06:f1:88:18:6a: 36 90:22:3c:bc:fe:13:f0:87:14:7b:f6:e4:1f:8e:d4: 37 e4:51:c6:11:67:46:08:51:cb:86:14:54:3f:bc:33: 39 c8:72:67:db:21:66:b1:d4:9b:78:03:c0:50:3a:e8: 40 cc:f0:dc:bc:9e:4c:fe:af:05:96:35:1f:57:5a:b7: [all …]
|
| H A D | ANF_Secure_Server_Root_CA.pem | 16 Version: 3 (0x2) 29 01:9d:9c:0b:81:5f:73:49:ba:a7:ac:f3:04:4e:7b: 31 b8:9e:1d:7e:45:32:60:0f:07:e9:77:58:7e:9f:6a: 32 c8:61:4e:b6:26:c1:4c:8d:ff:4c:ef:34:b2:1f:65: 33 d8:b9:78:f5:ad:a9:71:b9:ef:4f:58:1d:a5:de:74: 36 2d:44:39:bc:f9:c7:3b:a4:58:3d:41:bd:b4:c2:49: 37 a3:c8:0d:d2:97:2f:07:65:52:00:a7:6e:c8:af:68: 38 ec:f4:14:96:b6:57:1f:56:c3:39:9f:2b:6d:e4:f3: 39 3e:f6:35:64:da:0c:1c:a1:84:4b:2f:4b:4b:e2:2c: 40 24:9d:6d:93:40:eb:b5:23:8e:32:ca:6f:45:d3:a8: [all …]
|
| H A D | Trustwave_Global_Certification_Authority.pem | 16 Version: 3 (0x2) 29 00:b9:5d:51:28:4b:3c:37:92:d1:82:ce:bd:1d:bd: 30 cd:dd:b8:ab:cf:0a:3e:e1:5d:e5:dc:aa:09:b9:57: 31 02:3e:e6:63:61:df:f2:0f:82:63:ae:a3:f7:ac:73: 32 d1:7c:e7:b3:0b:af:08:00:09:59:7f:cd:29:2a:88: 33 93:87:17:18:80:ed:88:b2:b4:b6:10:1f:2d:d6:5f: 36 86:90:ae:8f:03:a5:dc:9f:88:28:cb:a3:92:49:0f: 37 ec:d0:0f:e2:6d:44:4f:80:6a:b2:d4:e7:a0:0a:53: 39 d6:7b:2f:5f:05:e8:2c:6d:11:f3:e7:b2:be:92:44: 40 4c:d2:97:a4:fe:d2:72:81:43:07:9c:e9:11:3e:f5: [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/ |
| H A D | prv-512-seed.txt | 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 5 1e:1f:20:21:22:23:24:25:26:27:28:29:2a:2b:2c: 6 2d:2e:2f:30:31:32:33:34:35:36:37:38:39:3a:3b: 7 3c:3d:3e:3f 9 70:55:4f:d4:36:34:4f:27:85:b1:b3:b1:ba:c1:84: 11 6b:e0:3f:3c:4a:48:0f:75:b7:48:6a:ad:31:d3:a0: 12 05:18:62:3f:d2:07:ab:52:8d:d6:27:21:49:58:35: 22 ec:39:35:92:d6:7d:d0:0a:a4:3f:e8:b4:ea:e4:41: 23 40:02:86:6b:5c:71:3c:6a:8d:7d:16:cf:78:b8:19: 24 d6:f1:2e:9e:5a:74:23:39:08:f0:b1:5e:3c:4b:a8: [all …]
|
| H A D | prv-512-priv.txt | 3 70:55:4f:d4:36:34:4f:27:85:b1:b3:b1:ba:c1:84: 5 6b:e0:3f:3c:4a:48:0f:75:b7:48:6a:ad:31:d3:a0: 6 05:18:62:3f:d2:07:ab:52:8d:d6:27:21:49:58:35: 16 ec:39:35:92:d6:7d:d0:0a:a4:3f:e8:b4:ea:e4:41: 17 40:02:86:6b:5c:71:3c:6a:8d:7d:16:cf:78:b8:19: 18 d6:f1:2e:9e:5a:74:23:39:08:f0:b1:5e:3c:4b:a8: 19 32:9c:5c:dd:a5:5c:84:92:8e:3a:a8:06:3e:5a:a9: 21 dc:86:44:5b:c8:04:84:0a:9a:21:72:42:12:46:9f: 23 9a:51:63:aa:c2:1e:e6:80:8b:05:3c:8a:3f:ac:b0: 24 b6:74:4b:52:62:bb:cb:26:a4:3f:66:4c:87:32:b6: [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-onecolumn.pem | 45 F 84 F 120 F 159 3 189 f 208 F 219 3 232 F 283 3 284 F [all …]
|
| H A D | dsa-onecolumn.pem | 12 f 63 3 120 f 122 3 147 3 153 f 170 f 171 3 192 F 197 3 [all …]
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/ |
| H A D | pub-65.txt | 3 48:68:3d:91:97:8e:31:eb:3d:dd:b8:b0:47:34:82: 4 d2:b8:8a:5f:62:59:49:fd:8f:58:a5:61:e6:96:bd: 8 22:9f:f1:d6:ea:f0:39:28:bd:51:51:1f:8d:88:d8: 12 9a:eb:b7:59:37:dd:ce:11:1c:da:b6:2f:ff:3c:ea: 13 8b:a2:23:3d:1e:56:fb:c5:c5:a1:e7:26:de:63:fa: 14 dd:2a:f0:16:b1:19:17:7f:a3:d9:71:a2:d9:27:71: 16 3e:6a:32:f3:41:c4:9a:5a:8b:e9:e8:25:08:8d:1f: 22 4f:4b:29:af:ef:70:31:c3:a6:d8:57:16:10:b4:2c: 23 9f:42:12:45:a8:8f:19:7e:16:81:2b:03:11:59:b6: 25 d2:b3:99:d7:35:10:ef:fa:d1:9e:53:b8:45:0f:0b: [all …]
|
| H A D | pub-87.txt | 3 97:92:bc:ec:2f:24:30:68:6a:82:fc:cf:3c:2f:5f: 5 71:24:a7:3b:32:3b:9b:a2:1a:b6:4d:76:7c:43:3f: 6 5a:52:1e:ff:e1:8f:86:e4:6a:18:89:52:c4:46:7e: 7 04:8b:72:9e:7f:c4:d1:15:e7:e4:8d:a1:89:6d:5f: 9 36:e5:28:36:de:61:da:94:1f:8d:37:ea:68:ac:81: 12 f2:44:51:ba:1e:93:3d:b1:a2:ee:16:c7:95:59:f2: 13 1b:3d:1b:83:05:85:0a:a4:2a:fb:b1:3f:1f:4d:5b: 14 9f:48:35:f9:d8:7d:fc:eb:16:2d:0e:f4:a7:fd:c4: 15 cb:a1:74:3c:d1:c8:7b:b4:96:7d:a1:6c:c8:76:4b: 17 f2:25:af:9e:4e:eb:77:73:b6:2e:8f:85:f9:b5:6b: [all …]
|
| H A D | prv-44-seed.txt | 4 0f:10:11:12:13:14:15:16:17:18:19:1a:1b:1c:1d: 5 1e:1f 8 c9:7d:8f:13:97:d1:78:9d:af:a1:70:24:b3:16:e9: 9 be:c9:39:ce:0f:7f:77:f8:db:56:44:dc:da:36:6b: 10 fe:47:34:bd:95:f4:35:ff:9a:61:3a:a5:4a:a4:1c: 11 2c:69:4c:04:32:9a:07:b1:fa:bb:48:f5:2a:30:9f: 12 11:a1:89:8f:84:8e:23:22:ff:e6:23:ec:81:0d:b3: 67 c8:5f:fa:43:ac:fa:49:21:7f:2b:17:2d:7b:bc:14: 69 b1:42:3f:ee:15:de:cc:17:60:13:00:14:9d:92:23: 70 cd:6e:6c:6e:1f:a8:e4:1f:c7:c6:49:38:ab:68:90: [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | d2i_RSAPrivateKey.3 | 33 .\" If the F register is >0, we'll generate index entries on stderr for 38 .\" Avoid warning from groff about undefined register 'F'. 50 . nr F 2 57 .IX Title "D2I_RSAPRIVATEKEY 3ossl" 58 .TH D2I_RSAPRIVATEKEY 3ossl 2025-09-30 3.5.4 OpenSSL 166 All functions described here are deprecated. Please use \fBOSSL_DECODER\fR\|(3) 167 instead of the \fBd2i\fR functions and \fBOSSL_ENCODER\fR\|(3) instead of the \fBi2d\fR 170 In the description here, \fR\f(BITYPE\fR\fB\fR is used a placeholder for any of the 175 All the functions here behave the way that's described in \fBd2i_X509\fR\|(3). 181 \&\fBd2i_\fR\f(BITYPE\fR\fBPrivateKey\fR() and derivates thereof decode DER encoded [all …]
|