Home
last modified time | relevance | path

Searched defs:hwrng (Results 1 – 4 of 4) sorted by relevance

/system/security/prng_seeder/src/
Dconditioner.rs27 hwrng: File, field
49 hwrng: tokio::fs::File, field
Dmain.rs87 let hwrng = std::fs::File::open(&cli.source) in setup() localVariable
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h75469 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/
Dvmlinux.h85218 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 …]