Searched refs:dev (Results 1 – 17 of 17) sorted by relevance
/openssl-master/ |
A D | NOTES-DJGPP.md | 24 `WATT_ROOT="/dev/env/DJDIR/watt32"`. 29 ./Configure no-threads --prefix=/dev/env/DJDIR DJGPP 42 device" (`/dev/urandom` or `/dev/random`) that serves this purpose." 44 As of version 0.9.7f DJGPP port checks upon `/dev/urandom$` for a 3rd
|
A D | VERSION.dat | 4 PRE_RELEASE_TAG=dev
|
A D | SUPPORT.md | 81 There was an [openssl-dev] list that has been discontinued since development 91 [openssl-dev]: https://mta.openssl.org/mailman/listinfo/openssl-dev
|
A D | INSTALL.md | 438 "/dev/urandom","/dev/random","/dev/srandom" 651 Build the `/dev/crypto` engine. 1259 See [test/README-dev.md](test/README-dev.md) for guidelines on adding tests.
|
A D | README-ENGINES.md | 100 * openssl-dev: if you are discussing problems with OpenSSL source code.
|
A D | CHANGES.md | 1122 /dev/random to be producing output before seeding from /dev/urandom. 1855 /dev/random to be producing output before seeding from /dev/urandom. 1893 /dev/random device to become readable before reading from the 1894 /dev/urandom device. 1989 become readable before reading from /dev/urandom. 9630 * Partial backport from 0.9.9-dev: 9634 While 0.9.9-dev uses assembler for various architectures, only 10028 However, please upgrade to OpenSSL 0.9.9[-dev] for 11701 warnings and a request that patches get sent to openssl-dev. 13267 defaults to the list "/dev/urandom", "/dev/random", "/dev/srandom" [all …]
|
A D | NEWS.md | 757 won't resume sessions. Fixed in 1.0.0n-dev 759 `<limits.h>` include. Fixed in 1.0.0n-dev
|
/openssl-master/crypto/ |
A D | info.c | 117 const char *dev[] = { strlist, NULL }; \ in DEFINE_RUN_ONCE_STATIC() 121 for (p = dev; *p != NULL; p++) { \ in DEFINE_RUN_ONCE_STATIC()
|
/openssl-master/doc/internal/man7/ |
A D | VERSION.pod | 12 PRE_RELEASE_TAG=dev 106 PRE_RELEASE_TAG=dev 110 C<3.0.0-dev>.
|
/openssl-master/util/ |
A D | shlib_wrap.sh.in | 36 SYSNAME=`(uname -s) 2>/dev/null`;
|
/openssl-master/providers/implementations/rands/seeding/ |
A D | rand_unix.c | 412 dev_t dev; member 518 && rd->dev == st.st_dev in check_random_device() 542 rd->dev = st.st_dev; in get_random_device()
|
/openssl-master/doc/man3/ |
A D | BIO_s_null.pod | 20 A null sink BIO behaves in a similar manner to the Unix /dev/null
|
A D | RAND_egd.pod | 18 On older platforms without a good source of randomness such as C</dev/urandom>,
|
A D | OpenSSL_version.pod | 58 indicates that this is a pre-release version, such as C<"-dev"> for an
|
/openssl-master/doc/man7/ |
A D | passphrase-encoding.pod | 108 sequence of bytes from F</dev/urandom> that's been saved away), which makes any
|
A D | fips_module.pod | 68 OpenSSL 3.0.0-dev xx XXX xxxx (Library: OpenSSL 3.0.0-dev xx XXX xxxx)
|
/openssl-master/Configurations/ |
A D | unix-Makefile.tmpl | 1178 > /dev/null ); \ 1340 @which unifdef > /dev/null || \ 1675 \@if cmp $dep.tmp $dep > /dev/null 2> /dev/null; then \\ 1688 \$(MAKEDEPEND) -f- -Y -- $incs $cmdflags -- $srcs 2>/dev/null \\
|
Completed in 48 milliseconds