Home
last modified time | relevance | path

Searched refs:RAND (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib153 typeset RAND=0
155 while [ "$RAND" -lt "$MIN" ]
157 RAND=$(( $RANDOM % $MAX + 1))
160 print $RAND
/freebsd-13.1/crypto/openssl/doc/man3/
H A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
25 If an B<ENGINE> is loaded that provides the RAND API, however, it will
45 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
59 L<RAND(7)>
H A DRAND_bytes.pod29 affect the secrecy of these private values, as described in L<RAND(7)>
55 RAND method, or 0 on other failure. The error code can be
64 L<RAND(7)>,
H A DRAND_add.pod36 built with automatic reseeding disabled, see L<RAND(7)> for more details.
44 see L<RAND(7)> for more details.
88 L<RAND(7)>
H A DRSA_sign_ASN1_OCTET_STRING.pod32 external circumstances (see L<RAND(7)>), the operation will fail.
56 L<RAND(7)>
H A DRAND_DRBG_get0_master.pod21 The default RAND API implementation (RAND_OpenSSL()) utilizes three
22 shared DRBG instances which are accessed via the RAND API:
H A DDSA_sign.pod42 external circumstances (see L<RAND(7)>), the operation will fail.
60 L<RAND(7)>
H A DRSA_generate_key.pod33 external circumstances (see L<RAND(7)>), the operation will fail.
94 L<RAND(7)>
H A DEVP_SealInit.pod60 external circumstances (see L<RAND(7)>), the operation will fail.
81 L<RAND(7)>
H A DRAND_cleanup.pod28 L<RAND(7)>
H A DDSA_generate_key.pod20 external circumstances (see L<RAND(7)>), the operation will fail.
H A DEVP_DigestVerifyInit.pod81 external circumstances (see L<RAND(7)>), the operation will fail.
98 L<RAND(7)>
H A DRSA_padding_add_PKCS1_type_1.pod104 external circumstances (see L<RAND(7)>), the operation will fail.
149 L<RAND(7)>
H A DRAND_egd.pod50 L<RAND(7)>
H A DEVP_DigestSignInit.pod128 external circumstances (see L<RAND(7)>), the operation will fail.
150 L<RAND(7)>
H A DRAND_load_file.pod76 L<RAND(7)>
/freebsd-13.1/contrib/wpa/hostapd/
H A Dhostapd.sim_db2 # IMSI:Kc:SRES:RAND
6 # RAND: hex, 16 octets
/freebsd-13.1/crypto/openssl/doc/man7/
H A DRAND.pod5 RAND
19 OpenSSL comes with a default implementation of the RAND API which is based on
54 Replace the default RAND method by your own RAND method using
59 Modify the default settings of the OpenSSL RAND method by modifying the security
H A DRAND_DRBG.pod13 The default OpenSSL RAND method is based on the RAND_DRBG class,
19 While the RAND API is the 'frontend' which is intended to be used by
30 L<RAND_priv_bytes(3)>, see also L<RAND(7)>.
52 You need to change the default settings of the standard OpenSSL RAND
290 L<RAND(7)>,
/freebsd-13.1/tools/tools/sortbench/
H A Dsort_bench.c61 enum test { RAND, SORT, PART, REV, INVALID_TEST }; enumerator
162 case RAND: in run_bench()
202 return RAND; in parse_test()
/freebsd-13.1/secure/lib/libcrypto/man/man7/
H A DMakefile3 MAN+= RAND.7
/freebsd-13.1/crypto/openssl/doc/man1/
H A Drand.pod28 For more details, see L<RAND_bytes(3)>, L<RAND(7)>, and L<RAND_DRBG(7)>.
83 L<RAND(7)>,
/freebsd-13.1/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et13 error_code RAND, "Random generator failed"
/freebsd-13.1/usr.bin/ee/nls/de_DE.ISO8859-1/
H A Dee.msg144 134 "RAND"
145 135 "[RAND]"
/freebsd-13.1/crypto/openssl/crypto/engine/
H A DREADME66 ENGINE code being linked in *and* because of that DSA, DH, and RAND also. If we
72 hooking to ENGINE works from RSA, DSA, DH, RAND, as well as adding new hooking
158 RSA, DSA, DH, and RAND all have their own ENGINE_TABLE code as well, and the
205 RSA, DSA, DH, and RAND functions that were fiddled during the original ENGINE

12