HomeSort by relevance Sort by last modified time
    Searched refs:encrypt (Results 126 - 150 of 242) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/base/media/java/android/media/
MediaDrm.java 1386 public byte[] encrypt( method in class:CryptoSession
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h     [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.c 153 int encrypt; member in struct:__anon5132
    [all...]
  /external/boringssl/src/crypto/cipher_extra/test/
make_legacy_aead_tests.go 324 fmt.Printf("# sealed input. But these legacy AEADs are MAC-then-encrypt and so the 'TAG' may\n")
  /external/libvncserver/webclients/java-applet/ssl/
SignedVncViewer.jar 
VncViewer.jar 
SignedUltraViewerSSL.jar 
  /external/wpa_supplicant_8/src/drivers/
driver.h     [all...]
  /frameworks/av/drm/libmediadrm/
IDrm.cpp 52 ENCRYPT,
553 virtual status_t encrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
566 status_t status = remote()->transact(ENCRYPT, data, &reply);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
SyntheticPasswordManager.java 179 this.E0 = SyntheticPasswordCrypto.encrypt(this.syntheticPassword.getBytes(),
738 tokenData.secdiscardableOnDisk = SyntheticPasswordCrypto.encrypt(tokenData.weaverSecret,
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss.go 285 m := encrypt(new(big.Int), pub, s)
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 391 // encrypt encrypts and macs the data in b.
392 func (hc *halfConn) encrypt(b *block, explicitIVLen int) (bool, alert) { func
405 // encrypt
930 c.out.encrypt(b, explicitIVLen)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss.go 285 m := encrypt(new(big.Int), pub, s)
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 391 // encrypt encrypts and macs the data in b.
392 func (hc *halfConn) encrypt(b *block, explicitIVLen int) (bool, alert) { func
405 // encrypt
930 c.out.encrypt(b, explicitIVLen)
    [all...]
  /external/libmtp/src/
mtpz.c 247 void mtpz_encryption_cipher(unsigned char *data, unsigned int len, char encrypt);
248 void mtpz_encryption_cipher_advanced(unsigned char *key, unsigned int key_len, unsigned char *data, unsigned int data_len, char encrypt);
552 void mtpz_encryption_cipher(unsigned char *data, unsigned int len, char encrypt)
567 if (encrypt)
580 void mtpz_encryption_cipher_advanced(unsigned char *key, unsigned int key_len, unsigned char *data, unsigned int data_len, char encrypt)
606 if (encrypt)
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 349 struct io_buffer *niob = dev->crypto->encrypt ( dev->crypto,
742 struct io_buffer *eiob = dev->crypto->encrypt ( dev->crypto,
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 53 int encrypt = 0; local
73 encrypt = 1;
93 encrypt, hostapd_sta_flags_to_drv(sta->flags));
188 wpa_printf(MSG_ERROR, "Could not encrypt key");
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/des/
des_test.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/des/
des_test.go     [all...]
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /external/boringssl/src/ssl/test/runner/
conn.go 563 // encrypt encrypts and macs the data in b.
564 func (hc *halfConn) encrypt(b *block, explicitIVLen int, typ recordType) (bool, alert) { func
579 // encrypt
    [all...]
dtls.go 391 c.out.encrypt(b, explicitIVLen, typ)
  /external/curl/tests/python_dependencies/impacket/
smb3.py 344 cipherText = cipher.encrypt(plainText)
592 encryptedEncodedAuthenticator = cipher.encrypt(sessionKey, 11, encodedAuthenticator, None)
    [all...]

Completed in 460 milliseconds

1 2 3 4 56 7 8 910