Home
last modified time | relevance | path

Searched refs:product (Results 1 – 20 of 20) sorted by relevance

/openssl/util/perl/OpenSSL/
H A DUtil.pm280 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 Dbntests.pl61 my $product = bn($s{'Product'});
64 return if $product == $a->bmul($b);
H A Dbntest.c1493 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 DOSSL_SAFE_MATH_SIGNED.pod88 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 DREADME-design.md9 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 Dwindows-makefile.tmpl300 # Variables starting with CNF_ are common variables for all product types
756 $args{generator}->[1] || basename(platform->dsoname($args{product}));
H A DREADME.md536 end product (the file indicated by 'src'). 'intent'
H A Dunix-Makefile.tmpl400 # Variables starting with CNF_ are common variables for all product types
1578 my $ord_name = $args{generator}->[1] || $args{product};
H A Ddescrip.mms.tmpl1016 $args{generator}->[1] || basename($args{product}, '.EXE');
/openssl/
H A DConfigure2919 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 DLICENSE.txt140 names, trademarks, service marks, or product names of the Licensor,
H A DCHANGES.md593 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 DBN_rand.pod52 the number will be set to 1, so that the product of two such random
H A DENGINE_add.pod434 external product documentation.
/openssl/doc/internal/man7/
H A Dbuild.info.pod72 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 DREADME.md54 the completion of the development of the QUIC MVP (minimum viable product).
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md36 * The minimum viable product (MVP) for the next release is a pluggable record
H A Drecord-layer.md53 * The minimum viable product (MVP) for the next release is a pluggable record
/openssl/external/perl/Text-Template-1.56/
H A DLICENSE361 advertise this Package as a product of your own.
/openssl/crypto/err/
H A Dopenssl.txt1276 RSA_R_N_DOES_NOT_EQUAL_PRODUCT_OF_PRIMES:172:n does not equal product of primes

Completed in 80 milliseconds