seedfile         3705 source4/heimdal/lib/krb5/crypto.c     char buf[1024], seedfile[256];
seedfile         3709 source4/heimdal/lib/krb5/crypto.c     if (RAND_file_name(seedfile, sizeof(seedfile))) {
seedfile         3711 source4/heimdal/lib/krb5/crypto.c 	fd = open(seedfile, O_RDONLY | O_BINARY | O_CLOEXEC);
seedfile         3720 source4/heimdal/lib/krb5/crypto.c 	    seedfile[0] = '\0';
seedfile         3722 source4/heimdal/lib/krb5/crypto.c 	seedfile[0] = '\0';
seedfile         3742 source4/heimdal/lib/krb5/crypto.c 	if (seedfile[0])
seedfile         3743 source4/heimdal/lib/krb5/crypto.c 	    RAND_write_file(seedfile);