Header file to use the RNG driver. More...
Data Structures | |
struct | rng_work_entry |
Typedefs | |
typedef enum rng_return | rng_return_t |
typedef struct rng_work_entry | rng_work_entry_t |
Enumerations | |
enum | rng_type { RNG_TYPE_RNGA = 0, RNG_TYPE_RNGB = 1, RNG_TYPE_RNGC = 2 } |
enum | rng_return { RNG_RET_OK = 0, RNG_RET_FAIL } |
Header file to use the RNG driver.
typedef enum rng_return rng_return_t |
Return values (error codes) for kernel register interface functions
typedef struct rng_work_entry rng_work_entry_t |
An entry in the RNG Work Queue. Based upon standard SHW queue entry.
This entry also gets saved (for non-blocking requests) in the user's result pool. When the user picks up the request, the final processing (copy from data_local to data_user) will get made if status was good.
enum rng_return |
enum rng_type |
© Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
![]() |