/external/srtp/crypto/cipher/ |
cipher.c | 105 * encryption and decryption functions 117 debug_print(mod_cipher, "testing encryption", NULL);
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps.h | 41 * @encr_type: Encryption Type (WPS_ENCR_NONE, .. flags) 423 * encr_types - Enabled encryption types (bit field of WPS_ENCR_*)
|
wps_attr_parse.c | 83 wpa_printf(MSG_DEBUG, "WPS: Invalid Encryption Type " 259 wpa_printf(MSG_DEBUG, "WPS: Invalid Encryption "
|
/packages/apps/Settings/src/com/android/settings/ |
SecuritySettings.java | 134 // Add options for device encryption 144 // This device supports encryption but isn't encrypted.
|
/bionic/libc/include/sys/ |
limits.h | 148 #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 */
|
/development/pdk/docs/porting/ |
tcpdump.jd | 71 <h4>Disabling encryption</h4>
|
/external/bluetooth/bluez/tools/ |
hcitool.1 | 187 Enable or disable the encryption for the device with Bluetooth address
|
rfcomm.c | 58 static int encryption = 0; variable 508 if (encryption) 717 "\t-E, --encrypt Enable encryption\n" 783 encryption = 1;
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/ |
GOFBBlockCipher.java | 66 * encryption, if false for decryption.
|
OFBBlockCipher.java | 56 * encryption, if false for decryption.
|
/external/chromium/chrome/browser/sync/glue/ |
session_change_processor.cc | 207 // if encryption was turned on. In that case, the data is still the same,
|
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.h | 58 // Fills |args| for the configure screen (Choose Data Types/Encryption)
|
/external/chromium/net/base/ |
ssl_config_service.h | 42 // - Null encryption cipher suites.
|
/external/chromium/net/test/ |
test_server.h | 56 // Bitmask of bulk encryption algorithms that the test server supports
|
/external/dropbear/ |
common-algo.c | 62 /* used to indicate no encryption, as defined in rfc2410 */
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 2 /* File de/encryption, using libtomcrypt */
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_prng.h | 41 sbuf; /* partial word encryption buffer */
|
/external/kernel-headers/original/linux/ |
pfkeyv2.h | 291 /* Encryption algorithms */
|
/external/kernel-headers/original/linux/sunrpc/ |
svcauth.h | 74 * null procedure calls which are used to set up encryption
|
/external/openssl/crypto/asn1/ |
p5_pbe.c | 65 /* PKCS#5 password based encryption structure */
|
/external/openssl/crypto/des/ |
VERSION | 78 Added RSA's DESX cbc mode. It is a form of cbc encryption, with 2 79 8 byte quantites xored before and after encryption. 181 my SSL library, as a form of encryption to use with SSL 358 Added des_rw_mode so people can use cbc encryption with
|
des.c | 336 " generated before encryption and after decryption if used", 344 "-b : encrypt using DES in ecb encryption mode, the default is cbc mode.", 345 "-3 : encrypt using triple DES encryption. This uses 2 keys", 348 " encryption. Default is triple cbc, -b makes it triple ecb.",
|
/external/openssl/crypto/pem/ |
pem_err.c | 144 {ERR_REASON(PEM_R_UNSUPPORTED_ENCRYPTION),"unsupported encryption"},
|
/external/openssl/crypto/rsa/ |
rsa_null.c | 67 * covered by the RSA patent. That is RSA, encryption, decryption, signing
|