Searched refs:encrypt (Results 101 - 125 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_cryptodev.c398 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
402 if (!ctx->encrypt) {
417 if (ctx->encrypt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c396 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
400 if (!ctx->encrypt) {
415 if (ctx->encrypt)
H A Deng_padlock.c792 cdata->cword.b.encdec = (ctx->encrypt == 0);
918 if (ctx->encrypt)
972 * input and then encrypt in one stroke. This is done
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl32 set encrypt 0
1147 append largs " -encrypt "
1206 append largs " -encrypt "
1523 global encrypt
1540 $encrypt == 0 } {
1545 $encrypt == 1 } {
1573 if { $gen_upgrade_log == 0 || $encrypt == 0 } {
H A Dreputils.tcl514 global encrypt
520 set encrypt 1
1909 global encrypt
1967 if { $encrypt == 1 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1207 secinfo->encrypt = sec->encrypt;
1209 " .encrypt = %d\n", sec->encrypt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c262 __u8 encrypt = opt; local
264 BT_DBG("%s %x", hdev->name, encrypt);
267 hci_send_cmd(hdev, OGF_HOST_CTL, OCF_WRITE_ENCRYPT_MODE, 1, &encrypt);
H A Dhci_event.c974 cp.encrypt = 1;
1000 if (ev->encrypt)
1008 hci_encrypt_cfm(conn, ev->status, ev->encrypt);
H A Dhci_conn.c372 cp.encrypt = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcbc.c315 inst->alg.cra_blkcipher.encrypt = crypto_cbc_encrypt;
H A Dpcbc.c319 inst->alg.cra_blkcipher.encrypt = crypto_pcbc_encrypt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Devp.h263 int (*encrypt)();
353 const unsigned char *in, unsigned int inl);/* encrypt/decrypt data */
408 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Devp.h263 int (*encrypt)();
353 const unsigned char *in, unsigned int inl);/* encrypt/decrypt data */
408 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp.h211 int (*encrypt)();
317 const unsigned char *in, unsigned int inl);/* encrypt/decrypt data */
371 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h211 int (*encrypt)();
317 const unsigned char *in, unsigned int inl);/* encrypt/decrypt data */
371 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c310 if (host.encrypt)
320 if (host.encrypt)
330 if (host.encrypt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_conv.c321 * Utility function to encrypt and checksum a db page.
367 if ((ret = db_cipher->encrypt(env, db_cipher->data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_sta.c393 int encrypt)
408 pkt_data->do_not_encrypt = !encrypt;
417 int encrypt)
436 if (encrypt)
448 ieee80211_sta_tx(dev, skb, encrypt);
392 ieee80211_sta_tx(struct net_device *dev, struct sk_buff *skb, int encrypt) argument
414 ieee80211_send_auth(struct net_device *dev, struct ieee80211_if_sta *ifsta, int transaction, u8 *extra, size_t extra_len, int encrypt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dcore.c1991 static void rfcomm_encrypt_cfm(struct hci_conn *conn, u8 status, u8 encrypt) argument
1997 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt);
2011 if (!status && encrypt)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h458 auth_mode:2, auth_algo:4, unicast_uses_group:1, encrypt:1; member in struct:ieee80211_security
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c1649 (ret = db_cipher->encrypt(env,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c3839 secinfo->encrypt = sec->encrypt;
3840 dprintk(", .encrypt = %d", sec->encrypt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c2012 if (priv->ieee->sec.encrypt) {
10776 priv->ieee->sec.encrypt = sec->encrypt;

Completed in 304 milliseconds

123456