Searched refs:rsource (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/random/ |
| H A D | random_harvestq.c | 915 random_source_register(const struct random_source *rsource) in random_source_register() argument 919 KASSERT(rsource != NULL, ("invalid input to %s", __func__)); in random_source_register() 922 rrs->rrs_source = rsource; in random_source_register() 924 printf("random: registering fast source %s\n", rsource->rs_ident); in random_source_register() 926 random_healthtest_init(rsource->rs_source, rsource->rs_min_entropy); in random_source_register() 929 hc_source_mask |= (1 << rsource->rs_source); in random_source_register() 935 random_source_deregister(const struct random_source *rsource) in random_source_deregister() argument 939 KASSERT(rsource != NULL, ("invalid input to %s", __func__)); in random_source_deregister() 942 hc_source_mask &= ~(1 << rsource->rs_source); in random_source_deregister() 944 if (rrs->rrs_source == rsource) { in random_source_deregister()
|
| /freebsd/crypto/heimdal/appl/rcp/ |
| H A D | rcp.c | 48 void rsource (char *, struct stat *); 296 rsource(name, &stb); in source() 361 rsource(char *name, struct stat *statp) in rsource() function
|
| /freebsd/crypto/openssh/ |
| H A D | scp.c | 459 void rsource(char *, struct stat *); 1429 rsource(name, &stb); in source() 1504 rsource(char *name, struct stat *statp) in rsource() function
|