HomeSort by relevance Sort by last modified time
    Searched full:output_device_name (Results 1 - 1 of 1) sorted by null

  /device/moto/shamu/qrngd/
qrngd.c 89 char output_device_name[128]; member in struct:user_options
187 if (strlen(argv[itr]) < sizeof(user_ops->output_device_name))
188 strcpy(user_ops->output_device_name, argv[itr++]);
319 strcpy(user_ops.output_device_name, RANDOM_DEVICE);
348 random_fd = open(user_ops.output_device_name, O_RDWR);
350 fprintf(stderr, "Can't open random device file %s\n", user_ops.output_device_name);
384 user_ops.output_device_name);

Completed in 51 milliseconds