Home
last modified time | relevance | path

Searched refs:vms_fopen (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
Drandfile.c99 static FILE *(*const vms_fopen)(const char *, const char *, ...) = variable
138 in=vms_fopen(file,"rb",VMS_OPEN_ATTRS); in RAND_load_file()
239 out = vms_fopen(file,"rb+",VMS_OPEN_ATTRS); in RAND_write_file()
241 out = vms_fopen(file,"wb",VMS_OPEN_ATTRS); in RAND_write_file()