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

  /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 250 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
321 if (encrypt && (req.subclass & 0x40)) {
350 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
383 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
447 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
524 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout);
536 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
567 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout);
671 { "encrypt", 0, 0, 'E' },
702 int fakehid = 1, encrypt = 0, timeout = 30, lm = 0 local
    [all...]
  /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 310 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
372 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 94 jboolean encrypt; local
121 encrypt = env->GetBooleanField(obj, field_mEncrypt);
127 lm |= encrypt ? RFCOMM_LM_ENCRYPT : 0;
128 lm |= (auth && encrypt) ? RFCOMM_LM_SECURE : 0;
132 lm |= encrypt ? L2CAP_LM_ENCRYPT : 0;
133 lm |= (auth && encrypt) ? L2CAP_LM_SECURE : 0;
320 jboolean encrypt; local
368 encrypt = env->GetBooleanField(obj, field_mEncrypt);
374 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)
675 encrypt = 1;
l2test.c 106 static int encrypt = 0; variable
275 if (encrypt)
370 if (encrypt)
1232 encrypt = 1;
  /external/ipsec-tools/src/racoon/
algorithm.h 156 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *)); member in struct:enc_algorithm
  /external/chromium/third_party/zlib/contrib/minizip/
zip.c 134 int encrypt; member in struct:__anon3113
774 zi->ci.encrypt = 0;
886 zi->ci.encrypt = 1;
953 if (zi->ci.encrypt != 0)
    [all...]
  /external/v8/benchmarks/
crypto.js 35 new Benchmark("Encrypt", encrypt),
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 2064 uint8_t encrypt; local
    [all...]
  /external/zlib/contrib/minizip/
zip.c 153 int encrypt; member in struct:__anon8617
    [all...]
  /external/openssl/include/openssl/
evp.h 310 const unsigned char *in, size_t inl);/* encrypt/decrypt data */
372 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 778 OS_802_11_ENCRYPTION_TYPES encrypt; local
792 TI_GetEncryptionType( g_id_adapter, &encrypt );
798 console_printf_terminal(" Encryption : %u\n", encrypt );
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 416 uint8_t encrypt; member in struct:__anon1532
1586 uint8_t encrypt; member in struct:__anon1682
    [all...]
  /external/qemu/hw/
bt.h 561 uint8_t encrypt; member in struct:__anon6156
1376 uint8_t encrypt; member in struct:__anon6258
    [all...]

Completed in 356 milliseconds