Home
last modified time | relevance | path

Searched refs:enableEncryption (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/netgraph/
H A Dng_ppp.h156 u_char enableEncryption; /* enable PPP encryption */ member
H A Dng_ppp.c1223 if (priv->conf.enableEncryption && in ng_ppp_crypt_xmit()
1254 if (!priv->conf.enableEncryption) { in ng_ppp_rcvdata_encrypt()
2554 priv->conf.enableEncryption == 0 && in ng_ppp_update()
/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c152 bit32 enableEncryption; in tdsaGetSwConfigParams() local
202 SwConfig->enableEncryption = agFALSE; in tdsaGetSwConfigParams()
1707 enableEncryption = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams()
1711 enableEncryption = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams()
1713 TI_DBG6(("tdsaGetSwConfigParams: enableEncryption %d\n", enableEncryption)); in tdsaGetSwConfigParams()
1714 if (enableEncryption) in tdsaGetSwConfigParams()
1716 SwConfig->enableEncryption = agTRUE; in tdsaGetSwConfigParams()
1720 SwConfig->enableEncryption = agFALSE; in tdsaGetSwConfigParams()
1722 TI_DBG6(("tdsaGetSwConfigParams: SwConfig->enableEncryption %d\n", SwConfig->enableEncryption)); in tdsaGetSwConfigParams()
H A Dtdinit.c818 SwConfig.enableEncryption = agFALSE; in tdsaLoLevelGetResource()
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2340 bit32 enableEncryption:1; /**< 31 */ member