Home
last modified time | relevance | path

Searched defs:cipherText (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DAesEncryptionUtil.java75 static byte[] decrypt(SecretKey key, byte[] cipherText) throws IOException { in decrypt()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DPacketUtils.java613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText() local
657 final ByteBuffer cipherText = in getCipherText() local
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DPacketUtils.java405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext() local
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp191 unsigned char* cipherText = nonce + kAesGcmIvSize; in decryptAes128Gcm() local
280 unsigned char* cipherText = noncePtr + kAesGcmIvSize; in encryptAes128Gcm() local