Searched refs:RAND_file_name (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A Dapp_rand.c134 file = RAND_file_name(buffer, sizeof buffer);
209 file = RAND_file_name(buffer, sizeof buffer);
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-rand.c47 if (RAND_file_name(seedfile, sizeof(seedfile))) {
/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Drand.h107 const char *RAND_file_name(char *file, size_t num);
H A Drandfile.c288 const char *RAND_file_name(char *buf, size_t size) function
/freebsd-10-stable/contrib/ntp/util/
H A Dntp-keygen.c482 if (RAND_file_name(pathbuf, sizeof(pathbuf)) == NULL) {
483 fprintf(stderr, "RAND_file_name %s\n",
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile.man624 MLINKS+= RAND_load_file.3 RAND_file_name.3
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3922 RAND_file_name(filename, sizeof(filename));

Completed in 128 milliseconds