Searched refs:encrypt (Results 51 - 75 of 227) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_cbc.c63 const BF_KEY *schedule, unsigned char *ivec, int encrypt)
70 if (encrypt) {
62 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/crypto/
H A Dixp4xx_crypto.c162 int encrypt; member in struct:aead_ctx
178 struct ix_sa_dir encrypt; member in struct:ixp_ctx
356 if (req_ctx->encrypt) {
571 ret = init_sa_dir(&ctx->encrypt);
576 free_sa_dir(&ctx->encrypt);
596 free_sa_dir(&ctx->encrypt);
656 static int setup_auth(struct crypto_tfm *tfm, int encrypt, unsigned authsize, argument
667 dir = encrypt ? &ctx->encrypt : &ctx->decrypt;
692 if (!encrypt)
731 setup_cipher(struct crypto_tfm *tfm, int encrypt, const u8 *key, int key_len) argument
877 ablk_perform(struct ablkcipher_request *req, int encrypt) argument
1000 aead_perform(struct aead_request *req, int encrypt, int cryptoffset, int eff_cryptlen, u8 *iv) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A DMakefile26 @echo Doing the encrypt side...
43 @echo Doing the encrypt side...
53 @echo Doing the encrypt side...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_xcbc_d.c122 ctx->encrypt);
H A Devp_enc.c97 enc = ctx->encrypt;
102 ctx->encrypt = enc;
120 /* Restore encrypt field: it is zeroed by cleanup */
121 ctx->encrypt = enc;
234 if (ctx->encrypt)
241 if (ctx->encrypt)
248 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsalsa20_generic.c177 static int encrypt(struct blkcipher_desc *desc, function
228 .encrypt = encrypt,
229 .decrypt = encrypt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dpmeth_fn.c187 if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt) {
205 if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt) {
215 return ctx->pmeth->encrypt(ctx, out, outlen, in, inlen);
273 || !(ctx->pmeth->derive || ctx->pmeth->encrypt || ctx->pmeth->decrypt)
H A De_camellia.c289 (*dat->stream.cbc) (in, out, len, &dat->ks, ctx->iv, ctx->encrypt);
290 else if (ctx->encrypt)
330 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
340 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
351 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
357 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
362 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dpmeth_fn.c187 if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt) {
205 if (!ctx || !ctx->pmeth || !ctx->pmeth->encrypt) {
215 return ctx->pmeth->encrypt(ctx, out, outlen, in, inlen);
273 || !(ctx->pmeth->derive || ctx->pmeth->encrypt || ctx->pmeth->decrypt)
H A De_camellia.c289 (*dat->stream.cbc) (in, out, len, &dat->ks, ctx->iv, ctx->encrypt);
290 else if (ctx->encrypt)
330 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
340 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
351 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
357 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
362 ctx->iv, &ctx->num, ctx->encrypt, dat->block);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_tx.c162 /* To encrypt, frame format is:
263 int encrypt, host_encrypt, host_encrypt_msdu; local
299 encrypt = !(ether_type == htons(ETH_P_PAE) && ieee->ieee802_1x) &&
300 ieee->sec.encrypt;
302 host_encrypt = ieee->host_encrypt && encrypt && crypt;
303 host_encrypt_msdu = ieee->host_encrypt_msdu && encrypt && crypt;
305 if (!encrypt && ieee->ieee802_1x &&
433 txb->encrypted = encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_tx.c207 /* To encrypt, frame format is:
609 int ether_type = 0, encrypt; local
648 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
651 if (!encrypt && ieee->ieee802_1x &&
657 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
675 if (encrypt)
735 if (encrypt)
757 txb->encrypted = encrypt;
781 if (encrypt){
829 if (encrypt)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c208 /* To encrypt, frame format is:
598 int ether_type = 0, encrypt; local
637 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
640 if (!encrypt && ieee->ieee802_1x &&
646 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
664 if (encrypt)
726 if (encrypt)
748 txb->encrypted = encrypt;
773 if (encrypt){
822 if (encrypt)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf6 encrypt passwords = yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfltoutst.tex8 can compress, encrypt the data which are passed to it and write them to another
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlogtrack.tcl37 global encrypt passwd
44 if { $encrypt > 0 } {
H A Drep001.tcl72 append args " -encrypt "
86 global encrypt
211 set encrypt 1
H A Drep011.tcl54 append args " -encrypt "
68 global encrypt
178 set encrypt 1
H A Dtest042.tcl22 global encrypt
35 if { $encrypt != 0 } {
H A Dtest070.tcl18 global encrypt
31 if { $encrypt != 0 } {
H A Drpc004.tcl57 -mode 0644} -env $env -encrypt $testfile1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cbc.c63 IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt)
70 if (encrypt)
62 idea_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dfpu.c56 err = crypto_blkcipher_crt(desc.tfm)->encrypt(&desc, dst, src, nbytes);
132 inst->alg.cra_blkcipher.encrypt = crypto_fpu_encrypt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_cbc.c64 int encrypt)
71 if (encrypt) {
62 idea_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_cbc.c64 int encrypt)
71 if (encrypt) {
62 idea_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int encrypt) argument

Completed in 101 milliseconds

12345678910