/freebsd/crypto/openssl/test/recipes/10-test_bn_data/ |
H A D | bnmul.txt | 78 A = -20c3fb73a03217893fd4a9db6e53a3d83a8414d900213d0460dc91bf69 192 A = 20a5e2a911627544219a1639c3321bbcd6192a32129b248cf62351f85b7a719cb275a4e44368a74f4d1a307ffd27ea2… 321 # These test vectors satisfy A * B = Product. 323 Title = Product tests 325 Product = 5befab3320f8f90542f3120235abd926aac3805a19e343f690 329 Product = -ab1ce167f4b2945c55ae3f87df50ad07d4be87cf9f8aa07b0c 333 Product = -c2606cd48e6b075c8da79eb4668e7157f1f175c2860fd4c475 337 Product = aa6805b5408aff7f914472756da07830dcad902834dbdd6944 341 Product = 58ca2569173389df29b5ce4b784086055dee821a7243db7210 345 Product = -a043d31dfce8bd01724d31c863d0a64f1bf013509d77737c42 [all …]
|
/freebsd/contrib/libfido2/udev/ |
H A D | 70-u2f.rules | 36 # Unknown product by STMicroelectronics 39 # Unknown product by STMicroelectronics 51 # Unknown product by Feitian Technologies Co., Ltd. 54 # Unknown product by Feitian Technologies Co., Ltd. 57 # Unknown product by Feitian Technologies Co., Ltd. 60 # Unknown product by Feitian Technologies Co., Ltd. 63 # Unknown product by Feitian Technologies Co., Ltd. 69 # Unknown product by Feitian Technologies Co., Ltd. 72 # Unknown product by Feitian Technologies Co., Ltd. 99 # Unknown product b [all...] |
/freebsd/sys/contrib/device-tree/include/dt-bindings/usb/ |
H A D | pd.h | 38 #define PDO_BATT_MAX_VOLT_SHIFT 20 /* 50mV units */ 50 #define PDO_VAR_MAX_VOLT_SHIFT 20 /* 50mV units */ 102 * <29:27> :: product type (UFP / Cable / VPD) 104 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 106 * <20:16> :: Reserved, Shall be set to zero 113 /* SOP Product Type (UFP) */ 120 /* SOP' Product Type (Cable Plug / VPD) */ 126 /* SOP Product Type (DFP) */ 145 * Product VDO 147 * <31:16> : USB Product ID [all …]
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pwr8.c | 85 * while the opcodes use full big-endian convention, so the 255-bit product 207 * Then we do the product with h1, and reduce into v11. in br_ghash_pwr8() 259 FIX_ENDIAN(20) in br_ghash_pwr8() 264 vxor(20, 20, 28) in br_ghash_pwr8() 289 vpmsumd(20, 13, 9) in br_ghash_pwr8() 301 vxor(11, 20, 24) in br_ghash_pwr8() 305 vxor(20, 9, 10) in br_ghash_pwr8() 306 vsldoi( 9, HB0, 20, 8) in br_ghash_pwr8() 307 vsldoi(10, 20, HB0, 8) in br_ghash_pwr8() 361 * Propagate v14 into v12:v13 to finalise product. in br_ghash_pwr8()
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_history.txt | 78 * product specific codes up to 0xEFFF. 107 * Added defines for product-specific range of message 116 * 03-09-11 02.00.20 Bumped MPI2_HEADER_VERSION_UNIT. 127 * 12-20-12 02.00.29 Bumped MPI2_HEADER_VERSION_UNIT. 170 * 06-26-07 02.00.02 Adding generic structure for product-specific 210 * Added product-specific Manufacturing pages 16 to 31. 292 * 05-25-11 02.00.20 Cleaned up a few comments. 304 * 12-20-12 02.00.24 Marked MPI2_SASIOUNIT1_CONTROL_CLEAR_AFFILIATION as 420 * 01-04-16 02.00.20 Modified EEDP reported values in SCSI IO Reply message. 483 * BootFlags are now product-specific. [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | inftrees.c | 14 If you use the zlib library in a product, an acknowledgment is welcome 15 in the documentation of your product. If for some reason you cannot 17 copyright string in the executable of your product. 60 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 203, 77}; in inflate_table() 66 16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, in inflate_table() 179 match = 20; in inflate_table()
|
/freebsd/sys/tools/ |
H A D | sdiodevs2h.awk | 3 # $NetBSD: usb/devlist2h.awk,v 1.9 2001/01/18 20:28:22 jdolecek Exp $ 20 # This product includes software developed by Christopher G. Demetriou. 100 function product(hfile) function 105 products[nproducts, 2] = $3; # product id 157 products[nproducts, 2] = $3; # product id 254 if ($1 == "product") { 255 product(hfile)
|
H A D | usbdevs2h.awk | 3 # $NetBSD: usb/devlist2h.awk,v 1.9 2001/01/18 20:28:22 jdolecek Exp $ 20 # This product includes software developed by Christopher G. Demetriou. 100 function product(hfile) function 105 products[nproducts, 2] = $3; # product id 243 if ($1 == "product") { 244 product(hfile)
|
/freebsd/lib/libmd/ |
H A D | ripemd.h | 18 * If this package is used in a product, Eric Young should be given attribution 33 * "This product includes cryptographic software written by 39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 72 #define RIPEMD160_DIGEST_LENGTH 20
|
H A D | sha.h | 17 * If this package is used in a product, Eric Young should be given attribution 32 * "This product includes cryptographic software written by 38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 68 #define SHA_DIGEST_LENGTH 20
|
/freebsd/contrib/tcpdump/ |
H A D | print-sunrpc.c | 12 * ``This product includes software developed by the University of California, 65 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for 69 * to license or distribute it to anyone else except as part of a product or 163 char srcid[20], dstid[20]; /*fits 32bit*/ in sunrpc_print()
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 48 * After adding a vendor ID VNDR and a product ID PRDCT you will have the 837 product 3COM HOMECONN 0x009d HomeConnect USB Camera 838 product 3COM 3CREB96 0x00a0 Bluetooth USB Adapter 839 product 3COM 3C19250 0x03e8 3C19250 Ethernet Adapter 840 product 3COM 3CRSHEW696 0x0a01 3CRSHEW696 Wireless Adapter 841 product 3COM 3C460 0x11f8 HomeConnect 3C460 842 product 3COM USR56K 0x3021 U.S.Robotics 56000 Voice FaxModem Pro 843 product 3COM 3C460B 0x4601 HomeConnect 3C460B 844 product 3COM2 3CRUSB10075 0xa727 3CRUSB10075 845 product 3COM3 AR5523_1 0x6893 AR5523 [all …]
|
/freebsd/sys/crypto/des/ |
H A D | des_enc.c | 21 * If this package is used in a product, Eric Young should be given attribution 36 * "This product includes cryptographic software written by 42 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 109 D_ENCRYPT(l,r,20); /* 11 */ in des_encrypt1() 133 D_ENCRYPT(r,l,20); /* 11 */ in des_encrypt1() 205 D_ENCRYPT(l,r,20); /* 11 */ in des_encrypt2() 229 D_ENCRYPT(r,l,20); /* 11 */ in des_encrypt2()
|
H A D | des_ecb.c | 16 * the code are not to be removed. If this code is used in a product, 31 * This product includes software developed by Eric Young (eay@mincom.oz.au) 56 /* char *libdes_version="libdes v 3.24 - 20-Apr-1996 - eay"; */ /* wrong */
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am6548-iot2050-advanced-sm.dts | 10 * AM6548-based (quad-core) IOT2050 SM variant, Product Generation 2 13 * Product homepage: 109 /* 20..29 */ 137 /* 20..29 */
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | vertexcom-mse102x.yaml | 20 http://www.vertexcom.com/doc/MSE1022%20Product%20Brief.pdf
|
/freebsd/lib/msun/ld80/ |
H A D | e_powl.c | 181 2.6176170809902549338711E-20L, 182 -1.0126791927256478897086E-20L, 184 1.2207982955417546912101E-20L, 186 1.3164426894366316434230E-20L, 187 -1.8527916071632873716786E-20L, 188 1.8950325588932570796551E-20L, 189 1.5564775779538780478155E-20L, 191 -2.0208749253662532228949E-20L, 192 1.4966292219224761844552E-20L, 195 -1.2327176863327626135542E-20L, [all …]
|
/freebsd/sys/dev/videomode/ |
H A D | devlist2h.awk | 2 # $NetBSD: devlist2h.awk,v 1.9 2005/12/11 12:21:20 christos Exp $ 17 # This product includes software developed by Christopher G. Demetriou. 98 NF > 0 && $1 == "product" { 102 products[nproducts, 2] = $3; # product id
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | README.md | 7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&…
|
/freebsd/lib/libc/i386/string/ |
H A D | bcmp.S | 15 * This product includes software developed by Winning Strategies, Inc. 46 movl 20(%esp),%ecx /* compare by words */ 52 movl 20(%esp),%ecx /* compare remainder by bytes */
|
H A D | memcmp.S | 15 * This product includes software developed by Winning Strategies, Inc. 46 movl 20(%esp),%ecx /* compare by words */ 52 movl 20(%esp),%ecx /* compare remainder by bytes */
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_linux.c | 166 if ((di->product = get_usb_attr(dev, "product")) == NULL) in copy_info() 167 di->product = strdup(""); in copy_info() 168 if (di->path == NULL || di->manufacturer == NULL || di->product == NULL) in copy_info() 181 free(di->product); in copy_info() 266 if (retries++ >= 20) { in fido_hid_open()
|
/freebsd/sys/arm/include/ |
H A D | undefined.h | 1 /* $NetBSD: undefined.h,v 1.4 2001/12/20 01:20:23 thorpej Exp $ */ 22 * This product includes software developed by Brini.
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.h | 12 * ``This product includes software developed by the University of California, 21 * @(#) $Id: traceroute.h,v 1.1 2000/11/23 20:06:54 leres Exp $ (LBL)
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | intel | 51 >>20 ubyte >0x1F 104 # http://minuszerodegrees.net/rom/bin/unknown/MCT-VGA-16%20-%20TDVGA%203588%20BIOS%20Version%20V1.0… 179 # pointer to optional product string; like: 0 (2975BIOS.BIN) 6ch 70h 7ch d9h 160h 281h 29bh 329h 182 # often human readable product ASCII-Z string like "iPXE" "Plop Boot Manager" 228 # pointer to vital product data (VPD); 0 indicates no VPD; WHAT EXACTLY iS VPD?
|