| /src/sys/lib/libkern/arch/m68k/ |
| random.S | 1 /* $NetBSD: random.S,v 1.6 2014/03/18 18:20:43 riastradh Exp $ */ 23 * Here is a very good random number generator. This implementation is 24 * based on ``Two Fast Implementations of the "Minimal Standard" Random 49 ENTRY(random) function 61 END(random)
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_216.c | 9 random(int n) function 16 /* expect-1: warning: function 'random' has 'return expr' and 'return' [216] */
|
| msg_092.c | 9 random(void) function 17 random(); 19 /* expect+3: warning: dubious static function 'random' at block level [93] */ 20 /* expect+2: warning: inconsistent redeclaration of static 'random' [92] */ 21 /* expect+1: warning: 'random' unused in function 'use_random' [192] */ 22 static double random(void);
|
| msg_217.c | 9 random(int n) function 14 /* expect-1: warning: function 'random' falls off bottom without returning value [217] */
|
| /src/sys/lib/libkern/arch/sparc/ |
| random.S | 1 /* $NetBSD: random.S,v 1.5 2014/03/07 20:23:09 nakayama Exp $ */ 23 * Here is a very good random number generator. This implementation is 24 * based on ``Two Fast Implementations of the "Minimal Standard" Random 51 ENTRY(random) function
|
| /src/sys/lib/libkern/arch/sparc64/ |
| random.S | 1 /* $NetBSD: random.S,v 1.5 2014/03/07 20:23:09 nakayama Exp $ */ 23 * Here is a very good random number generator. This implementation is 24 * based on ``Two Fast Implementations of the "Minimal Standard" Random 51 ENTRY(random) function
|
| /src/sys/lib/libkern/arch/x86_64/ |
| random.S | 1 /* $NetBSD: random.S,v 1.3 2017/10/30 17:13:39 maxv Exp $ */ 52 * Here is a very good random number generator. This implementation is 53 * based on ``Two Fast Implementations of the "Minimal Standard" Random 78 ENTRY(random) function 91 END(random)
|
| /src/sys/lib/libkern/arch/i386/ |
| random.S | 1 /* $NetBSD: random.S,v 1.6 2010/09/07 20:35:50 pooka Exp $ */ 52 * Here is a very good random number generator. This implementation is 53 * based on ``Two Fast Implementations of the "Minimal Standard" Random 78 ENTRY(random) function
|
| /src/sys/lib/libkern/arch/vax/ |
| random.S | 1 /* $NetBSD: random.S,v 1.4 2007/01/14 13:26:18 ragge Exp $ */ 49 * Here is a very good random number generator. This implementation is 50 * based on ``Two Fast Implementations of the "Minimal Standard" Random 76 ENTRY(random, 0) function
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
| randombytes.h | 21 uint32_t (*random)(void); /* required */ member in struct:randombytes_implementation
|
| /src/sys/external/isc/libsodium/dist/test/quirks/ |
| quirks.h | 4 /* C++Builder defines a "random" macro */ 5 #undef random macro 47 random(void) function
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
| issuer_init.c | 61 bi_t random; local 73 // 3 : choose a random nonce for the platform (ni) 74 bi_new( random); 75 bi_urandom( random, DAA_PARAM_LENGTH_MESSAGE_DIGEST * 8); 76 buffer = bi_2_nbin( nonceIssuerLength, random); 92 // 4 : choose a random nonce ne and encrypt it under EK 93 bi_urandom( random, DAA_PARAM_LENGTH_MESSAGE_DIGEST * 8); 94 ne = convert_alloc( tcsContext, length_ne, bi_2_nbin( &length_ne, random)); 102 bi_free( random);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/ |
| ServerHello.pm | 48 $self->{random} = []; 65 my $random = substr($self->data, $ptr, 32); 112 if ($random eq $hrrrandom) { 122 $self->random($random); 156 $data .= $self->random; 188 sub random subroutine 192 $self->{random} = shift; 194 return $self->{random};
|
| ClientHello.pm | 44 $self->{random} = []; 64 my $random = substr($self->data, $ptr, 32); 105 $self->random($random); 164 $data .= $self->random; 208 sub random subroutine 212 $self->{random} = shift; 214 return $self->{random};
|
| /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ |
| ServerHello.pm | 38 $self->{random} = []; 55 my $random = substr($self->data, $ptr, 32); 102 if ($random eq $hrrrandom) { 112 $self->random($random); 146 $data .= $self->random; 178 sub random subroutine 182 $self->{random} = shift; 184 return $self->{random};
|
| ClientHello.pm | 33 $self->{random} = []; 51 my $random = substr($self->data, $ptr, 32); 84 $self->random($random); 138 $data .= $self->random; 176 sub random subroutine 180 $self->{random} = shift; 182 return $self->{random};
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/ |
| ServerHello.pm | 38 $self->{random} = []; 55 my $random = substr($self->data, $ptr, 32); 102 if ($random eq $hrrrandom) { 112 $self->random($random); 146 $data .= $self->random; 178 sub random subroutine 182 $self->{random} = shift; 184 return $self->{random};
|
| ClientHello.pm | 33 $self->{random} = []; 51 my $random = substr($self->data, $ptr, 32); 84 $self->random($random); 138 $data .= $self->random; 176 sub random subroutine 180 $self->{random} = shift; 182 return $self->{random};
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/ |
| randombytes.c | 27 /* C++Builder defines a "random" macro */ 28 #undef random macro 77 return implementation->random(); 116 throw 'No secure random number generator found';
|
| /src/external/mpl/bind/dist/bin/tests/system/shutdown/ |
| tests_shutdown.py | 18 import random namespace 92 # 50% queries relname=random characters 93 if random.randrange(2) == 1: 98 length = random.randint(4, 10) 100 letters[random.randrange(len(letters))] for i in range(length)
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_maint.c | 75 BYTE *random, *archive; local 94 &randomSize, &random, &archiveSize, 102 free(random); 108 free(random); 112 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, random, randomSize, &data->comm)) { 113 free(random); 119 free(random); 124 free(random); 129 free(random);
|
| rpc_migration.c | 38 BYTE *MigrationKeyAuth, *encData, *random, *outData; local 106 &randomSize, &random, &outDataSize, &outData); 117 free(random); 124 free(random); 130 free(random); 135 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, random, randomSize, &data->comm)) { 136 free(random); 143 free(random); 148 free(random); 153 free(random); 170 BYTE *outData, *random, *inData; local [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
| test_sign.c | 65 bi_ptr random = NULL; local 233 if( random != NULL) bi_free_ptr( random);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| priority_queue_test.c | 52 int remove, int random, int popfree) 62 random ? "random" : "deterministic", remove, 73 values[i] = random ? test_random() : (size_t)(count - i); 135 int reserve, order, count, remove, random, popfree; local 141 random = n % 2; 151 random, popfree); 253 * 2 /* random */
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| mem.c | 135 * Windows doesn't have random(), but it has rand() 140 # define random() rand() macro 147 int roll = (int)(random() % 100);
|