File: random.h

package info (click to toggle)
cryptmount 4.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,008 kB
  • ctags: 877
  • sloc: ansic: 10,078; sh: 5,336; makefile: 174; sed: 16
file content (8 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef INCLUDED_CRYPTSETUP_LUKS_RANDOM_H
#define INCLUDED_CRYPTSETUP_LUKS_RANDOM_H

#include <stddef.h>

int getRandom(char *buf, size_t len);

#endif