Home
last modified time | relevance | path

Searched refs:random_source_register (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/random/
H A Divy.c108 random_source_register(&random_ivy); in rdrand_modevent()
H A Ddarn.c118 random_source_register(&random_darn); in darn_modevent()
H A Dnehemiah.c124 random_source_register(&random_nehemiah); in nehemiah_modevent()
H A Drandomdev.h110 void random_source_register(struct random_source *);
H A Drandomdev.c340 random_source_register(struct random_source *rsource) in random_source_register() function
/freebsd-12.1/sys/crypto/ccp/
H A Dccp.c259 random_source_register(&random_ccp); in ccp_attach()