Home
last modified time | relevance | path

Searched refs:prod (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/rand/
H A Drand_uniform.c29 uint64_t prod; /* temporary holding double width product */ in ossl_rand_uniform_uint32() local
56 prod = (uint64_t)upper * rand; in ossl_rand_uniform_uint32()
57 i = prod >> 32; in ossl_rand_uniform_uint32()
58 f = prod & 0xffffffff; in ossl_rand_uniform_uint32()
81 prod = (uint64_t)upper * rand; in ossl_rand_uniform_uint32()
82 f2 = prod >> 32; in ossl_rand_uniform_uint32()
91 f = prod & 0xffffffff; in ossl_rand_uniform_uint32()
/openssl/
H A DConfigure2695 foreach my $prod (keys %{$unified_info{libraries}}) {
2698 keys %{$unified_info{sources}->{$prod}};
2792 map { keys %{$unified_copy{$_}->{$prod}} }
2799 (my $prodname = $prod) =~ s|\.a$||;
2805 $unified_info{$dst}->{$prod}->{$newobj} = 1;
2810 if (defined $attrs->{$prod}
2811 && defined $attrs->{$prod}->{$_}) {
2812 $attrs->{$prod}->{$newobj} =
2813 $attrs->{$prod}->{$_};
2814 delete $attrs->{$prod}->{$_};
[all …]
/openssl/Configurations/
H A Dwindows-makefile.tmpl1076 foreach my $prod (@{$unified_info{dirinfo}->{$dir}->{products}->{$type}}) {
1077 if (dirname($prod) eq $dir) {
1078 push @deps, $prod.$extinfo{$type};
H A Dunix-Makefile.tmpl2045 foreach my $prod (@{$unified_info{dirinfo}->{$dir}->{products}->{$type}}) {
2046 if (dirname($prod) eq $dir) {
2047 push @deps, compute_platform_depends($prod);

Completed in 25 milliseconds