Searched refs:SRC (Results 1 – 5 of 5) sorted by relevance
75 # define XOR_SEEDBLOCK(DST, SRC) \ argument76 ((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) \ argument82 ((DST))[0] = ((SRC))[0]; \83 ((DST))[1] = ((SRC))[1]; \84 ((DST))[2] = ((SRC))[2]; \85 ((DST))[3] = ((SRC))[3]
5 EVP_RAND-SEED-SRC - The randomness seed source EVP_RAND implementation18 "SEED-SRC" is the name for this implementation; it can be used with the41 EVP_RAND *rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);53 rand = EVP_RAND_fetch(NULL, "SEED-SRC", NULL);
44 The default seed source is "SEED-SRC".
462 This sets the randomness source that should be used. By default B<SEED-SRC>
4306 DEPEND[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod4307 GENERATE[html/man7/EVP_RAND-SEED-SRC.html]=man7/EVP_RAND-SEED-SRC.pod4308 DEPEND[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod4309 GENERATE[man/man7/EVP_RAND-SEED-SRC.7]=man7/EVP_RAND-SEED-SRC.pod4616 html/man7/EVP_RAND-SEED-SRC.html \4741 man/man7/EVP_RAND-SEED-SRC.7 \
Completed in 13 milliseconds