Home
last modified time | relevance | path

Searched refs:rsource (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/sys/dev/random/
HDrandom_harvestq.c632 random_source_register(struct random_source *rsource) in random_source_register() argument
636 KASSERT(rsource != NULL, ("invalid input to %s", __func__)); in random_source_register()
639 rrs->rrs_source = rsource; in random_source_register()
641 random_harvest_register_source(rsource->rs_source); in random_source_register()
643 printf("random: registering fast source %s\n", rsource->rs_ident); in random_source_register()
651 random_source_deregister(struct random_source *rsource) in random_source_deregister() argument
655 KASSERT(rsource != NULL, ("invalid input to %s", __func__)); in random_source_deregister()
657 random_harvest_deregister_source(rsource->rs_source); in random_source_deregister()
661 if (rrs->rrs_source == rsource) { in random_source_deregister()
/freebsd-head/crypto/heimdal/appl/rcp/
HDrcp.c48 void rsource (char *, struct stat *);
296 rsource(name, &stb); in source()
361 rsource(char *name, struct stat *statp) in rsource() function
/freebsd-head/crypto/openssh/
HDscp.c459 void rsource(char *, struct stat *);
1428 rsource(name, &stb); in source()
1503 rsource(char *name, struct stat *statp) in rsource() function