Searched refs:pmod (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 58 CONF_MODULE *pmod; member 80 static int module_init(CONF_MODULE *pmod, const char *name, const char *value, 405 static int module_init(CONF_MODULE *pmod, const char *name, const char *value, in module_init() argument 417 imod->pmod = pmod; in module_init() 426 if (pmod->init) { in module_init() 427 ret = pmod->init(imod, cnf); in module_init() 455 pmod->links++; in module_init() 463 if (pmod->finish && init_called) in module_init() 464 pmod->finish(imod); in module_init() 558 if (imod->pmod->finish) in module_finish() [all …]
|
/freebsd/sys/netinet6/ |
H A D | ip6_id.c | 147 static u_int32_t pmod(u_int32_t, u_int32_t, u_int32_t); 156 pmod(u_int32_t gen, u_int32_t expo, u_int32_t mod) in pmod() function 195 p->ru_a = pmod(p->ru_agen, in initid() 218 p->ru_g = pmod(p->ru_gen, j, p->ru_n); in initid() 245 return (p->ru_seed ^ pmod(p->ru_g, p->ru_seed2 + p->ru_x, p->ru_n)) | in randomid()
|
/freebsd/sys/modules/ipfw_pmod/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/netpfil/ipfw/pmod
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | conf.h | 196 void *CONF_module_get_usr_data(CONF_MODULE *pmod); 197 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
|
H A D | conf.h.in | 159 void *CONF_module_get_usr_data(CONF_MODULE *pmod); 160 void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | maxim,ds2760.txt | 16 - maxim,pmod-enabled: This boolean property enables the DS2760 to enter
|
/freebsd/sys/conf/ |
H A D | files | 4532 netpfil/ipfw/pmod/ip_fw_pmod.c optional inet ipfirewall_pmod 4533 netpfil/ipfw/pmod/tcpmod.c optional inet ipfirewall_pmod
|