Home | History | Annotate | Download | only in Modules

Lines Matching refs:RAND_add

1503     if (!PyArg_ParseTuple(args, "s#d:RAND_add", &buf, &len, &entropy))

1505 RAND_add(buf, len, entropy);
1511 "RAND_add(string, entropy)\n\
1526 It is necessary to seed the PRNG with RAND_add() on some platforms before\n\
1565 {"RAND_add", PySSL_RAND_add, METH_VARARGS,