Functions | |
| apr_status_t | apr_generate_random_bytes (unsigned char *buf, int length) |
| apr_status_t apr_generate_random_bytes | ( | unsigned char * | buf, | |
| int | length | |||
| ) |
Generate random bytes.
| buf | Buffer to fill with random bytes | |
| length | Length of buffer in bytes (becomes apr_size_t in APR 1.0) |
1.5.2