DOKK / manpages / debian 12 / heimdal-dev / krb5_generate_random_block.3.en
KRB5_GENERATE_RANDOM_BLOCK(3) Library Functions Manual KRB5_GENERATE_RANDOM_BLOCK(3)

krb5_generate_random_blockKerberos 5 random functions

Kerberos 5 Library (libkrb5, -lkrb5)

#include <krb5.h>

void
krb5_generate_random_block(void *buf, size_t len);

() generates a cryptographically strong pseudo-random block into the buffer buf of length len.

krb5(3), krb5.conf(5)

March 21, 2004 HEIMDAL