Searched refs:getIv (Results 1 – 5 of 5) sorted by relevance
162 byte[] iv = getIv(); in engineGetParameters()205 if ((getIv() == null) && (isEncrypting())) { in getAdditionalEntropyAmountForBegin()360 protected byte[] getIv() { in getIv() method in AndroidKeyStoreAuthenticatedAESCipherSpi
42 public byte[] getIv() { in getIv() method in EncryptedData
122 GCMParameterSpec spec = new GCMParameterSpec(GCM_TAG_LENGTH, encryptedData.getIv()); in decrypt()
1533 XmlUtil.writeNextValue(out, XML_TAG_IV, encryptedData.getIv()); in writeToXml()
514 this.mIv = getIv(ivLen); in EspCipher()539 private static byte[] getIv(int ivLen) { in getIv() method in PacketUtils.EspCipher