Searched refs:getIcv (Results 1 – 2 of 2) sorted by relevance
440 espPayloadBuffer.put(auth.getIcv(getByteArrayFromBuffer(espPayloadBuffer))); in addPacketBytes()688 public byte[] getIcv(byte[] authenticatedSection) throws GeneralSecurityException { in getIcv() method in PacketUtils.EspAuth724 public byte[] getIcv(byte[] authenticatedSection) throws GeneralSecurityException { in getIcv() method in PacketUtils.EspAuthNull
361 espPayloadBuffer.put(getIcv(getByteArrayFromBuffer(espPayloadBuffer)), 0, 16); in addPacketBytes()365 private byte[] getIcv(byte[] authenticatedSection) throws GeneralSecurityException { in getIcv() method in PacketUtils.EspHeader