Searched refs:product (Results 1 – 20 of 20) sorted by relevance
/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 280 my $product; # Finished product, or reference to a function that 290 $product = $opts{delimiters} ? '[]' : ''; 292 $product = sub { 302 $product = $opts{delimiters} ? '{}' : ''; 304 $product = sub { 313 $product = defined $$ref ? quotify1 $$ref : "undef"; 315 $product = defined $ref ? quotify1 $ref : "undef"; 318 if (ref($product) eq "CODE") { 319 $delim_l . join($separator, map { &$product } @items) . $delim_r; 321 $product;
|
/openssl/test/ |
H A D | bntests.pl | 61 my $product = bn($s{'Product'}); 64 return if $product == $a->bmul($b);
|
H A D | bntest.c | 1493 BIGNUM *a = NULL, *b = NULL, *product = NULL, *ret = NULL; in file_product() local 1499 || !TEST_ptr(product = getBN(s, "Product")) in file_product() 1508 || !equalBN("A * B", product, ret) in file_product() 1509 || !TEST_true(BN_div(ret, remainder, product, a, ctx)) in file_product() 1512 || !TEST_true(BN_div(ret, remainder, product, b, ctx)) in file_product() 1521 BN_free(product); in file_product()
|
/openssl/doc/internal/man3/ |
H A D | OSSL_SAFE_MATH_SIGNED.pod | 88 size_t result, product; 90 product = safe_mul_sizet(n, sizeof(struct widget), &err); 91 result = safe_add_sizet(product, sizeof(n), &err);
|
/openssl/Configurations/ |
H A D | README-design.md | 9 needed to build end product files from diverse sources. See the 18 generate the rules for building end product files as well as 33 inferred by `Configure`. By the same rule of minimalism, end product 180 The indexes for `SOURCE` must only be end product files, such as 414 rules needed to build end product files and intermediary files alike. 445 end product (the file indicated by 'src'). 'intent'
|
H A D | windows-makefile.tmpl | 300 # Variables starting with CNF_ are common variables for all product types 756 $args{generator}->[1] || basename(platform->dsoname($args{product}));
|
H A D | README.md | 536 end product (the file indicated by 'src'). 'intent'
|
H A D | unix-Makefile.tmpl | 400 # Variables starting with CNF_ are common variables for all product types 1578 my $ord_name = $args{generator}->[1] || $args{product};
|
H A D | descrip.mms.tmpl | 1016 $args{generator}->[1] || basename($args{product}, '.EXE');
|
/openssl/ |
H A D | Configure | 2919 foreach my $product (@{$loopinfo{$type}}) { 2921 my $pd = dirname($product); 2923 foreach (@{$unified_info{sources}->{$product} // []}, 2924 @{$unified_info{shared_sources}->{$product} // []}) { 2941 $product;
|
H A D | LICENSE.txt | 140 names, trademarks, service marks, or product names of the Licensor,
|
H A D | CHANGES.md | 593 For valid RSA keys, n is a product of two or more large primes and this 3371 versions. Their names now include the name of the final product, as
|
/openssl/doc/man3/ |
H A D | BN_rand.pod | 52 the number will be set to 1, so that the product of two such random
|
H A D | ENGINE_add.pod | 434 external product documentation.
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 72 generators, and are used to specify exactly what end product files 97 This is particularly visible with end product names, they work more 652 product. 654 =item "end product"
|
/openssl/doc/designs/ddd/ |
H A D | README.md | 54 the completion of the development of the QUIC MVP (minimum viable product).
|
/openssl/doc/designs/quic-design/ |
H A D | quic-requirements.md | 36 * The minimum viable product (MVP) for the next release is a pluggable record
|
H A D | record-layer.md | 53 * The minimum viable product (MVP) for the next release is a pluggable record
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 361 advertise this Package as a product of your own.
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1276 RSA_R_N_DOES_NOT_EQUAL_PRODUCT_OF_PRIMES:172:n does not equal product of primes
|
Completed in 80 milliseconds