HomeSort by relevance Sort by last modified time
    Searched full:encryption (Results 351 - 375 of 980) sorted by null

<<11121314151617181920>>

  /system/bt/stack/btm/
btm_int.h 106 #define BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF 1 /* encryption turning off */
108 #define BTM_ACL_ENCRYPT_STATE_ENCRYPT_ON 3 /* encryption turning on */
109 UINT8 encrypt_state; /* overall BTM encryption state */
178 BT_OCTET16 ble_encryption_key_value; /* BLE encryption key */
551 #define BTM_SEC_STATE_DELAY_FOR_ENC 7 /* delay to check for encryption to work around */
588 UINT8 enc_key_size; /* current link encryption key size */
    [all...]
  /external/boringssl/src/include/openssl/
modes.h 69 /* ctr128_f is the type of a function that performs CTR-mode encryption. */
159 /* cbc128_f is the type of a function that performs CBC-mode encryption. */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 193 * Process a packet of data for either CCM decryption or encryption.
226 * Process a packet of data for either CCM decryption or encryption.
OFBBlockCipher.java 50 * encryption, if false for decryption.
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
ssvnc 73 -noenc Start off in a mode where a 'No Encryption' check button is
76 Selecting no encryption is the same as the vnc:// and Vnc://
ssvnc_cmd 29 # first argument it calls the vncviewer directly (there is no encryption)
48 # directly, and there won't be any SSL or SSH encryption tunnels.
  /external/srtp/crypto/cipher/
cipher.c 105 * encryption and decryption functions
117 debug_print(mod_cipher, "testing encryption", NULL);
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.c 182 * verify key usage (must allow encryption)
189 * encryption, as described above. The keyAgreement bit must be
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreAuthenticatedAESCipherSpi.java 291 // IV is being reused for encryption: this violates security best practices.
293 "IV has already been used. Reusing IV in encryption mode violates security best"
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 24 /* RFC 5297, A.1. Deterministic Authenticated Encryption Example */
46 /* RFC 5297, A.2. Nonce-Based Authenticated Encryption Example */
90 /* RFC 5297, A.1. Deterministic Authenticated Encryption Example */
96 wpa_printf(MSG_ERROR, "AES-SIV mode encryption failed");
101 "AES-SIV mode encryption returned invalid cipher text");
115 /* RFC 5297, A.2. Nonce-Based Authenticated Encryption Example */
125 wpa_printf(MSG_ERROR, "AES-SIV mode encryption failed");
130 "AES-SIV mode encryption returned invalid cipher text");
311 wpa_printf(MSG_ERROR, "AES-128 EAX mode encryption failed");
316 "AES-128 EAX mode encryption returned invalid cipher text")
    [all...]
  /bionic/libc/include/machine/
posix_limits.h 149 #define _XOPEN_CRYPT -1 /* don't support X/Open Encryption */
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 126 * Purpose: Test if AES performance is sufficient to require encryption
  /development/ndk/platforms/android-21/include/sys/
limits.h 133 #define _XOPEN_CRYPT -1 /* don't support X/Open Encryption */
  /development/ndk/platforms/android-3/include/sys/
limits.h 148 #define _XOPEN_CRYPT -1 /* don't support X/Open Encryption */
  /docs/source.android.com/src/devices/tech/
index.jd 101 sandbox, SELinux, dm-verity, encryption, and more.</p>
  /external/boringssl/src/crypto/pkcs8/
p5_pbe.c 67 /* PKCS#5 password based encryption structure */
  /external/boringssl/src/crypto/rsa/
rsa_test.c 430 printf("PKCS#1 v1.5 encryption failed!\n");
440 printf("PKCS #1 v1.5 encryption/decryption ok\n");
452 printf("OAEP encryption failed!\n");
475 printf("OAEP encryption/decryption ok\n");
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
certificateutiltest.cc 155 // Difficult to verify the PEM because the encryption is random, so just make
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 145 // This can be used for signature and encryption
  /external/ipsec-tools/src/libipsec/
libpfkey.h 78 u_int e_type, e_keylen; /* Encryption alg and keylen */
  /external/jetty/src/java/org/eclipse/jetty/server/ssl/
ServletSSL.java 39 * encryption routines.
  /external/libvncserver/common/
vncauth.c 95 /* Do encryption in-place - this way we overwrite our copy of the plaintext
  /external/libvncserver/webclients/novnc/
README.md 20 * WebSocket SSL/TLS encryption (i.e. "wss://") support
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
FileSystem.java 29 * encryption, for example).
  /external/okhttp/okio/
README.md 37 transformations like encryption and compression. Okio includes its own stream

Completed in 664 milliseconds

<<11121314151617181920>>