Searched refs:encrypt (Results 126 - 150 of 227) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcrypto_null.c155 .encrypt = skcipher_null_crypt,
H A Dctr.c219 inst->alg.cra_blkcipher.encrypt = crypto_ctr_crypt;
374 inst->alg.cra_blkcipher.encrypt = crypto_rfc3686_crypt;
H A Decb.c152 inst->alg.cra_blkcipher.encrypt = crypto_ecb_encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dpmeth_lib.c227 pmeth->encrypt = 0;
276 dst->encrypt = src->encrypt;
579 pmeth->encrypt = encryptfn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dpmeth_lib.c227 pmeth->encrypt = 0;
276 dst->encrypt = src->encrypt;
579 pmeth->encrypt = encryptfn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsencrypt.c227 void calc_lanman_hash(const char *password, const char *cryptkey, bool encrypt, argument
237 if (!encrypt && global_secflags & CIFSSEC_MAY_PLNTXT) {
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/LSB/
H A Dsmb.conf65 ; encrypt passwords = yes
70 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dhifn_795x.c2322 .encrypt = hifn_encrypt_3des_cfb,
2332 .encrypt = hifn_encrypt_3des_ofb,
2343 .encrypt = hifn_encrypt_3des_cbc,
2353 .encrypt = hifn_encrypt_3des_ecb,
2367 .encrypt = hifn_encrypt_des_cfb,
2377 .encrypt = hifn_encrypt_des_ofb,
2388 .encrypt = hifn_encrypt_des_cbc,
2398 .encrypt = hifn_encrypt_des_ecb,
2412 .encrypt = hifn_encrypt_aes_ecb,
2423 .encrypt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c1706 if (ctx->encrypt == 0) {
1715 ctx->encrypt);
1722 if (ctx->encrypt == 1) {
1777 if (ctx->encrypt == 0) {
1786 ctx->encrypt);
1789 if (ctx->encrypt == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c1706 if (ctx->encrypt == 0) {
1715 ctx->encrypt);
1722 if (ctx->encrypt == 1) {
1777 if (ctx->encrypt == 0) {
1786 ctx->encrypt);
1789 if (ctx->encrypt == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_enc.c226 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
233 if (encrypt) {
225 BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcagg.h387 u16_t* header, u16_t len, zbuf_t* buf, u16_t vap, u8_t encrypt);
417 u16_t* header, u16_t len, zbuf_t* buf, u16_t vap, u8_t encrypt);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dcistpl.h259 u_char encrypt; member in struct:cistpl_data_serv_t
268 u_char encrypt; member in struct:cistpl_fax_serv_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_enc.c226 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
233 if (encrypt) {
225 BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c365 sec.encrypt = 0;
374 sec.encrypt = 1;
582 sec.encrypt = 0;
590 sec.encrypt = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211metastruct.h201 p80211item_uint32_t encrypt; member in struct:p80211msg_lnxreq_hostwep
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c293 err = kctx->gk5e->encrypt(kctx->seq, NULL, checksumdata,
598 u32 offset, u8 *iv, struct page **pages, int encrypt)
615 if (encrypt)
625 if (encrypt)
700 * data -- which we can't go and encrypt! buf->pages points
597 gss_krb5_cts_crypt(struct crypto_blkcipher *cipher, struct xdr_buf *buf, u32 offset, u8 *iv, struct page **pages, int encrypt) argument
H A Dgss_krb5_keys.c210 (*(gk5e->encrypt))(cipher, NULL, inblock.data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dgss_krb5.h62 const char *encrypt_name; /* crypto encrypt name */
74 u32 (*encrypt) (struct crypto_blkcipher *tfm, member in struct:gss_krb5_enctype

Completed in 130 milliseconds

12345678910