HomeSort by relevance Sort by last modified time
    Searched full:encrypt (Results 76 - 100 of 481) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/native/include/media/hardware/
HDCPAPI.h 65 // Encrypt a data according to the HDCP spec. The data is to be
73 virtual status_t encrypt(
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
des_crypt.h 45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
66 * Encrypt (or decrypt) len bytes of a buffer buf.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
des_crypt.h 45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
66 * Encrypt (or decrypt) len bytes of a buffer buf.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
des_crypt.h 45 #define DES_ENCRYPT (0*DES_DIRMASK) /* Encrypt */
66 * Encrypt (or decrypt) len bytes of a buffer buf.
  /external/chromium/crypto/
encryptor_mac.cc 68 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) {
encryptor_nss.cc 52 bool Encryptor::Encrypt(const std::string& plaintext, std::string* ciphertext) {
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_done.c 64 /* encrypt original counter */
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_decrypt.c 50 /* xor ct in, encrypt, xor Z out */
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_done.c 51 /* encrypt it */
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_start.c 56 /* encrypt the IV */
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_shared_secret.c 23 @param base The base of the exponentiation (allows this to be used for both encrypt and decrypt)
  /external/openssh/
rijndael.h 43 u32 ek[4*(MAXNR + 1)]; /* encrypt key schedule */
  /external/wpa_supplicant_8/src/common/
eapol_common.h 58 * encrypt the Key field; 64-bit NTP timestamp MAY be used here */
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 41 <string name="device_encryption_backup_text">Please enter your device encryption password below. This will also be used to encrypt the backup archive.</string>
46 <string name="backup_enc_password_optional">If you wish to encrypt the full backup data, enter a password below:</string>
48 <!-- Text for message to user when performing a full restore operation, explaining that they must enter the password originally used to encrypt the full backup data. -->
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 21 CCM encrypt/decrypt and produce an authentication tag
35 @param direction Encrypt or Decrypt direction (0 or 1)
169 /* encrypt PAD */
194 /* full block so let's encrypt it */
291 /* if we encrypt we add the bytes to the MAC first */
  /external/openssl/apps/
smime.c 138 if (!strcmp (*args, "-encrypt"))
434 BIO_printf (bio_err, "-encrypt encrypt message\n");
440 BIO_printf (bio_err, "-des3 encrypt with triple DES\n");
441 BIO_printf (bio_err, "-des encrypt with DES\n");
444 BIO_printf (bio_err, "-seed encrypt with SEED\n");
447 BIO_printf (bio_err, "-rc2-40 encrypt with RC2-40 (default)\n");
448 BIO_printf (bio_err, "-rc2-64 encrypt with RC2-64\n");
449 BIO_printf (bio_err, "-rc2-128 encrypt with RC2-128\n");
453 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n")
    [all...]
  /external/openssl/crypto/evp/
evp_enc.c 107 enc = ctx->encrypt;
112 ctx->encrypt = enc;
132 /* Restore encrypt and flags */
133 ctx->encrypt = enc;
264 if (ctx->encrypt)
271 if (ctx->encrypt)
278 if (ctx->encrypt)
  /external/chromium/chrome/browser/sync/util/
nigori.cc 139 if (!encryptor.Encrypt(plaintext.str(), &ciphertext))
170 bool Nigori::Encrypt(const std::string& value, std::string* encrypted) const {
180 if (!encryptor.Encrypt(value, &ciphertext))
  /external/openssl/crypto/des/asm/
readme 11 des_encrypt1(DES_LONG data[2],des_key_schedule ks, int encrypt);
12 des_encrypt2(DES_LONG data[2],des_key_schedule ks, int encrypt);
16 They encrypt/decrypt the 64 bits held in 'data' using
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 257 size_t data_len, int encrypt)
262 "encrypt=%d)",
263 __func__, MAC2STR(addr), (unsigned long) data_len, encrypt);
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 236 size_t data_len, int encrypt)
241 "encrypt=%d)",
242 __func__, MAC2STR(addr), (unsigned long) data_len, encrypt);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamBlockCipher.java 56 * encrypt/decrypt a single byte returning the result.
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_done.c 63 /* encrypt it */
omac_process.c 61 /* ok if the block is full we xor in prev, encrypt and replace prev */
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_done.c 56 /* encrypt */

Completed in 683 milliseconds

1 2 34 5 6 7 8 91011>>