Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.h154 u_char enableEncryption; /* enable PPP encryption */ member
H A Dng_ppp.c1221 if (priv->conf.enableEncryption && in ng_ppp_crypt_xmit()
1252 if (!priv->conf.enableEncryption) { in ng_ppp_rcvdata_encrypt()
2549 priv->conf.enableEncryption == 0 && in ng_ppp_update()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c151 bit32 enableEncryption; in tdsaGetSwConfigParams() local
201 SwConfig->enableEncryption = agFALSE; in tdsaGetSwConfigParams()
1706 enableEncryption = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams()
1710 enableEncryption = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams()
1712 TI_DBG6(("tdsaGetSwConfigParams: enableEncryption %d\n", enableEncryption)); in tdsaGetSwConfigParams()
1713 if (enableEncryption) in tdsaGetSwConfigParams()
1715 SwConfig->enableEncryption = agTRUE; in tdsaGetSwConfigParams()
1719 SwConfig->enableEncryption = agFALSE; in tdsaGetSwConfigParams()
1721 TI_DBG6(("tdsaGetSwConfigParams: SwConfig->enableEncryption %d\n", SwConfig->enableEncryption)); in tdsaGetSwConfigParams()
H A Dtdinit.c817 SwConfig.enableEncryption = agFALSE; in tdsaLoLevelGetResource()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2339 bit32 enableEncryption:1; /**< 31 */ member