Symbol: opt_rand
crypto/openssl/apps/ca.c
439
if (!opt_rand(o))
crypto/openssl/apps/cmp.c
3146
if (!opt_rand(o))
crypto/openssl/apps/cms.c
755
if (!opt_rand(o))
crypto/openssl/apps/dgst.c
171
if (!opt_rand(o))
crypto/openssl/apps/dhparam.c
163
if (!opt_rand(o))
crypto/openssl/apps/dsaparam.c
122
if (!opt_rand(o))
crypto/openssl/apps/ecparam.c
184
if (!opt_rand(o))
crypto/openssl/apps/enc.c
358
if (!opt_rand(o))
crypto/openssl/apps/gendsa.c
95
if (!opt_rand(o))
crypto/openssl/apps/genpkey.c
211
if (!opt_rand(o))
crypto/openssl/apps/genrsa.c
131
if (!opt_rand(o))
crypto/openssl/apps/include/opt.h
440
int opt_rand(int i);
crypto/openssl/apps/passwd.c
188
if (!opt_rand(o))
crypto/openssl/apps/pkcs12.c
343
if (!opt_rand(o))
crypto/openssl/apps/pkcs8.c
149
if (!opt_rand(o))
crypto/openssl/apps/pkeyutl.c
224
if (!opt_rand(o))
crypto/openssl/apps/rand.c
84
if (!opt_rand(o))
crypto/openssl/apps/req.c
387
if (!opt_rand(o))
crypto/openssl/apps/rsautl.c
177
if (!opt_rand(o))
crypto/openssl/apps/s_client.c
1265
if (!opt_rand(o))
crypto/openssl/apps/s_server.c
1705
if (!opt_rand(o))
crypto/openssl/apps/smime.c
318
if (!opt_rand(o))
crypto/openssl/apps/speed.c
2231
if (!opt_rand(o))
crypto/openssl/apps/srp.c
309
if (!opt_rand(o))
crypto/openssl/apps/ts.c
242
if (!opt_rand(o))
crypto/openssl/apps/x509.c
462
if (!opt_rand(o))
crypto/openssl/crypto/slh_dsa/slh_dsa.c
45
const uint8_t *opt_rand)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
91
if (opt_rand == NULL)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
92
opt_rand = pk_seed;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
97
if (!hashf->PRF_MSG(hctx, SLH_DSA_SK_PRF(priv), opt_rand, msg, msg_len, wpkt)
crypto/openssl/crypto/slh_dsa/slh_hash.c
173
const uint8_t *sk_prf, const uint8_t *opt_rand,
crypto/openssl/crypto/slh_dsa/slh_hash.c
204
&& EVP_MAC_update(mctx, opt_rand, n) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
92
const uint8_t *opt_rand, const uint8_t *msg, size_t msg_len,
crypto/openssl/crypto/slh_dsa/slh_hash.c
99
return xof_digest_3(ctx->md_ctx, sk_prf, n, opt_rand, n, msg, msg_len, out, n)
crypto/openssl/crypto/slh_dsa/slh_hash.h
36
const uint8_t *opt_rand,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
205
uint8_t add_rand[SLH_DSA_MAX_ADD_RANDOM_LEN], *opt_rand = NULL;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
213
opt_rand = ctx->add_random;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
218
opt_rand = add_rand;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
223
opt_rand, ctx->msg_encode,
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
225
if (opt_rand != add_rand)
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
226
OPENSSL_cleanse(opt_rand, n);