Searched refs:encrypt (Results 26 - 50 of 227) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5cfb64.c70 unsigned char *ivec, int *num, int encrypt)
79 if (encrypt) {
68 RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_cfb64.c68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt)
77 if (encrypt)
67 BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
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/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_cfb64.c69 unsigned char *ivec, int *num, int encrypt)
78 if (encrypt)
67 idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_des.c109 ctx->cipher_data, ctx->encrypt);
140 (DES_cblock *)ctx->iv, ctx->encrypt);
147 (DES_cblock *)ctx->iv, ctx->encrypt);
156 (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
163 (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
184 (DES_cblock *)ctx->iv, ctx->encrypt);
204 (DES_cblock *)ctx->iv, ctx->encrypt);
211 (DES_cblock *)ctx->iv, ctx->encrypt);
H A De_xcbc_d.c119 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
127 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
H A De_des3.c124 &data(ctx)->ks3, ctx->encrypt);
173 (DES_cblock *)ctx->iv, ctx->encrypt);
181 (DES_cblock *)ctx->iv, ctx->encrypt);
192 &ctx->num, ctx->encrypt);
201 &ctx->num, ctx->encrypt);
220 ctx->encrypt);
235 ctx->encrypt);
244 ctx->encrypt);
472 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_cfb64.c70 unsigned char *ivec, int *num, int encrypt)
79 if (encrypt) {
68 idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_cfb64.c70 unsigned char *ivec, int *num, int encrypt)
79 if (encrypt) {
68 BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_des.c109 ctx->cipher_data, ctx->encrypt);
140 (DES_cblock *)ctx->iv, ctx->encrypt);
147 (DES_cblock *)ctx->iv, ctx->encrypt);
156 (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
163 (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
184 (DES_cblock *)ctx->iv, ctx->encrypt);
204 (DES_cblock *)ctx->iv, ctx->encrypt);
211 (DES_cblock *)ctx->iv, ctx->encrypt);
H A De_xcbc_d.c119 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
127 &data(ctx)->inw, &data(ctx)->outw, ctx->encrypt);
H A De_des3.c124 &data(ctx)->ks3, ctx->encrypt);
173 (DES_cblock *)ctx->iv, ctx->encrypt);
181 (DES_cblock *)ctx->iv, ctx->encrypt);
192 &ctx->num, ctx->encrypt);
201 &ctx->num, ctx->encrypt);
220 ctx->encrypt);
235 ctx->encrypt);
244 ctx->encrypt);
472 if (ctx->encrypt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_cfb64.c70 unsigned char *ivec, int *num, int encrypt)
79 if (encrypt) {
68 idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dcrypto.h42 int (*encrypt) __P((ENV *, void *, void *, u_int8_t *, size_t)); member in struct:__db_cipher
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dhci_core.h474 int (*security_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
538 __u8 encrypt; local
543 encrypt = (conn->link_mode & HCI_LM_ENCRYPT) ? 0x01 : 0x00;
547 hp->security_cfm(conn, status, encrypt);
551 hp->security_cfm(conn, status, encrypt);
554 static inline void hci_proto_encrypt_cfm(struct hci_conn *conn, __u8 status, __u8 encrypt) argument
560 hp->security_cfm(conn, status, encrypt);
564 hp->security_cfm(conn, status, encrypt);
576 void (*security_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
584 __u8 encrypt; local
602 hci_encrypt_cfm(struct hci_conn *conn, __u8 status, __u8 encrypt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_tx.c207 /* To encrypt, frame format is:
315 int ether_type, encrypt; local
352 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
355 if (!encrypt && ieee->ieee802_1x &&
362 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
381 if (encrypt)
388 if (encrypt)
448 if (encrypt)
470 txb->encrypted = encrypt;
476 if (encrypt)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_des3.c95 ctx->encrypt);
124 (DES_cblock *)ctx->iv, ctx->encrypt);
133 (DES_cblock *)ctx->iv, &ctx->num, ctx->encrypt);
150 (DES_cblock *)ctx->iv,ctx->encrypt);
162 (DES_cblock *)ctx->iv,ctx->encrypt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.h78 #define KEY_DIRECTION_NORMAL 1 /* encrypt with keys[0], decrypt with keys[1] */
79 #define KEY_DIRECTION_INVERSE 2 /* encrypt with keys[1], decrypt with keys[0] */
125 struct key_ctx encrypt; /**< OpenSSL cipher and/or HMAC contexts member in struct:key_ctx_bi
393 return key->encrypt.cipher || key->encrypt.hmac || key->decrypt.cipher || key->decrypt.hmac;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dupgrade.tcl230 global encrypt
236 set encrypt 1
243 if { $encrypt == 1 } {
363 global encrypt
434 set encrypt 0
441 global encrypt;\
442 set encrypt $encrypt;\
466 global encrypt gen_chksum;\
467 set encrypt
[all...]
H A Dsdb015.tcl56 global encrypt
79 global encrypt
H A Dtest045.tcl25 global encrypt
37 if { $encrypt != 0 } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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/ap/gpl/ppp-2.4.4/pppd/
H A Dpppcrypt.c137 encrypt((char *)des_input, 0);
153 encrypt((char *)des_input, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h90 gcry_cipher_encrypt_t encrypt; member in struct:gcry_cipher_spec
167 gcry_pk_encrypt_t encrypt; member in struct:gcry_pk_spec
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt-module.h90 gcry_cipher_encrypt_t encrypt; member in struct:gcry_cipher_spec
167 gcry_pk_encrypt_t encrypt; member in struct:gcry_pk_spec

Completed in 104 milliseconds

12345678910