Searched refs:AES_CTR_INITIAL_COUNTER (Results 1 – 2 of 2) sorted by relevance
42 static final byte[] AES_CTR_INITIAL_COUNTER = new byte[] {0x00, 0x00, 0x00, 0x01}; field in IkeNormalModeCipher77 nonce = concatenateByteArray(nonce, AES_CTR_INITIAL_COUNTER); in doCipherAction()
89 static final byte[] AES_CTR_INITIAL_COUNTER = new byte[] {0x00, 0x00, 0x00, 0x01}; field in PacketUtils597 ByteBuffer.allocate(mIv.length + saltLen + AES_CTR_INITIAL_COUNTER.length); in getCipherText()600 ivParameterBuffer.put(AES_CTR_INITIAL_COUNTER); in getCipherText()