Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java613 final ByteBuffer cipherText = ByteBuffer.allocate(mIv.length + encrypted.length); in getCipherText() local
657 final ByteBuffer cipherText = in getCipherText() local
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java405 ByteBuffer cipherText = ByteBuffer.allocate(AES_CBC_IV_LEN + encrypted.length); in getCiphertext() local