Searched refs:encrypt (Results 201 - 225 of 227) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_conn.c478 cp.encrypt = 1;
H A Dl2cap.c4542 static inline void l2cap_check_encryption(struct sock *sk, u8 encrypt) argument
4547 if (encrypt == 0x00) {
4559 static int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) argument
4584 l2cap_check_encryption(sk, encrypt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dcore.c2049 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) argument
2055 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt);
2068 if (status || encrypt == 0x00) {
2074 if (d->state == BT_CONNECTED && !status && encrypt == 0x00) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dzip.c153 int encrypt; member in struct:__anon2755
1127 zi->ci.encrypt = 0;
1248 zi->ci.encrypt = 1;
1367 if (zi->ci.encrypt != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcinit.c1409 u16_t* header, u16_t len, zbuf_t* buf, u16_t vap, u8_t encrypt)
1560 if ( encrypt )
1408 zfTxGenMmHeader(zdev_t* dev, u8_t frameType, u16_t* dst, u16_t* header, u16_t len, zbuf_t* buf, u16_t vap, u8_t encrypt) argument
H A Dcfunc.h140 u16_t* header, u16_t len, zbuf_t* buf, u16_t vap, u8_t encrypt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h294 u16 active_key:2, enabled:1, unicast_uses_group:1, encrypt:1; member in struct:libipw_security
H A Dipw2200.c2075 if (priv->ieee->sec.encrypt) {
10852 priv->ieee->sec.encrypt = sec->encrypt;
H A Dipw2100.c5631 priv->ieee->sec.encrypt = sec->encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dauthenc.c676 inst->alg.cra_aead.encrypt = crypto_authenc_encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h511 encrypt:1; member in struct:ieee80211_security
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c128 * DB_LOG_NOCOPY, because we know we can overwrite/encrypt the log
1550 if ((ret = db_cipher->encrypt(env, db_cipher->data,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c1649 (ret = db_cipher->encrypt(env,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_core.c1143 .encrypt = crypto4xx_encrypt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp.h319 /* encrypt/decrypt data */
453 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp.h319 /* encrypt/decrypt data */
453 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c354 int encrypt; local
358 encrypt = (ieee->current_network.capability & WLAN_CAPABILITY_PRIVACY) ||\
363 if(encrypt && (wpa_ie_len == 0)) {
H A Dieee80211.h973 encrypt:1; member in struct:ieee80211_security
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c2599 int encrypt; local
2603 encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || (ieee->host_encrypt && crypt && crypt->ops && (0 == strcmp(crypt->ops->name,"WEP")));
2606 if(encrypt && (wpa_ie_len == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h998 encrypt:1; member in struct:ieee80211_security
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h978 encrypt:1; member in struct:ieee80211_security
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dpubkey.c211 pubkey_use_dummy (encrypt);
634 rc = pubkey->encrypt (algorithm, resarr, data, pkey, flags);
1178 encrypt. {LABEL,LABELLEN} is the optional label to be associated
2821 Do a PK encrypt operation
2875 /* Get the stuff we want to encrypt. */
2881 /* Now we can encrypt DATA to CIPH. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c211 pubkey_use_dummy (encrypt);
634 rc = pubkey->encrypt (algorithm, resarr, data, pkey, flags);
1178 encrypt. {LABEL,LABELLEN} is the optional label to be associated
2821 Do a PK encrypt operation
2875 /* Get the stuff we want to encrypt. */
2881 /* Now we can encrypt DATA to CIPH. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c2884 int encrypt; local
2889 encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || (ieee->host_encrypt && crypt && crypt->ops && (0 == strcmp(crypt->ops->name,"WEP")));
2892 if(encrypt && (wpa_ie_len == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dinit.c2046 init_key_ctx (&c->c1.ks.static_key.encrypt, &key2.keys[kds.out_key],

Completed in 804 milliseconds

12345678910