HomeSort by relevance Sort by last modified time
    Searched defs:encrypt (Results 1 - 25 of 35) sorted by null

1 2

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DESede.java 42 private boolean encrypt; field in class:DESede
68 encrypt = encrypting;
91 if (encrypt)
  /external/openssh/
acss.h 37 int encrypt; /* XXX make these bit flags? */ member in struct:acss_key_st
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ConnectionState.java 50 * encrypt call
108 protected byte[] encrypt(byte type, byte[] fragment) { method in class:ConnectionState
109 return encrypt(type, fragment, 0, fragment.length);
121 protected abstract byte[] encrypt method in class:ConnectionState
ConnectionStateSSLv3.java 229 protected byte[] encrypt(byte type, byte[] fragment, int offset, int len) { method in class:ConnectionStateSSLv3
265 logger.println("SSLRecordProtocol.encrypt: "
ConnectionStateTLS.java 237 protected byte[] encrypt(byte type, byte[] fragment, int offset, int len) { method in class:ConnectionStateTLS
  /external/bluetooth/bluez/compat/
dund.c 70 static int encrypt; variable
149 if (encrypt)
394 { "encrypt", 0, 0, 'E' },
425 "\t--encrypt -E Enable encryption\n"
495 encrypt = 1;
hidd.c 249 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
320 if (encrypt && (req.subclass & 0x40)) {
348 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
381 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
445 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
522 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout);
534 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
565 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout);
669 { "encrypt", 0, 0, 'E' },
700 int fakehid = 1, encrypt = 0, timeout = 30, lm = 0 local
    [all...]
  /external/srtp/crypto/include/
cipher.h 85 * and direction (i.e., encrypt or decrypt)
143 cipher_encrypt_func_t encrypt; member in struct:cipher_type_t
175 (((c)->type)->encrypt(((c)->state), (buf), (len)))
206 * number of bits that a cipher implementation can encrypt in a second
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 98 jboolean encrypt; local
125 encrypt = env->GetBooleanField(obj, field_mEncrypt);
131 lm |= encrypt ? RFCOMM_LM_ENCRYPT : 0;
132 lm |= (auth && encrypt) ? RFCOMM_LM_SECURE : 0;
136 lm |= encrypt ? L2CAP_LM_ENCRYPT : 0;
137 lm |= (auth && encrypt) ? L2CAP_LM_SECURE : 0;
345 jboolean encrypt; local
393 encrypt = env->GetBooleanField(obj, field_mEncrypt);
399 type, fd, auth, encrypt, addr_jstr, -1);
  /external/bluetooth/bluez/test/
rctest.c 82 static int encrypt = 0; variable
202 if (encrypt)
280 if (encrypt)
673 encrypt = 1;
l2test.c 107 static int encrypt = 0; variable
276 if (encrypt)
381 if (encrypt)
1244 encrypt = 1;
  /external/openssl/crypto/evp/
evp_locl.h 74 cprefix##_ecb_encrypt(in + i, out + i, &((kstruct *)ctx->cipher_data)->ksched, ctx->encrypt);\
100 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
106 cprefix##_cbc_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
118 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);\
329 int (*encrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member in struct:evp_pkey_method_st
evp.h 313 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
416 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 224 int encrypt; local
228 encrypt = atoi(pos);
240 encrypt) < 0)
281 int encrypt; local
285 encrypt = atoi(pos);
297 encrypt) < 0)
  /external/ipsec-tools/src/racoon/
algorithm.h 156 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 45 int encrypt = 0; local
65 encrypt = 1;
70 encrypt, sta->flags);
159 wpa_printf(MSG_ERROR, "Could not encrypt key");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /external/v8/benchmarks/
crypto.js 35 new Benchmark("Encrypt", encrypt),
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js     [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 2020 uint8_t encrypt; local
    [all...]
  /external/zlib/contrib/minizip/
zip.c 153 int encrypt; member in struct:__anon15812
    [all...]
  /external/openssl/include/openssl/
evp.h 313 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
416 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 5170 int encrypt = 1; local
    [all...]

Completed in 703 milliseconds

1 2