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

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/
README.md 11 encryption keys that only your application can access.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
README.md 11 encryption keys that only your application can access.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 6 * super class for all Password Based Encryption (PBE) parameter generator classes.
  /external/ipsec-tools/src/racoon/
algorithm.c 440 /* oakley encryption algorithm */
449 plog(LLV_DEBUG, LOCATION, NULL, "encryption(%s)\n",
580 /* ipsec encryption algorithm */
589 plog(LLV_DEBUG, LOCATION, NULL, "encryption(%s)\n",
sainfo.h 67 int encklen; /* key length if encryption algorithm */
proposal.h 76 int encmode; /* encryption mode */
101 int encklen; /* key length of encryption algorithm */
  /external/openssh/
cipher-bf1.c 36 * and after encryption/decryption. Thus the swap_bytes stuff (yuk).
cipher-chachapoly.c 48 * tag. This tag is written on encryption and verified on decryption.
  /external/openssh/openbsd-compat/
blf.h 44 * Warning: For normal blowfish encryption only 56 bytes
  /external/sepolicy/
property_contexts 50 # data partition encryption properties
  /external/srtp/crypto/include/
cryptoalg.h 4 * API for authenticated encryption crypto algorithms
  /external/srtp/googlepatches/
google-7-srtp-security-fix.patch 78 enc_start = NULL; /* this indicates that there's no encryption */
  /external/webrtc/src/
common_types.h 129 // Encryption enums
150 class Encryption
182 virtual ~Encryption() {}
183 Encryption() {}
  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 87 assertEquals("encryption flag should be on", KeyStore.FLAG_ENCRYPTED, spec.getFlags());
  /hardware/ti/omap4-aah/security/tf_sdk/include/
wvdrm_protocol.h 71 * param#0 is the encryption with AES-CBC-128 of the
  /libcore/luni/src/main/java/javax/crypto/
CipherOutputStream.java 32 * encryption is used with a {@code CipherOutputStream}, the {@code
  /libcore/luni/src/main/java/javax/crypto/spec/
GCMParameterSpec.java 24 * using Galois/Counter Mode (GCM). This is an Authenticated Encryption with
  /packages/apps/Exchange/res/values/
strings.xml 160 <!-- A policy in which the device requires device or sd card encryption [CHAR LIMIT=50] -->
161 <string name="policy_require_sd_encryption">Require SD card encryption</string>
174 <!-- A policy in which the device requires device or sd card encryption [CHAR LIMIT=50] -->
175 <string name="policy_require_encryption">Require device encryption</string>
  /system/bt/stack/gatt/
gatt_int.h 45 #define GATT_SEC_ENCRYPT_NO_MITM 4 /* unauthenticated encryption or better */
46 #define GATT_SEC_ENCRYPT_MITM 5 /* authenticated encryption */
47 #define GATT_SEC_ENC_PENDING 6 /* wait for link encryption pending */
351 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */
  /system/core/fs_mgr/
fs_mgr_priv.h 54 * is the location of the encryption keys. It can either be a path
  /system/keymaster/
aes_operation.h 44 * Concrete factory for AES encryption operations.
  /system/vold/
VolumeBase.h 36 * encryption details, etc. Volumes can also be "stacked" above other
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java 15 * Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.
217 // on encryption, we need to make sure our decrypted block comes back
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java 54 * encryption, if false for decryption.
200 * Do the appropriate processing for CFB mode encryption.
  /external/iproute2/man/man8/
ip-xfrm.8 408 .RB "encryption (" enc "),"
411 .RB "authenticated encryption with associated data (" aead "), and"

Completed in 342 milliseconds

<<11121314151617181920>>