Home
last modified time | relevance | path

Searched refs:getIv (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java162 byte[] iv = getIv(); in engineGetParameters()
205 if ((getIv() == null) && (isEncrypting())) { in getAdditionalEntropyAmountForBegin()
360 protected byte[] getIv() { in getIv() method in AndroidKeyStoreAuthenticatedAESCipherSpi
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DEncryptedData.java42 public byte[] getIv() { in getIv() method in EncryptedData
H A DWifiConfigStoreEncryptionUtil.java122 GCMParameterSpec spec = new GCMParameterSpec(GCM_TAG_LENGTH, encryptedData.getIv()); in decrypt()
H A DXmlUtil.java1533 XmlUtil.writeNextValue(out, XML_TAG_IV, encryptedData.getIv()); in writeToXml()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DPacketUtils.java514 this.mIv = getIv(ivLen); in EspCipher()
539 private static byte[] getIv(int ivLen) { in getIv() method in PacketUtils.EspCipher