Home
last modified time | relevance | path

Searched refs:SRC (Results 1 – 5 of 5) sorted by relevance

/openssl-master/crypto/seed/
A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[3] = ((SRC))[3]
/openssl-master/doc/man7/
A DEVP_RAND-SEED-SRC.pod5 EVP_RAND-SEED-SRC - The randomness seed source EVP_RAND implementation
18 "SEED-SRC" is the name for this implementation; it can be used with the
41 EVP_RAND *rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
53 rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
/openssl-master/doc/man3/
A DRAND_set_DRBG_type.pod44 The default seed source is "SEED-SRC".
/openssl-master/doc/man5/
A Dconfig.pod462 This sets the randomness source that should be used. By default B<SEED-SRC>
/openssl-master/doc/
A Dbuild.info4306 DEPEND[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod
4307 GENERATE[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod
4308 DEPEND[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod
4309 GENERATE[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod
4616 html/man7/EVP_RAND-SEED-SRC.html \
4741 man/man7/EVP_RAND-SEED-SRC.7 \

Completed in 13 milliseconds