krb5_generate_random_block — Kerberos 5 random functions
Contents
Description
krb5_generate_random_block() generates a cryptographically strong pseudo-random block into the buffer buf
of length len.
Library
Kerberos 5 Library (libkrb5, -lkrb5)
Name
krb5_generate_random_block — Kerberos 5 random functions
See Also
krb5(3), krb5.conf(5) HEIMDAL March 21, 2004 KRB5_GENERATE_RANDOM_BLOCK(3)
Synopsis
#include<krb5.h>voidkrb5_generate_random_block(void*buf, size_tlen);
