randomdev.h (5711939b6379901610eec3db58d674f10e8efbd1) randomdev.h (ddbfa6b19ee786271f561c030bf1aecf2b42cf22)
1/*-
2 * Copyright (c) 2000-2004 Mark R V Murray
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 39 unchanged lines hidden (view full) ---

48 random_read_func_t *read;
49 random_write_func_t *write;
50 random_poll_func_t *poll;
51 random_reseed_func_t *reseed;
52};
53
54extern void random_ident_hardware(struct random_adaptor **);
55extern void random_null_func(void);
1/*-
2 * Copyright (c) 2000-2004 Mark R V Murray
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 39 unchanged lines hidden (view full) ---

48 random_read_func_t *read;
49 random_write_func_t *write;
50 random_poll_func_t *poll;
51 random_reseed_func_t *reseed;
52};
53
54extern void random_ident_hardware(struct random_adaptor **);
55extern void random_null_func(void);
56struct random_adaptor *random_get_active_adaptor(void);