tail head cat sleep
QR code linking to this page

Manual Pages  — KRB5_GENERATE_RANDOM_BLOCK

NAME

krb5_generate_random_block – Kerberos 5 random functions

CONTENTS

LIBRARY

Kerberos 5 Library (libkrb5, -lkrb5)

SYNOPSIS

#include <krb5.h>

void
krb5_generate_random_block(void *buf, size_t len);

DESCRIPTION

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

SEE ALSO

krb5(3), krb5.conf(5)

HEIMDAL KRB5_GENERATE_RANDOM_BLOCK (3) March 21, 2004

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

The most important thing in the programming language is the name. A language will not succeed without a good name. I have recently invented a very good name and now I am looking for a suitable language.
— Donald Knuth