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

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb002.tcl48 global encrypt
84 global encrypt
205 if { $encrypt > 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_locl.h74 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
88 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
95 cprefix##_cfb##cbits##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
H A Dopenbsd_hw.c167 cryp.op=ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
177 if(!ctx->encrypt)
230 if(ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_locl.h75 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
101 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
107 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
119 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
318 int (*encrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member in struct:evp_pkey_method_st
H A De_aes.c304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
1022 (*dat->stream.cbc) (in, out, len, &dat->ks, ctx->iv, ctx->encrypt);
1023 else if (ctx->encrypt)
1063 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1073 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1084 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1090 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1095 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1174 if (arg <= 0 || arg > 16 || c->encrypt)
[all...]
H A Devp_enc.c107 enc = ctx->encrypt;
111 ctx->encrypt = enc;
135 /* Restore encrypt and flags */
136 ctx->encrypt = enc;
270 if (ctx->encrypt)
278 if (ctx->encrypt)
286 if (ctx->encrypt)
H A Dopenbsd_hw.c165 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
175 if (!ctx->encrypt)
220 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_locl.h75 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
101 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
107 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
119 cprefix##_cfb##cbits##_encrypt(in, out, (long)((cbits==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
318 int (*encrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member in struct:evp_pkey_method_st
H A De_aes.c304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
1022 (*dat->stream.cbc) (in, out, len, &dat->ks, ctx->iv, ctx->encrypt);
1023 else if (ctx->encrypt)
1063 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1073 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1084 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1090 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1095 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
1174 if (arg <= 0 || arg > 16 || c->encrypt)
[all...]
H A Devp_enc.c107 enc = ctx->encrypt;
111 ctx->encrypt = enc;
135 /* Restore encrypt and flags */
136 ctx->encrypt = enc;
270 if (ctx->encrypt)
278 if (ctx->encrypt)
286 if (ctx->encrypt)
H A Dopenbsd_hw.c165 cryp.op = ctx->encrypt ? COP_ENCRYPT : COP_DECRYPT;
175 if (!ctx->encrypt)
220 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daesni-intel_glue.c251 .encrypt = ecb_encrypt,
321 .encrypt = cbc_encrypt,
387 .encrypt = ctr_crypt,
425 return crypto_blkcipher_crt(desc.tfm)->encrypt(
497 .encrypt = ablk_encrypt,
533 .encrypt = ablk_encrypt,
569 .encrypt = ablk_encrypt,
608 .encrypt = ablk_encrypt,
648 .encrypt = ablk_encrypt,
687 .encrypt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcipher.c308 if (! cipher_table[i].cipher->encrypt)
309 cipher_table[i].cipher->encrypt = dummy_encrypt_block;
746 if ((cipher->encrypt == dummy_encrypt_block)
973 c->cipher->encrypt (&c->context.c, outbuf, (byte*)/*arggg*/inbuf);
1044 c->cipher->encrypt ( &c->context.c, outbuf, outbuf );
1074 c->cipher->encrypt (&c->context.c, outbuf, outbuf);
1209 c->cipher->encrypt ( &c->context.c, c->u_iv.iv, c->u_iv.iv );
1220 /* Save the current IV and then encrypt the IV. */
1222 c->cipher->encrypt ( &c->context.c, c->u_iv.iv, c->u_iv.iv );
1230 /* Save the current IV and then encrypt th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c308 if (! cipher_table[i].cipher->encrypt)
309 cipher_table[i].cipher->encrypt = dummy_encrypt_block;
746 if ((cipher->encrypt == dummy_encrypt_block)
973 c->cipher->encrypt (&c->context.c, outbuf, (byte*)/*arggg*/inbuf);
1044 c->cipher->encrypt ( &c->context.c, outbuf, outbuf );
1074 c->cipher->encrypt (&c->context.c, outbuf, outbuf);
1209 c->cipher->encrypt ( &c->context.c, c->u_iv.iv, c->u_iv.iv );
1220 /* Save the current IV and then encrypt the IV. */
1222 c->cipher->encrypt ( &c->context.c, c->u_iv.iv, c->u_iv.iv );
1230 /* Save the current IV and then encrypt th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h194 int (*encrypt)(struct ablkcipher_request *req); member in struct:ablkcipher_alg
210 int (*encrypt)(struct aead_request *req); member in struct:aead_alg
224 int (*encrypt)(struct blkcipher_desc *desc, member in struct:blkcipher_alg
323 int (*encrypt)(struct ablkcipher_request *req); member in struct:ablkcipher_tfm
337 int (*encrypt)(struct aead_request *req); member in struct:aead_tfm
353 int (*encrypt)(struct blkcipher_desc *desc, struct scatterlist *dst, member in struct:blkcipher_tfm
657 return crt->encrypt(req);
798 return crypto_aead_crt(crypto_aead_reqtfm(req))->encrypt(req);
971 return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
979 return crypto_blkcipher_crt(desc->tfm)->encrypt(des
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dblkcipher.c4 * Generic encrypt/decrypt wrapper for ciphers, handles operations across
414 return alg->encrypt(&desc, req->dst, req->src, req->nbytes);
451 crt->encrypt = async_encrypt;
471 crt->encrypt = alg->encrypt;
542 int (*encrypt)(struct ablkcipher_request *req);
595 balg.encrypt = async_encrypt;
605 balg.encrypt = alg->cra_ablkcipher.encrypt;
655 inst->alg.cra_ablkcipher.encrypt
[all...]
H A Daead.c101 crt->encrypt = alg->encrypt;
155 crt->encrypt = alg->encrypt;
293 inst->alg.cra_aead.encrypt = alg->cra_aead.encrypt;
H A Dlrw.c187 static int encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, function
279 inst->alg.cra_blkcipher.encrypt = encrypt;
H A Dxts.c50 * one to encrypt and decrypt the data */
146 static int encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, function
256 inst->alg.cra_blkcipher.encrypt = encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_crypt.c286 if (!ctx->encrypt)
289 if (ctx->encrypt)
312 if (!ctx->encrypt)
319 if (ctx->encrypt)
325 if (!ctx->encrypt)
331 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_crypt.c286 if (!ctx->encrypt)
289 if (ctx->encrypt)
312 if (!ctx->encrypt)
319 if (ctx->encrypt)
325 if (!ctx->encrypt)
331 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_tx.c209 /* To encrypt, frame format is:
609 int ether_type = 0, encrypt; local
649 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
652 if (!encrypt && ieee->ieee802_1x &&
658 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
725 if (encrypt)
787 if (encrypt)
809 txb->encrypted = encrypt;
834 if (encrypt){
883 if (encrypt)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_s390.c175 .encrypt = ecb_des_encrypt,
219 .encrypt = cbc_des_encrypt,
329 .encrypt = ecb_des3_192_encrypt,
374 .encrypt = cbc_des3_192_encrypt,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dalgorithm.h138 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc2/
H A Drc2_cbc.c63 RC2_KEY *ks, unsigned char *iv, int encrypt)
70 if (encrypt) {
62 RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *ks, unsigned char *iv, int encrypt) argument

Completed in 331 milliseconds

12345678910