Searched refs:encrypt (Results 76 - 100 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf65 ; encrypt passwords = yes
70 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf67 ; encrypt passwords = yes
72 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest115.tcl21 global encrypt
193 if { $cryptenv != -1 || $encrypt != 0 } {
H A Dtestutils.tcl135 global encrypt
140 if { $encrypt > 0 && $env == "NULL" } {
168 global encrypt
173 if { $encrypt > 0 && $env == "NULL" } {
1632 global encrypt
1652 if { $encrypt > 0 } {
2403 global encrypt
2412 set newl [lreplace $largs $eindex $eend "-encrypt"]
2418 global encrypt
2421 set old_encrypt $encrypt
[all...]
H A Dtest037.tcl10 global encrypt
H A Dtest089.tcl14 global encrypt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Daes_s390.c222 .encrypt = ecb_aes_encrypt,
318 .encrypt = cbc_aes_encrypt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c109 crypto_blkcipher_crt(child)->encrypt);
251 inst->alg.cra_ablkcipher.encrypt = cryptd_blkcipher_encrypt_enqueue;
H A Decb.c152 inst->alg.cra_blkcipher.encrypt = crypto_ecb_encrypt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Digetest.c84 const int encrypt; member in struct:ige_test
130 const int encrypt; member in struct:bi_ige_test
205 if(v->encrypt == AES_ENCRYPT)
210 AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt);
235 if(v->encrypt == AES_ENCRYPT)
247 v->encrypt);
290 /* Straight encrypt/decrypt */
308 /* Now check encrypt chaining works */
324 printf("Chained encrypt+decrypt doesn't match\n");
349 printf("Chained encrypt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h548 void (*encrypt_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
568 static inline void hci_encrypt_cfm(struct hci_conn *conn, __u8 status, __u8 encrypt) argument
578 cb->encrypt_cfm(conn, status, encrypt);
H A Dhci.h388 __u8 encrypt; member in struct:hci_cp_set_conn_encrypt
552 __u8 encrypt; member in struct:hci_ev_encrypt_change
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c1644 if ( ctx->encrypt == 0 ) {
1650 (zen_nb_t *) &deskey_1, (zen_nb_t *) &deskey_2, (zen_nb_t *) &deskey_3, &iv, ctx->encrypt ) ;
1655 if ( ctx->encrypt == 1 ) {
1706 if ( ctx->encrypt == 0 ) {
1712 (zen_nb_t *) &deskey_1, (zen_nb_t *) &deskey_2, (zen_nb_t *) &deskey_3, &iv, ctx->encrypt ) ;
1715 if ( ctx->encrypt == 1 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c1644 if ( ctx->encrypt == 0 ) {
1650 (zen_nb_t *) &deskey_1, (zen_nb_t *) &deskey_2, (zen_nb_t *) &deskey_3, &iv, ctx->encrypt ) ;
1655 if ( ctx->encrypt == 1 ) {
1706 if ( ctx->encrypt == 0 ) {
1712 (zen_nb_t *) &deskey_1, (zen_nb_t *) &deskey_2, (zen_nb_t *) &deskey_3, &iv, ctx->encrypt ) ;
1715 if ( ctx->encrypt == 1 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf10 encrypt passwords = Yes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbf_enc.c225 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
232 if (encrypt)
224 BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dgeode-aes.c295 .encrypt = geode_cbc_encrypt,
372 .encrypt = geode_ecb_encrypt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_enc.c225 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
232 if (encrypt)
224 BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dcistpl.h257 u_char encrypt; member in struct:cistpl_data_serv_t
266 u_char encrypt; member in struct:cistpl_fax_serv_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_wx.c351 sec.encrypt = 0;
360 sec.encrypt = 1;
568 sec.encrypt = 0;
576 sec.encrypt = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dcommand.c464 if (host.encrypt)
497 if (host.encrypt)
2512 host.encrypt = 0;
2515 if (host.encrypt)
2586 host.encrypt = 0;
2589 if (host.encrypt)
2636 host.encrypt = 0;
2639 if (host.encrypt)
2642 host.encrypt = 1;
2669 if (! host.encrypt)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Dzip.c130 int encrypt; member in struct:__anon1192
770 zi->ci.encrypt = 0;
882 zi->ci.encrypt = 1;
949 if (zi->ci.encrypt != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_enc.c302 ctx->cipher.encrypt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_enc.c302 ctx->cipher.encrypt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c130 int encrypt; member in struct:__anon3048
770 zi->ci.encrypt = 0;
882 zi->ci.encrypt = 1;
949 if (zi->ci.encrypt != 0)

Completed in 386 milliseconds

123456