Searched defs:hwrng (Results  1 – 4 of 4) sorted by relevance
| /system/security/prng_seeder/src/ | 
| D | conditioner.rs | 27     hwrng: File,  field 49     hwrng: tokio::fs::File,  field
  | 
| D | main.rs | 87     let hwrng = std::fs::File::open(&cli.source)  in setup()  localVariable
  | 
| /system/bpf/include/vmlinux/android15_6.6/arm64/ | 
| D | vmlinux.h | 75469 struct hwrng {  struct 75471 	int (*init)(struct hwrng *);  argument 75472 	void (*cleanup)(struct hwrng *);  argument 75473 	int (*data_present)(struct hwrng *, int);  argument 75474 	int (*data_read)(struct hwrng *, u32 *);  argument 75475 	int (*read)(struct hwrng *, void *, size_t, bool);  argument 75486 	struct hwrng rng;  argument
  | 
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ | 
| D | vmlinux.h | 85218 struct hwrng {  struct 85220 	int (*init)(struct hwrng *);  argument 85221 	void (*cleanup)(struct hwrng *);  argument 85222 	int (*data_present)(struct hwrng *, int);  argument 85223 	int (*data_read)(struct hwrng *, u32 *);  argument 85224 	int (*read)(struct hwrng *, void *, size_t, bool);  argument 85225 	unsigned long priv; 85226 	unsigned short quality; 85227 	struct list_head list; 85228 	struct kref ref; [all …] 
 |