Searched refs:getIv (Results 1 – 5 of 5) sorted by relevance
156 byte[] iv = getIv(); in engineGetParameters()199 if ((getIv() == null) && (isEncrypting())) { in getAdditionalEntropyAmountForBegin()337 protected byte[] getIv() { in getIv() method in AndroidKeyStoreAuthenticatedAESCipherSpi
42 public byte[] getIv() { in getIv() method in EncryptedData
120 GCMParameterSpec spec = new GCMParameterSpec(GCM_TAG_LENGTH, encryptedData.getIv()); in decrypt()
1311 XmlUtil.writeNextValue(out, XML_TAG_IV, encryptedData.getIv()); in writeToXml()
12935 HSPLandroid/security/keystore/AndroidKeyStoreAuthenticatedAESCipherSpi;->getIv()[B